Ignore:
Timestamp:
Feb 12, 2014, 3:11:45 PM (10 years ago)
Author:
JanisV
Message:

Disable history update only in native full-screen mode
Hide thumbnails in full-screen mode, hide thumbnails in non full-screen mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Fotorama/template/admin.tpl

    r27155 r27342  
    5050  </li>
    5151  <li>
     52    <label for="fullscreen_nav">
     53      <b>{'Fullscreen navigation style'|@translate}</b>
     54    </label>
     55    <select class="categoryDropDown" id="fullscreen_nav" name="fullscreen_nav">
     56      <option value="false"{if $Fotorama.fullscreen_nav == 'false'} selected{/if}>{'false'|@translate}</option>
     57      <option value="dots"{if $Fotorama.fullscreen_nav == 'dots'} selected{/if}>{'dots'|@translate}</option>
     58      <option value="thumbs"{if $Fotorama.fullscreen_nav == 'thumbs'} selected{/if}>{'thumbs'|@translate}</option>
     59    </select>
     60  </li>
     61  <li>
    5262    <input type="checkbox" id="shadows" name="shadows"{if $Fotorama.shadows} checked="checked"{/if}>
    5363    <label for="shadows">
Note: See TracChangeset for help on using the changeset viewer.