Ignore:
Timestamp:
Jan 20, 2010, 12:21:18 AM (14 years ago)
Author:
boulde
Message:

remove unused code, add image size limit in themeconf and other suggestions
from EX-FTB, make the theme useable without javascript (show menu & comments),
...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Simple_Grey/picture_nav_buttons.tpl

    r4456 r4710  
    44{/if}
    55{if isset($slideshow.U_START_PLAY)}
    6   <a class="navButton" href="{$slideshow.U_START_PLAY}" title="{'start_play'|@translate}">Play</a>
     6  <a href="{$slideshow.U_START_PLAY}" title="{'start_play'|@translate}">Play</a>
    77{/if}
    88{if isset($slideshow)}
    99  {if isset($slideshow.U_STOP_PLAY)}
    10     <a class="navButton" href="{$slideshow.U_STOP_PLAY}" title="{'stop_play'|@translate}">Pause</a>
     10    <a href="{$slideshow.U_STOP_PLAY}" title="{'stop_play'|@translate}">Pause</a>
    1111  {/if}
    1212  {if isset($slideshow.U_DEC_PERIOD)}
    13     <a class="navButton" href="{$slideshow.U_DEC_PERIOD}" title="{'dec_period'|@translate}">&nbsp;+&nbsp;</a>
     13    <a href="{$slideshow.U_DEC_PERIOD}" title="{'dec_period'|@translate}">&nbsp;+&nbsp;</a>
    1414  {/if}
    1515  {if isset($slideshow.U_INC_PERIOD)}
    16     <a class="navButton" href="{$slideshow.U_INC_PERIOD}" title="{'inc_period'|@translate}">&nbsp;-&nbsp;</a>
     16    <a href="{$slideshow.U_INC_PERIOD}" title="{'inc_period'|@translate}">&nbsp;-&nbsp;</a>
    1717  {/if}
    1818{/if}
Note: See TracChangeset for help on using the changeset viewer.