Changeset 1112
- Timestamp:
- 11/30/06 09:31:23
- Files:
-
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/resources/std-tab-day-off.gif (modified) (previous)
- trunk/deployment/webuser/webapp/resources/demoskins/resources/std-tab-day-on.gif (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1110 r1112 502 502 <xsl:choose> 503 503 <xsl:when test="/bedework/periodname='Day'"> 504 <a href="{$navAction}&viewType=dayView&date={$curdate}"><img src="{$resourcesRoot}/resources/std-tab-day-on.gif" width="9 1" height="20" border="0" alt="DAY"/></a>504 <a href="{$navAction}&viewType=dayView&date={$curdate}"><img src="{$resourcesRoot}/resources/std-tab-day-on.gif" width="90" height="20" border="0" alt="DAY"/></a> 505 505 </xsl:when> 506 506 <xsl:otherwise> 507 <a href="{$navAction}&viewType=dayView&date={$curdate}"><img src="{$resourcesRoot}/resources/std-tab-day-off.gif" width="9 1" height="20" border="0" alt="DAY"/></a>507 <a href="{$navAction}&viewType=dayView&date={$curdate}"><img src="{$resourcesRoot}/resources/std-tab-day-off.gif" width="90" height="20" border="0" alt="DAY"/></a> 508 508 </xsl:otherwise> 509 509 </xsl:choose>
