source: extensions/sobre/branches/2.0/admin/admin.tpl @ 10317

Last change on this file since 10317 was 10317, checked in by Gotcha, 13 years ago

Compatible avec Piwigo v2.2

File size: 1.3 KB
Line 
1<div class="titrePage">
2  <h2>Urbex</h2>
3</div>
4
5<form method="post" class="properties" action="" ENCTYPE="multipart/form-data" name="form" class="properties">
6<div id="configContent">
7  <fieldset id="mainConfCheck">
8    <legend></legend>
9      <ul>
10        <li>
11          <span class="property">{'Display page banner on home page'|@translate}</span>
12          <input type="checkbox" name="urbx[home]" value="true" {if $urbx.home}checked="checked"{/if}>
13        </li>
14        <li>
15          <span class="property">{'Display page banner on categories pages'|@translate}</span>
16          <input type="checkbox" name="urbx[categories]" value="true" {if $urbx.categories}checked="checked"{/if}>
17        </li>
18        <li>
19          <span class="property">{'Display page banner on picture page'|@translate}</span>
20          <input type="checkbox" name="urbx[picture]" value="true" {if $urbx.picture}checked="checked"{/if}>
21        </li>
22        <li>
23          <span class="property">{'Display page banner on other pages'|@translate}</span>
24          <input type="checkbox" name="urbx[other]" value="true" {if $urbx.other}checked="checked"{/if}>
25        </li>
26      </ul>
27  </fieldset>
28</div>
29<p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" /></p>
30</form>
Note: See TracBrowser for help on using the repository browser.