source: extensions/gally/gally-default/admin/gally_img_high_res.tpl @ 17686

Last change on this file since 17686 was 16016, checked in by grum, 12 years ago

feature:2664- compatibility with Piwigo 2.4

File size: 1.3 KB
Line 
1<p>{'gally_img_high_res_desc'|@translate}</p>
2<br>
3<form method="post" action="" class="general">
4
5  <fieldset>
6    <legend>{'gally_default_zoom_size'|@translate}</legend>
7
8    <p class="leftAlign">{'gally_default_zoom_size_desc'|@translate}</p>
9
10    <label><input type="radio" name="f_defaultZoomSize" id="idefaultZoomSize" value="full" {if $options.defaultZoomSize=="full"}checked{/if}>&nbsp;{'gally_defaultZoomSize_full'|@translate}</label><br>
11    <label><input type="radio" name="f_defaultZoomSize" id="idefaultZoomSize" value="fit" {if $options.defaultZoomSize=="fit"}checked{/if}>&nbsp;{'gally_defaultZoomSize_fit'|@translate}</label>
12  </fieldset>
13
14  <fieldset>
15    <legend>{'gally_display_high_res_click_mode'|@translate}</legend>
16
17    <p class="leftAlign">{'gally_display_high_res_click_mode_desc'|@translate}</p>
18
19    <label><input type="radio" name="f_highResClickMode" id="ihighResClickMode" value="zoom" {if $options.highResClickMode=="zoom"}checked{/if}>&nbsp;{'gally_highResClickMode_zoom'|@translate}</label><br>
20    <label><input type="radio" name="f_highResClickMode" id="ihighResClickMode" value="close" {if $options.highResClickMode=="close"}checked{/if}>&nbsp;{'gally_highResClickMode_close'|@translate}</label>
21  </fieldset>
22
23  <input type="submit" value="{'Submit'|@translate}" name="submit_gally">
24
25</form>
26
Note: See TracBrowser for help on using the repository browser.