Changeset 1425

Show
Ignore:
Timestamp:
06/15/07 11:38:51
Author:
johnsa
Message:

user client: add ability to reset "unauthenticated" access to default

Files:

Legend:

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

    r1417 r1425  
    38643864            <xsl:when test="contains($who,/bedeworkadmin/syspars/groupPrincipalRoot)">group</xsl:when> 
    38653865            <xsl:when test="$who='authenticated'">auth</xsl:when> 
     3866            <xsl:when test="$who='unauthenticated'">unauth</xsl:when> 
    38663867            <xsl:when test="invert/principal/property/owner">other</xsl:when> 
    38673868            <xsl:when test="principal/property"><xsl:value-of select="name(principal/property/*)"/></xsl:when>