Changeset 26220


Ignore:
Timestamp:
2012-09-20T09:20:16+12:00 (12 years ago)
Author:
sjm84
Message:

Added tooltips for the new slideshow and zooming view options

Location:
main/trunk/greenstone3/web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties

    r26217 r26220  
    133133doc.highlightTooltip=Enable or disable search term highlighting
    134134doc.realisticBooksTooltip=Enable or disable the realistic books view
     135doc.zoomTooltip=Enable or disable zooming images in the standard view
     136doc.slideshowTooltip=Enable or disable the slide show view
    135137
    136138doc.document=Document
  • main/trunk/greenstone3/web/interfaces/default/transform/layouts/toc.xsl

    r26216 r26220  
    246246                <!-- Slide-show options -->
    247247                <li id="slideShowOptions">
     248                    <xsl:attribute name="title"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'doc.slideshowTooltip')"/></xsl:attribute>
    248249                    <xsl:attribute name="style">
    249250                        <xsl:choose>
     
    288289               
    289290                <li id="zoomOptions" style="display:none;">
     291                    <xsl:attribute name="title"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'doc.zoomTooltip')"/></xsl:attribute>
    290292                    <img>
    291293                        <xsl:attribute name="src"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'zoom_image')"/></xsl:attribute>
Note: See TracChangeset for help on using the changeset viewer.