Ignore:
Timestamp:
2012-09-19T15:33:31+12:00 (12 years ago)
Author:
sjm84
Message:

Removed the option to resize the zoom window and made it the same as other view options. Also made the back to top links a gsf:option

File:
1 edited

Legend:

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

    r26205 r26216  
    156156           
    157157            <!-- "back to top" link -->
    158             <xsl:if test="util:hashToDepthClass(@nodeID) != 'sectionHeaderDepthTitle'">
     158            <xsl:if test="util:hashToDepthClass(@nodeID) != 'sectionHeaderDepthTitle' and not(/page/pageResponse/format[@type='display']/gsf:option[@name='backToTopLinks']) or /page/pageResponse/format[@type='display']/gsf:option[@name='backToTopLinks']/@value='true'">
    159159                <td class="backToTop headerTD">
    160160                    <a href="javascript:scrollToTop();">
     
    481481                                });
    482482
    483                                 $("#zoomOptions").css("display", "block");
     483                                $("#zoomOptions").css("display", null);
    484484                            }
    485485                        </xsl:text>
Note: See TracChangeset for help on using the changeset viewer.