Ignore:
Timestamp:
Nov 5, 2011, 12:36:01 PM (12 years ago)
Author:
Zaphod
Message:

version 2.0.0

File:
1 edited

Legend:

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

    r12538 r12547  
    99                        <ul>
    1010                                <li><label>
     11                                        <span class="property">{'Interface style'|@translate}</span>&nbsp;
     12                                        <select name="f_themeStyle" style="min-width:150px;">
     13                                                <option value="original" {if ($options.themeStyle=="original")}selected{/if}>original</option>
     14                                                <option value="black" {if ($options.themeStyle=="black")}selected{/if}>black</option>
     15                                                <option value="white" {if ($options.themeStyle=="white")}selected{/if}>white</option>
     16                                        </select>
     17                                </label></li>
     18                                <li><label>
    1119                                        <span class="property">{'Hide menu by default on category page'|@translate}</span>&nbsp;
    1220                                        <input type="checkbox" name="f_hideMenu" {if $options.hideMenu}checked{/if}>
     
    1725                                </label></li>
    1826                                <li><label>
    19                                         <span class="property">{'Animate tabs on picture page'|@translate}</span>&nbsp;
    20                                         <input type="checkbox" name="f_animatedTabs" {if $options.animatedTabs}checked{/if}>
     27                                        <span class="property">{'Force text to lowercase'|@translate}</span>&nbsp;
     28                                        <input type="checkbox" name="f_forceLowercase" {if !($options.noLowercase)}checked{/if}>
    2129                                </label></li>
    2230                                <li><label>
    23                                         <span class="property">{'Force text to lowercase'|@translate}</span>&nbsp;
    24                                         <input type="checkbox" name="f_forceLowercase" {if !($options.noLowercase)}checked{/if}>
     31                                        <span class="property">{'Display frame around thumbnails'|@translate}</span>&nbsp;
     32                                        <input type="checkbox" name="f_thumbFrame" {if $options.thumbFrame}checked{/if}>
    2533                                </label></li>
    2634                                <li><label>
     
    3846                                </label></li>
    3947                                <li><label>
    40                                         <span class="property">{'Show description instead of title below image'|@translate}</span>&nbsp;
    41                                         <input type="checkbox" name="f_showDescriptionInsteadOfTitle" {if $options.showDescriptionInsteadOfTitle}checked{/if}>
     48                                        <span class="property">{'Display frame around image'|@translate}</span>&nbsp;
     49                                        <input type="checkbox" name="f_imageFrame" {if $options.imageFrame}checked{/if}>
    4250                                </label></li>
    4351                                <li><label>
    44                                         <span class="property">{'Use arrows instead of navigation thumbnails'|@translate}</span>&nbsp;
    45                                         <input type="checkbox" name="f_useNavigationArrows" {if $options.useNavigationArrows}checked{/if}>
     52                                        <span class="property">{'Use navigation arrows on picture'|@translate}</span>&nbsp;
     53                                        <input type="checkbox" name="f_imageArrows" {if $options.imageArrows}checked{/if}>
    4654                                </label></li>
    4755                                <li><label>
    48                                         <span class="property">{'Show Information tab only to admins'|@translate}</span>&nbsp;
    49                                         <input type="checkbox" name="f_infoTabAdminOnly" {if $options.infoTabAdminOnly}checked{/if}>
     56                                        <span class="property">{'Use navigation arrows outside picture'|@translate}</span>&nbsp;
     57                                        <input type="checkbox" name="f_navArrows" {if $options.navArrows}checked{/if}>
     58                                </label></li>
     59                                <li><label>
     60                                        <span class="property">{'Property to display below picture'|@translate}</span>&nbsp;
     61                                        <select name="f_imageCaption" style="min-width:150px;">
     62                                                <option value="none">-----</option>
     63                                                <option value="title" {if ($options.imageCaption=="title")}selected{/if}>{'Title'|@translate}</option>
     64                                                <option value="description" {if ($options.imageCaption=="description")}selected{/if}>{'Description'|@translate}</option>
     65                                        </select>
     66                                </label></li>
     67                                <li><label>
     68                                        <span class="property">{'HD picture default display'|@translate}</span>&nbsp;
     69                                        <select name="f_defaultZoomSize" style="min-width:150px;">
     70                                                <option value="fit" {if ($options.defaultZoomSize=="fit")}selected{/if}>{'fit to screen'|@translate}</option>
     71                                                <option value="full" {if ($options.defaultZoomSize=="full")}selected{/if}>{'full size'|@translate}</option>
     72                                        </select>
    5073                                </label></li>
    5174                                <li><label>
    5275                                        <span class="property">{'Default tab to be displayed'|@translate}</span>&nbsp;
    53                                         <select name="f_defaultTab">
     76                                        <select name="f_defaultTab" style="min-width:150px;">
    5477                                                <option value="none">-----</option>
    5578                                                <option value="last" {if ($options.defaultTab=="last")}selected{/if}>{'Last displayed'|@translate}</option>
     
    6285                                </label></li>
    6386                                <li><label>
    64                                         <span class="property">{'HD picture default display'|@translate}</span>&nbsp;
    65                                         <select name="f_defaultZoomSize">
    66                                                 <option value="fit" {if ($options.defaultZoomSize=="fit")}selected{/if}>{'fit to screen'|@translate}</option>
    67                                                 <option value="full" {if ($options.defaultZoomSize=="full")}selected{/if}>{'full size'|@translate}</option>
    68                                         </select>
     87                                        <span class="property">{'Animate tabs on picture page'|@translate}</span>&nbsp;
     88                                        <input type="checkbox" name="f_animatedTabs" {if $options.animatedTabs}checked{/if}>
     89                                </label></li>
     90                                <li><label>
     91                                        <span class="property">{'Show Information tab only to admins'|@translate}</span>&nbsp;
     92                                        <input type="checkbox" name="f_infoTabAdminOnly" {if $options.infoTabAdminOnly}checked{/if}>
    6993                                </label></li>
    7094                        </ul>
     
    80104                        <fieldset style="width:80%; margin:auto;">
    81105                                <ul>
    82                                         <li><label>
    83                                                 <span class="property">{'Include title after resize'|@translate}</span>&nbsp;
    84                                                 <input type="checkbox" name="f_imageAutosizeTitle" {if $options.imageAutosizeTitle}checked{/if}>
    85                                         </label></li>
    86106                                        <li>
    87107                                                <label for="imageAutosizeMargin"><span class="property">{'Additional bottom margin after resize'|@translate}</span>&nbsp;</label>
     
    107127                                        <li><label>
    108128                                                <span class="property">{'On picture page, number of next images to preload'|@translate}</span>&nbsp;
    109                                                 <select name="f_imagePreloadNb">
     129                                                <select name="f_imagePreloadNb" style="min-width:150px;">
    110130                                                        <option value=1 {if ($options.imagePreloadNb==1)}selected{/if}>1</option>
    111131                                                        <option value=2 {if ($options.imagePreloadNb==2)}selected{/if}>2</option>
Note: See TracChangeset for help on using the changeset viewer.