Changeset 67

Show
Ignore:
Timestamp:
02/02/06 14:14:15
Author:
johnsa
Message:

added checkmark to subscriptions list page to indicate unremovable status
corrected unremoveable variable value in stylesheet

Files:

Legend:

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

    r66 r67  
    17391739        <th>Style</th> 
    17401740        <th>Display</th> 
     1741        <th>Unremoveable</th> 
    17411742        <th>External</th> 
    17421743        <th>Deleted?</th> 
     
    17601761            <xsl:if test="display='true'"> 
    17611762              <img src="{$resourcesRoot}/resources/greenCheckIcon.gif" width="13" height="13" alt="true" border="0"/> 
     1763            </xsl:if> 
     1764          </td> 
     1765          <td class="center"> 
     1766            <xsl:if test="unremoveable='true'"> 
     1767              <img src="{$resourcesRoot}/resources/redCheckIcon.gif" width="13" height="13" alt="true" border="0"/> 
    17621768            </xsl:if> 
    17631769          </td>