Changeset 2056
- Timestamp:
- 02/11/09 11:30:37
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2054 r2056 2 2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 3 3 <xsl:output 4 method=" xml"4 method="html" 5 5 indent="no" 6 6 media-type="text/html" … … 4506 4506 <xsl:choose> 4507 4507 <xsl:when test="open = 'true'"> 4508 <a href="{$subscriptions-openCloseMod &calPath={$calPath}&open=false">4508 <a href="{$subscriptions-openCloseMod}&calPath={$calPath}&open=false"> 4509 4509 <img src="{$resourcesRoot}/resources/minus.gif" width="9" height="9" alt="close" border="0" class="bwPlusMinusIcon"/> 4510 4510 </a> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl
r2054 r2056 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 2 <xsl:stylesheet 3 version="1.0" 4 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 5 xmlns="http://www.w3.org/1999/xhtml"> 6 3 7 <xsl:output 4 8 method="xml"
