Ignore:
Timestamp:
Jun 27, 2013, 12:47:39 AM (11 years ago)
Author:
plg
Message:

ability to say if elements must be added on gallery, or admin, or both

File:
1 moved

Legend:

Unmodified
Added
Removed
  • extensions/add_head_element/admin.tpl

    r23582 r23583  
     1{html_style}{literal}
     2form p {text-align:left;margin:0 0 1.5em 1.5em;line-height:20px;}
     3{/literal}{/html_style}
     4
    15<div class="titrePage">
    26  <h2>{'ahe_h2'|@translate}</h2>
    37</div>
    4 <div id="configContent">
    5 {if isset ($gestA)}
    6         <form method="post" >
    7          <fieldset id="mainConf">
    8                         <span class="property">
    9                                 <label for="aheperso">{'ahe_perso'|@translate}</label><br><br>
    10                         </span>
    11                         <textarea rows="5" cols="50" class="description" name="ahe" id="ahe">{$gestA.AHEBASE}</textarea>
     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
    1221  <p>
    1322    <input class="submit" type="submit" name="submitahe" value="{'Submit'|@translate}">
    14     <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}">
    1523  </p>
    16         </form>
    17 {/if}
    18 </div>
     24</form>
Note: See TracChangeset for help on using the changeset viewer.