source: extensions/sobre/admin/admin.tpl @ 5544

Last change on this file since 5544 was 5544, checked in by Gotcha, 14 years ago

Add a admin panel (thanks to P@tounet)
bug:1563

File size: 1.3 KB
Line 
1<div class="titrePage">
2  <h2>Sobre</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="sbre[home]" value="true" {if $sbre.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="sbre[categories]" value="true" {if $sbre.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="sbre[picture]" value="true" {if $sbre.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="sbre[other]" value="true" {if $sbre.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.