Changeset 30097


Ignore:
Timestamp:
2015-08-10T11:53:02+12:00 (9 years ago)
Author:
kjdon
Message:

commenting out document basket option on prefs page, and edit structure button on doc editing page, as these are not currently working properly

Location:
main/trunk/greenstone3/web/interfaces/default/transform/pages
Files:
2 edited

Legend:

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

    r30020 r30097  
    435435            <td id="editBarRight">
    436436                <div style="text-align:center;">
    437                     <div style="margin:5px;" class="ui-state-default ui-corner-all">
     437                  <!-- edit structure button -->
     438                  <!-- comment this out as its not working -->
     439                <!--    <div style="margin:5px;" class="ui-state-default ui-corner-all">
    438440                        <a style="padding: 3px; text-decoration:none;" href="{$library_name}?a=g&amp;sa=documentbasket&amp;c=&amp;s=DisplayDocumentList&amp;rt=r&amp;p.c={/page/pageResponse/collection/@name}&amp;docToEdit={/page/pageResponse/document/documentNode/@nodeID}"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'doc.edit_structure')"/></a>
    439                     </div>
     441                    </div>-->
     442                    <!-- edit content button -->
    440443                    <div style="margin:5px;" class="ui-state-default ui-corner-all">
    441444                        <a id="editContentButton" style="padding: 3px; text-decoration:none;">
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/pref.xsl

    r29552 r30097  
    5151      <xsl:call-template name="format-edit-param"/>
    5252    <xsl:call-template name="berry-basket-param"/>
    53     <xsl:call-template name="document-maker-param"/>
     53    <!--<xsl:call-template name="document-maker-param"/> not working at moment-->
    5454    <xsl:call-template name="book-param"/>
    5555    <xsl:call-template name="theme-change-param"/>
Note: See TracChangeset for help on using the changeset viewer.