Changeset 1080

Show
Ignore:
Timestamp:
11/10/06 17:15:00
Author:
johnsa
Message:

extending access control in admin UI

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webadmin/webapp/resources/default/default/default.css

    r1072 r1080  
    4343} 
    4444#adminRightColumn { 
    45   float: right; 
    46   margin: 1em
     45  float: left; 
     46  margin: 1em 0 1em 3em
    4747} 
    4848#statusBarTable { 
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r1077 r1080  
    20922092      <table class="common"> 
    20932093        <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> 
    20952097        </tr> 
    20962098        <xsl:for-each select="acl/ace"> 
     
    21322134                <xsl:value-of select="name(.)"/>&#160;&#160; 
    21332135              </xsl:for-each> 
     2136              <xsl:for-each select="deny/node()"> 
     2137                deny-<xsl:value-of select="name(.)"/>&#160;&#160; 
     2138              </xsl:for-each> 
     2139            </td> 
     2140            <td> 
     2141              <xsl:value-of select="inherited/href"/> 
    21342142            </td> 
    21352143          </tr> 
     
    21522160              <p> 
    21532161                <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 
    21552164              </p> 
    21562165            </td>