source: extensions/gally/gally-lapis-lazuli/admin/gally_menu_1.tpl @ 6109

Last change on this file since 6109 was 6109, checked in by grum, 14 years ago

Gally's themes compatibles with piwigo 2.1

File size: 679 bytes
Line 
1<p>{'gally_menu_1_desc'|@translate}</p>
2<br>
3<form method="post" action="" class="general">
4
5  <fieldset>
6    <legend>{'gally_expand_menu'|@translate}</legend>
7
8    <p class="leftAlign">{'gally_expand_menu_desc'|@translate}</p>
9
10    <label><input type="radio" name="f_expandMenu" id="iexpandMenu" value="yes" {if $options.expandMenu=="yes"}checked{/if}>&nbsp;{'gally_expand_menu_yes'|@translate}</label><br>
11    <label><input type="radio" name="f_expandMenu" id="iexpandMenu" value="no" {if $options.expandMenu=="no"}checked{/if}>&nbsp;{'gally_expand_menu_no'|@translate}</label>
12  </fieldset>
13
14  <input type="submit" value="{'Submit'|@translate}" name="submit_gally">
15
16</form>
17
Note: See TracBrowser for help on using the repository browser.