Ignore:
Timestamp:
May 2, 2012, 10:18:48 PM (12 years ago)
Author:
Zaphod
Message:

version 2.2.0.beta2 for Piwigo 2.4

File:
1 edited

Legend:

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

    r12960 r14687  
    104104                                        <span class="property">{'Show Information tab only to admins'|@translate}</span>&nbsp;
    105105                                        <input type="checkbox" name="f_infoTabAdminOnly" {if $options.infoTabAdminOnly}checked{/if}>
     106                                </label></li>
     107                        </ul>
     108                </fieldset>
     109                <fieldset>
     110                        <legend>{'Multiple size'|@translate}</legend>
     111                        <ul>
     112                                <li><label>
     113                                        <span class="property">{'Album thumbnail size'|@translate}</span>&nbsp;
     114                                        <select name="f_albumSize" style="min-width:150px;">
     115                                                <option value="square" {if ($options.albumSize=="square")}selected{/if}>{'square'|@translate}</option>
     116                                                <option value="thumb" {if ($options.albumSize=="thumb")}selected{/if}>{'thumb'|@translate}</option>
     117                                                <option value="2small" {if ($options.albumSize=="2small")}selected{/if}>{'2small'|@translate}</option>
     118                                                <option value="xsmall" {if ($options.albumSize=="xsmall")}selected{/if}>{'xsmall'|@translate}</option>
     119                                                <option value="medium" {if ($options.albumSize=="medium")}selected{/if}>{'medium'|@translate}</option>
     120                                                <option value="large" {if ($options.albumSize=="large")}selected{/if}>{'large'|@translate}</option>
     121                                                <option value="xlarge" {if ($options.albumSize=="xlarge")}selected{/if}>{'xlarge'|@translate}</option>
     122                                                <option value="xxlarge" {if ($options.albumSize=="xxlarge")}selected{/if}>{'xxlarge'|@translate}</option>
     123                                        </select>
     124                                </label></li>
     125                                <li><label>
     126                                        <span class="property">{'Thumbnail size'|@translate}</span>&nbsp;
     127                                        <select name="f_thumbSize" style="min-width:150px;">
     128                                                <option value="square" {if ($options.thumbSize=="square")}selected{/if}>{'square'|@translate}</option>
     129                                                <option value="thumb" {if ($options.thumbSize=="thumb")}selected{/if}>{'thumb'|@translate}</option>
     130                                                <option value="2small" {if ($options.thumbSize=="2small")}selected{/if}>{'2small'|@translate}</option>
     131                                                <option value="xsmall" {if ($options.thumbSize=="xsmall")}selected{/if}>{'xsmall'|@translate}</option>
     132                                                <option value="medium" {if ($options.thumbSize=="medium")}selected{/if}>{'medium'|@translate}</option>
     133                                                <option value="large" {if ($options.thumbSize=="large")}selected{/if}>{'large'|@translate}</option>
     134                                                <option value="xlarge" {if ($options.thumbSize=="xlarge")}selected{/if}>{'xlarge'|@translate}</option>
     135                                                <option value="xxlarge" {if ($options.thumbSize=="xxlarge")}selected{/if}>{'xxlarge'|@translate}</option>
     136                                        </select>
     137                                </label></li>
     138                                <li><label>
     139                                        <span class="property">{'Image size'|@translate}</span>&nbsp;
     140                                        <select name="f_imageSize" style="min-width:150px;">
     141                                                <option value="square" {if ($options.imageSize=="square")}selected{/if}>{'square'|@translate}</option>
     142                                                <option value="thumb" {if ($options.imageSize=="thumb")}selected{/if}>{'thumb'|@translate}</option>
     143                                                <option value="2small" {if ($options.imageSize=="2small")}selected{/if}>{'2small'|@translate}</option>
     144                                                <option value="xsmall" {if ($options.imageSize=="xsmall")}selected{/if}>{'xsmall'|@translate}</option>
     145                                                <option value="medium" {if ($options.imageSize=="medium")}selected{/if}>{'medium'|@translate}</option>
     146                                                <option value="large" {if ($options.imageSize=="large")}selected{/if}>{'large'|@translate}</option>
     147                                                <option value="xlarge" {if ($options.imageSize=="xlarge")}selected{/if}>{'xlarge'|@translate}</option>
     148                                                <option value="xxlarge" {if ($options.imageSize=="xxlarge")}selected{/if}>{'xxlarge'|@translate}</option>
     149                                        </select>
     150                                </label></li>
     151                                <li><label>
     152                                        <span class="property">{'HD Image size'|@translate}</span>&nbsp;
     153                                        <select name="f_hdSize" style="min-width:150px;">
     154                                                <option value="square" {if ($options.hdSize=="square")}selected{/if}>{'square'|@translate}</option>
     155                                                <option value="thumb" {if ($options.hdSize=="thumb")}selected{/if}>{'thumb'|@translate}</option>
     156                                                <option value="2small" {if ($options.hdSize=="2small")}selected{/if}>{'2small'|@translate}</option>
     157                                                <option value="xsmall" {if ($options.hdSize=="xsmall")}selected{/if}>{'xsmall'|@translate}</option>
     158                                                <option value="medium" {if ($options.hdSize=="medium")}selected{/if}>{'medium'|@translate}</option>
     159                                                <option value="large" {if ($options.hdSize=="large")}selected{/if}>{'large'|@translate}</option>
     160                                                <option value="xlarge" {if ($options.hdSize=="xlarge")}selected{/if}>{'xlarge'|@translate}</option>
     161                                                <option value="xxlarge" {if ($options.hdSize=="xxlarge")}selected{/if}>{'xxlarge'|@translate}</option>
     162                                                <option value="original" {if ($options.hdSize=="original")}selected{/if}>{'original'|@translate}</option>
     163                                        </select>
    106164                                </label></li>
    107165                        </ul>
Note: See TracChangeset for help on using the changeset viewer.