Last change
on this file since 28115 was
23583,
checked in by plg, 11 years ago
|
ability to say if elements must be added on gallery, or admin, or both
|
File size:
785 bytes
|
Rev | Line | |
---|
[23583] | 1 | {html_style}{literal} |
---|
| 2 | form p {text-align:left;margin:0 0 1.5em 1.5em;line-height:20px;} |
---|
| 3 | {/literal}{/html_style} |
---|
| 4 | |
---|
[12496] | 5 | <div class="titrePage"> |
---|
| 6 | <h2>{'ahe_h2'|@translate}</h2> |
---|
| 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.