source: extensions/blancmontxl/admin/admin.tpl @ 6299

Last change on this file since 6299 was 6286, checked in by repie38, 14 years ago

conf panel new option : use montblancxl icon set (option can't be set if montblancxl isn't installed)

File size: 1.5 KB
Line 
1<div class="titrePage">
2  <h2>BlancmontXL</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="bmxl[home]" value="true" {if $bmxl.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="bmxl[categories]" value="true" {if $bmxl.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="bmxl[picture]" value="true" {if $bmxl.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="bmxl[other]" value="true" {if $bmxl.other}checked="checked"{/if}>
25        </li>
26                 <li>
27          <span class="property">{'Use MontBlancXL icon set'|@translate}</span>
28          <input type="checkbox" name="bmxl[ico]" value="true" {if $bmxl.ico}checked="checked"{/if}>
29        </li>
30      </ul>
31  </fieldset>
32</div>
33<p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" /></p>
34</form>
Note: See TracBrowser for help on using the repository browser.