Changeset 2056

Show
Ignore:
Timestamp:
02/11/09 11:30:37
Author:
johnsa
Message:

UI:
- correct an admin xsl bug
- get public client xhtml output to validate fully

Files:

Legend:

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

    r2054 r2056  
    22<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    33<xsl:output 
    4      method="xml" 
     4     method="html" 
    55     indent="no" 
    66     media-type="text/html" 
     
    45064506         <xsl:choose> 
    45074507          <xsl:when test="open = 'true'"> 
    4508             <a href="{$subscriptions-openCloseMod&amp;calPath={$calPath}&amp;open=false"> 
     4508            <a href="{$subscriptions-openCloseMod}&amp;calPath={$calPath}&amp;open=false"> 
    45094509              <img src="{$resourcesRoot}/resources/minus.gif" width="9" height="9" alt="close" border="0" class="bwPlusMinusIcon"/> 
    45104510            </a> 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl

    r2054 r2056  
    11<?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 
    37<xsl:output 
    48  method="xml"