source: extensions/add_head_element/admin.tpl @ 15697

Last change on this file since 15697 was 12496, checked in by ddtddt, 12 years ago

[extensions] - add_head_element - first commit

File size: 803 bytes
Line 
1<div class="titrePage">
2  <h2>{'pft_h2'|@translate}</h2>
3</div>
4<div id="configContent">
5{if isset ($gestA)}
6        <form method="post" >
7         <fieldset id="mainConf">
8                        <span class="property">
9                                <label for="pftperso">{'pft_perso'|@translate}</label>
10                        </span>
11                        <textarea rows="5" cols="50" class="description" name="perso_footer" id="perso_footer">{$gestA.PFTBASE}</textarea>
12  <p>
13    <input class="submit" type="submit" name="submitpft" value="{'Submit'|@translate}">
14    <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}">
15  </p>
16        </form>
17{/if}
18
19{if isset ($gestB)}
20        <div class="comment">
21                <h3>{'pft_css'|@translate}</h3>
22                        {'pft_css_help'|@translate}
23        </div>
24        <br>
25        <div class="comment">
26                <h3>{'pft_ED'|@translate}</h3>
27                        {'pft_ED_help'|@translate}
28        </div>
29{/if}
30</div>
Note: See TracBrowser for help on using the repository browser.