source: extensions/add_head_element/admin.tpl @ 31962

Last change on this file since 31962 was 31463, checked in by ddtddt, 8 years ago

[extensions] - add_head_element - 2.8

File size: 799 bytes
Line 
1{html_style}{literal}
2form p {text-align:left;margin:0 0 1.5em 1.5em;line-height:20px;}
3{/literal}{/html_style}
4
5<div class="titrePage">
6  <h2>{'Add < head > element'|@translate}</h2>
7</div>
8
9<form method="post">
10  <p>
11    <strong>{'ahe_perso'|@translate}</strong><br>
12    <textarea rows="5" cols="50" class="description" name="ahe" id="ahe">{$AHEBASE}</textarea>
13  </p>
14
15  <p>
16    <strong>{'Apply on'|@translate}</strong><br>
17    <label><input type="checkbox" name="apply_on_gallery"{if $gallery} checked="checked"{/if}> {'Gallery'|@translate}</label>
18    <label><input type="checkbox" name="apply_on_admin"{if $admin} checked="checked"{/if}> {'Administration'|@translate}</label>
19  </p>
20
21  <p>
22    <input class="submit" type="submit" name="submitahe" value="{'Submit'|@translate}">
23  </p>
24</form>
Note: See TracBrowser for help on using the repository browser.