Ignore:
Timestamp:
2012-07-16T11:04:25+12:00 (12 years ago)
Author:
davidb
Message:

Two layers of div tags added around the 'simple' document view, to provide the same ids 'gs-document' and 'gs-document-text' as in the more complex document views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl

    r25936 r25949  
    274274        <xsl:choose>
    275275            <xsl:when test="@docType='simple'">
    276                 <xsl:call-template name="documentNodeText"/>
     276              <div id="gs-document">                           
     277                <div id="gs-document-text">
     278                  <xsl:call-template name="documentNodeText"/>
     279                </div>
     280              </div>
     281
    277282            </xsl:when>
    278283            <xsl:otherwise>
Note: See TracChangeset for help on using the changeset viewer.