Ignore:
Timestamp:
2012-07-12T11:47:20+12:00 (12 years ago)
Author:
davidb
Message:

Change of id from 'nav' to 'gs-nav' to avoid conflict with other 3rd-party JS/CSS library

File:
1 edited

Legend:

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

    r25884 r25935  
    109109    <xsl:template name="browsing-tabs">
    110110        <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service">
    111             <ul id="nav">
     111            <ul id="gs-nav">
    112112                <!-- If this collection has a ClassifierBrowse service then add a tab for each classifier-->
    113113                <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@type='browse' and @name='ClassifierBrowse']">
Note: See TracChangeset for help on using the changeset viewer.