Changeset 1505

Show
Ignore:
Timestamp:
08/10/07 10:51:18
Author:
douglm
Message:

Couldn't remove unauth aces from calsuite and calendars in admin client

Files:

Legend:

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

    r1499 r1505  
    129129  <xsl:variable name="calendar-update" select="/bedeworkadmin/urlPrefixes/calendar/update/a/@href"/> 
    130130  <xsl:variable name="calendar-setAccess" select="/bedeworkadmin/urlPrefixes/calendar/setAccess/a/@href"/> 
    131   <xsl:variable name="calendar-openCloseMod" select="/bedeworkadmin/urlPrefixes/calendar/calOpenCloseMod/a/@href"/>  
    132   <xsl:variable name="calendar-openCloseMove" select="/bedeworkadmin/urlPrefixes/calendar/calOpenCloseMove/a/@href"/>  
     131  <xsl:variable name="calendar-openCloseMod" select="/bedeworkadmin/urlPrefixes/calendar/calOpenCloseMod/a/@href"/> 
     132  <xsl:variable name="calendar-openCloseMove" select="/bedeworkadmin/urlPrefixes/calendar/calOpenCloseMove/a/@href"/> 
    133133  <xsl:variable name="calendar-move" select="/bedeworkadmin/urlPrefixes/calendar/move/a/@href"/> 
    134134  <!-- subscriptions --> 
     
    29152915    <li class="{$itemClass}"> 
    29162916      <xsl:if test="calendarCollection='false'"> 
    2917         <!-- test the open state of the folder; if it's open,  
     2917        <!-- test the open state of the folder; if it's open, 
    29182918             build a URL to close it and vice versa --> 
    29192919        <xsl:choose> 
     
    29682968    </li> 
    29692969  </xsl:template> 
    2970    
     2970 
    29712971  <xsl:template match="calendar" mode="listForMove"> 
    29722972    <xsl:variable name="calPath" select="encodedPath"/> 
    29732973    <xsl:if test="calendarCollection='false'"> 
    29742974      <li class="folder"> 
    2975         <!-- test the open state of the folder; if it's open,  
     2975        <!-- test the open state of the folder; if it's open, 
    29762976             build a URL to close it and vice versa --> 
    29772977        <xsl:choose> 
     
    32553255                        <xsl:when test="contains($who,/bedeworkadmin/syspars/groupPrincipalRoot)">group</xsl:when> 
    32563256                        <xsl:when test="$who='authenticated'">auth</xsl:when> 
     3257                        <xsl:when test="$who='unauthenticated'">unauth</xsl:when> 
    32573258                        <xsl:when test="invert/principal/property/owner">other</xsl:when> 
    32583259                        <xsl:when test="principal/property"><xsl:value-of select="name(principal/property/*)"/></xsl:when> 
     
    35723573    </li> 
    35733574  </xsl:template> 
    3574    
     3575 
    35753576  <xsl:template name="calendarMove"> 
    35763577    <table id="calendarTable"> 
     
    35783579        <td class="calendarContent"> 
    35793580          <h3>Move Calendar/Folder</h3> 
    3580            
     3581 
    35813582          <table class="eventFormTable"> 
    35823583            <tr> 
     
    41174118    <li class="{$itemClass}"> 
    41184119      <xsl:if test="calendarCollection='false'"> 
    4119         <!-- test the open state of the folder; if it's open,  
     4120        <!-- test the open state of the folder; if it's open, 
    41204121             build a URL to close it and vice versa --> 
    41214122        <xsl:choose> 
     
    51435144                        <xsl:when test="contains($who,/bedeworkadmin/syspars/groupPrincipalRoot)">group</xsl:when> 
    51445145                        <xsl:when test="$who='authenticated'">auth</xsl:when> 
     5146                        <xsl:when test="$who='unauthenticated'">unauth</xsl:when> 
    51455147                        <xsl:when test="invert/principal/property/owner">other</xsl:when> 
    51465148                        <xsl:when test="principal/property"><xsl:value-of select="name(principal/property/*)"/></xsl:when>