Ignore:
Timestamp:
2004-06-22T16:53:27+12:00 (20 years ago)
Author:
kjdon
Message:

re-enabled the expand document cos fixed the mg bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/default/transform/document.xsl

    r6690 r7632  
    112112      <!-- expand document -->
    113113      <!-- this doesn't work with MG so comment it out for now -->
    114       <!--
     114     
    115115      <xsl:if test="@docType = 'hierarchy' or @docType = 'paged'">
    116116      <tr><td xsl:use-attribute-sets="td-brownbutton">
    117117      <xsl:choose><xsl:when test="string($ed)='1'">
    118118          <a style="text-decoration:none" href="{$library_name}?a=d&amp;d={$docID}&amp;c={$collName}&amp;sib={$sib}&amp;ed=0"><xsl:attribute name="title"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'doc.contract_doc_tip')"/></xsl:attribute>
    119         <b><font size='-2' color='{$colour-button-text}'><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'doc.contract_doc_b')"/></font></b>
     119        <b><font size='-2' color='{$colour-button-text}'><xsl:value-of disable-output-escaping='yes' select="util:getInterfaceText($interface_name, /page/@lang, 'doc.contract_doc_b')"/></font></b>
    120120          </a>
    121121        </xsl:when>
     
    128128    </td></tr>
    129129      </xsl:if>
    130       -->
     130     
    131131      <!-- expand contents -->
    132132      <xsl:if test="@docType = 'hierarchy'">
Note: See TracChangeset for help on using the changeset viewer.