Changeset 1029

Show
Ignore:
Timestamp:
10/09/06 12:02:22
Author:
johnsa
Message:

display for multiple grants on a single acl (this is rudimentary)

Files:

Legend:

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

    r1028 r1029  
    18361836            </th> 
    18371837            <td> 
    1838               <xsl:value-of select="name(.//grant/*)"/> 
     1838              <xsl:for-each select="grant/node()"> 
     1839                <xsl:value-of select="name(.)"/>&#160;&#160; 
     1840              </xsl:for-each> 
    18391841            </td> 
    18401842          </tr> 
     
    27142716            </th> 
    27152717            <td> 
    2716               <xsl:value-of select="name(.//grant/*)"/> 
     2718              <xsl:for-each select="grant/node()"> 
     2719                <xsl:value-of select="name(.)"/>&#160;&#160; 
     2720              </xsl:for-each> 
    27172721            </td> 
    27182722          </tr> 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1028 r1029  
    23152315            </th> 
    23162316            <td> 
    2317               <xsl:value-of select="name(.//grant/*)"/> 
     2317              <xsl:for-each select="grant/node()"> 
     2318                <xsl:value-of select="name(.)"/>&#160;&#160; 
     2319              </xsl:for-each> 
    23182320            </td> 
    23192321          </tr> 
     
    30323034            </th> 
    30333035            <td> 
    3034               <xsl:value-of select="name(.//grant/*)"/> 
     3036              <xsl:for-each select="grant/node()"> 
     3037                <xsl:value-of select="name(.)"/>&#160;&#160; 
     3038              </xsl:for-each> 
    30353039            </td> 
    30363040          </tr>