Changeset 132
- Timestamp:
- 02/09/06 15:59:10
- Files:
-
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/blue.css (modified) (1 diff)
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl (modified) (3 diffs)
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/green.css (modified) (1 diff)
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/red.css (modified) (1 diff)
- trunk/calendar3/skins/webpublic/rensselaer/default/default/default.xsl (modified) (3 diffs)
- trunk/calendar3/skins/webpublic/rensselaer/default/default/rensselaer.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/blue.css
r118 r132 105 105 } 106 106 #searchBarTable .leftCell a { 107 color: # 999;107 color: #888; 108 108 background-color: transparent; 109 109 } trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl
r129 r132 485 485 <xsl:choose> 486 486 <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 487 <img src="{$resourcesRoot}/images/std-button-summary-off.gif" width="6 7" height="21" border="0" alt="only summaries of events supported in this view"/>487 <img src="{$resourcesRoot}/images/std-button-summary-off.gif" width="62" height="21" border="0" alt="only summaries of events supported in this view"/> 488 488 </xsl:when> 489 489 <xsl:otherwise> 490 <img src="{$resourcesRoot}/images/std-button-details-off.gif" width="6 7" height="21" border="0" alt="only summaries of events supported in this view"/>490 <img src="{$resourcesRoot}/images/std-button-details-off.gif" width="62" height="21" border="0" alt="only summaries of events supported in this view"/> 491 491 </xsl:otherwise> 492 492 </xsl:choose> … … 496 496 <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 497 497 <a href="{$setup}?setappvar=summaryMode(summary)" title="toggle summary/detailed view"> 498 <img src="{$resourcesRoot}/images/std-button-summary.gif" width="6 7" height="21" border="0" alt="toggle summary/detailed view"/>498 <img src="{$resourcesRoot}/images/std-button-summary.gif" width="62" height="21" border="0" alt="toggle summary/detailed view"/> 499 499 </a> 500 500 </xsl:when> 501 501 <xsl:otherwise> 502 502 <a href="{$setup}?setappvar=summaryMode(details)" title="toggle summary/detailed view"> 503 <img src="{$resourcesRoot}/images/std-button-details.gif" width="6 7" height="21" border="0" alt="toggle summary/detailed view"/>503 <img src="{$resourcesRoot}/images/std-button-details.gif" width="62" height="21" border="0" alt="toggle summary/detailed view"/> 504 504 </a> 505 505 </xsl:otherwise> … … 507 507 </xsl:otherwise> 508 508 </xsl:choose> 509 <a href="setup.do"><img src="{$resourcesRoot}/images/std-button-refresh.gif" width=" 69" height="21" border="0" alt="refresh view"/></a>509 <a href="setup.do"><img src="{$resourcesRoot}/images/std-button-refresh.gif" width="70" height="21" border="0" alt="refresh view"/></a> 510 510 </td> 511 511 </tr> trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/green.css
r118 r132 105 105 } 106 106 #searchBarTable .leftCell a { 107 color: # 999;107 color: #888; 108 108 background-color: transparent; 109 109 } trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/red.css
r118 r132 105 105 } 106 106 #searchBarTable .leftCell a { 107 color: # 999;107 color: #888; 108 108 background-color: transparent; 109 109 } trunk/calendar3/skins/webpublic/rensselaer/default/default/default.xsl
r129 r132 442 442 <xsl:choose> 443 443 <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 444 <img src="{$resourcesRoot}/images/std-button-summary-off.gif" width="6 7" height="21" border="0" alt="only summaries of events supported in this view"/>444 <img src="{$resourcesRoot}/images/std-button-summary-off.gif" width="62" height="21" border="0" alt="only summaries of events supported in this view"/> 445 445 </xsl:when> 446 446 <xsl:otherwise> 447 <img src="{$resourcesRoot}/images/std-button-details-off.gif" width="6 7" height="21" border="0" alt="only summaries of events supported in this view"/>447 <img src="{$resourcesRoot}/images/std-button-details-off.gif" width="62" height="21" border="0" alt="only summaries of events supported in this view"/> 448 448 </xsl:otherwise> 449 449 </xsl:choose> … … 453 453 <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 454 454 <a href="{$setup}?setappvar=summaryMode(summary)" title="toggle summary/detailed view"> 455 <img src="{$resourcesRoot}/images/std-button-summary.gif" width="6 7" height="21" border="0" alt="toggle summary/detailed view"/>455 <img src="{$resourcesRoot}/images/std-button-summary.gif" width="62" height="21" border="0" alt="toggle summary/detailed view"/> 456 456 </a> 457 457 </xsl:when> 458 458 <xsl:otherwise> 459 459 <a href="{$setup}?setappvar=summaryMode(details)" title="toggle summary/detailed view"> 460 <img src="{$resourcesRoot}/images/std-button-details.gif" width="6 7" height="21" border="0" alt="toggle summary/detailed view"/>460 <img src="{$resourcesRoot}/images/std-button-details.gif" width="62" height="21" border="0" alt="toggle summary/detailed view"/> 461 461 </a> 462 462 </xsl:otherwise> … … 464 464 </xsl:otherwise> 465 465 </xsl:choose> 466 <a href="setup.do"><img src="{$resourcesRoot}/images/std-button-refresh.gif" width=" 69" height="21" border="0" alt="refresh view"/></a>466 <a href="setup.do"><img src="{$resourcesRoot}/images/std-button-refresh.gif" width="70" height="21" border="0" alt="refresh view"/></a> 467 467 </td> 468 468 </tr> trunk/calendar3/skins/webpublic/rensselaer/default/default/rensselaer.css
r118 r132 111 111 } 112 112 #searchBarTable .leftCell a { 113 color: # 999;113 color: #888; 114 114 background-color: transparent; 115 115 }
