source: extensions/add_head_element/admin.tpl @ 31933

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

[extensions] - add_head_element - 2.8

File size: 799 bytes
RevLine 
[23583]1{html_style}{literal}
2form p {text-align:left;margin:0 0 1.5em 1.5em;line-height:20px;}
3{/literal}{/html_style}
4
[12496]5<div class="titrePage">
[31463]6  <h2>{'Add < head > element'|@translate}</h2>
[12496]7</div>
[23583]8
9<form method="post">
[12496]10  <p>
[23583]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>
[12496]22    <input class="submit" type="submit" name="submitahe" value="{'Submit'|@translate}">
23  </p>
[23583]24</form>
Note: See TracBrowser for help on using the repository browser.