Ignore:
Timestamp:
2012-10-30T14:58:17+13:00 (12 years ago)
Author:
sjm84
Message:

Removed the checkbox to enable the slideshow, fixed an error with zooming and increased the zoom window size

File:
1 edited

Legend:

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

    r26308 r26408  
    268268                        <xsl:attribute name="src"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'slideshow_image')"/></xsl:attribute>
    269269                    </img>
    270                     <input id="ssOption" type="checkbox" onclick="showSlideShow()" class="optionCheckBox"/>
    271                     <script type="text/javascript">
    272                         <xsl:text disable-output-escaping="yes">
    273                             $(window).load(function()
    274                             {
    275                                 $("#ssOption").attr("checked", false);
    276                             });
    277                         </xsl:text>
    278                     </script>
    279270                </li>
    280271           
Note: See TracChangeset for help on using the changeset viewer.