Ignore:
Timestamp:
2011-06-09T15:53:01+12:00 (13 years ago)
Author:
sjb48
Message:

Saving of the format statement to the collectionConfig is now possible. The bug with select boxes where the selected item was not saved has now been fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/transform/layouts/main.xsl

    r23989 r24137  
    1616
    1717    <xsl:include href="header.xsl"/>
    18     <!--<xsl:include href="formatmanager.xsl"/>-->
     18    <xsl:include href="formatmanager.xsl"/>
    1919   
    20     <xsl:include href="xml-to-gui.xsl"/>
    21     <xsl:include href="xml-to-gui-templates.xsl"/>
     20    <!--<xsl:include href="xml-to-gui.xsl"/>-->
     21    <!--<xsl:include href="xml-to-gui-templates.xsl"/>-->
    2222
    2323    <!-- put the URL or path of your site here site -->
     
    5353
    5454                    </div>
    55                    
    56                     <!--<xsl:call-template name="formatmanagerpre"/>-->
    5755
     56                    <xsl:if test="/page/pageRequest/paramList/param[(@name='formatedit') and (@value='1')]">
     57                        <xsl:call-template name="formatmanagerpre"/>
     58                    </xsl:if>
     59   
    5860                    <div id="gs_content">
    5961                        <!--
Note: See TracChangeset for help on using the changeset viewer.