Changeset 2102

Show
Ignore:
Timestamp:
03/06/09 16:28:31
Author:
johnsa
Message:

admin client: include display and disabled flags on collection (calendar) forms

Files:

Legend:

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

    r2093 r2102  
    36863686        </tr> 
    36873687        <tr> 
     3688          <th>Display:</th> 
     3689          <td> 
     3690            <input type="checkbox" name="calendar.display" size="40"> 
     3691              <xsl:if test="display = 'true'"> 
     3692                <xsl:attribute name="checked">checked</xsl:attribute> 
     3693              </xsl:if> 
     3694            </input> display items in this collection 
     3695          </td> 
     3696        </tr> 
     3697        <tr> 
     3698          <xsl:if test="disabled = 'true'"> 
     3699            <xsl:attribute name="class">disabled</xsl:attribute> 
     3700          </xsl:if> 
     3701          <th>Disabled:</th> 
     3702          <td> 
     3703            <input type="hidden" name="calendar.disabled" size="40"> 
     3704              <xsl:attribute name="value"><xsl:value-of select="disabled"/></xsl:attribute> 
     3705            </input> 
     3706            <xsl:value-of select="disabled"/> 
     3707            <xsl:if test="disabled = 'true'"> 
     3708              <span class="disabledNote"> 
     3709                This item is inaccessible and has been disabled.  You may 
     3710                re-enable it to try again. 
     3711              </span> 
     3712            </xsl:if> 
     3713          </td> 
     3714        </tr> 
     3715        <tr> 
    36883716          <th>Filter Expression:</th> 
    36893717          <td>