Changeset 1080
- Timestamp:
- 11/10/06 17:15:00
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.css
r1072 r1080 43 43 } 44 44 #adminRightColumn { 45 float: right;46 margin: 1em ;45 float: left; 46 margin: 1em 0 1em 3em; 47 47 } 48 48 #statusBarTable { trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r1077 r1080 2092 2092 <table class="common"> 2093 2093 <tr> 2094 <th class="commonHeader" colspan="2">Current access:</th> 2094 <th class="commonHeader">Who:</th> 2095 <th class="commonHeader">Current access:</th> 2096 <th class="commonHeader">Inherited from:</th> 2095 2097 </tr> 2096 2098 <xsl:for-each select="acl/ace"> … … 2132 2134 <xsl:value-of select="name(.)"/>   2133 2135 </xsl:for-each> 2136 <xsl:for-each select="deny/node()"> 2137 deny-<xsl:value-of select="name(.)"/>   2138 </xsl:for-each> 2139 </td> 2140 <td> 2141 <xsl:value-of select="inherited/href"/> 2134 2142 </td> 2135 2143 </tr> … … 2152 2160 <p> 2153 2161 <input type="radio" value="auth" name="whoType"/> all authorized users<br/> 2154 <input type="radio" value="other" name="whoType"/> other users 2162 <input type="radio" value="other" name="whoType"/> other users<br/> 2163 <input type="radio" value="owner" name="whoType"/> owner 2155 2164 </p> 2156 2165 </td>
