Last change
on this file since 24623 was
14971,
checked in by ddtddt, 12 years ago
|
[extensions] - PersoAbout - clean code
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
830 bytes
|
Rev | Line | |
---|
[8115] | 1 | <div class="titrePage"> |
---|
| 2 | <h2>{'ppa_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"> |
---|
[14971] | 9 | <label for="ppaperso">{'ppa_perso'|@translate}</label><br><br> |
---|
[8115] | 10 | </span> |
---|
| 11 | <textarea rows="5" cols="50" class="description" name="perso_about" id="perso_about">{$gestA.PPABASE}</textarea> |
---|
| 12 | <p> |
---|
| 13 | <input class="submit" type="submit" name="submitppa" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED}> |
---|
| 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>{'ppa_css'|@translate}</h3> |
---|
| 22 | {'ppa_css_help'|@translate} |
---|
| 23 | </div> |
---|
| 24 | <br> |
---|
| 25 | <div class="comment"> |
---|
| 26 | <h3>{'ppa_ED'|@translate}</h3> |
---|
| 27 | {'ppa_ED_help'|@translate} |
---|
| 28 | </div> |
---|
| 29 | {/if} |
---|
| 30 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.