Ignore:
Timestamp:
Jun 26, 2013, 8:34:21 PM (11 years ago)
Author:
flop25
Message:

adding a new option for the mouseover effect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/admin/admin.tpl

    r17864 r23569  
    2323    </li>
    2424    <li>
     25      <br>
     26      <label>{'Effect to use when the mouse is over the thumbnails:'|@translate}</label>
     27      <br>
     28     <label>
     29        <input type="radio" name="f_hover_action" id="hover_action" value="fadein"  {if $options.hover_action=="fadein"}checked{/if}>
     30        &nbsp;{'Opacity at 75%, then 100% on mouseover'|@translate}</label>
     31      <br>
     32      <label>
     33        <input type="radio" name="f_hover_action" id="hover_action" value="fadeout" {if $options.hover_action=="fadeout"}checked{/if}>
     34        &nbsp;{'Opacity at 100%, then 75% on mouseover'|@translate}</label>
     35      <br>
     36      <label>
     37        <input type="radio" name="f_hover_action" id="hover_action" value="border" {if $options.hover_action=="border"}checked{/if}>
     38        &nbsp;{'For albums, the border becomes white'|@translate}</label>
     39      <br>
     40      <label>
     41        <input type="radio" name="f_hover_action" id="hover_action" value="none" {if $options.hover_action=="none"}checked{/if}>
     42        &nbsp;{'No effect'|@translate}</label>
     43      <br><br>
     44    </li>
    2545    <li>
    2646      <label for="column_width"><span class="property">{'Width of columns'|@translate}</span>&nbsp;</label>
Note: See TracChangeset for help on using the changeset viewer.