source: extensions/ContactForm/admin/themes/cf_persoform.tab.tpl @ 14428

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

[extensions] - ContactForm - add perso text on form

File size: 1.2 KB
Line 
1<div class="titrePage">
2    <h2>{$CF.TITLE}<br>{'cf_tab_persoform'|@translate}</h2>
3</div>
4<h3>{'Add text to the contact form'|@translate}</h3>
5<br>
6        <form method="post" >
7         <fieldset id="mainConf">
8                        <span class="property">
9                                <label for="persoformtop">{'Add text above'|@translate} *1</label>
10                        </span>
11                        <br>
12                        <textarea rows="4" cols="80" class="description" name="persoform_top" id="persoform_top">{$PERSOFORMTOP}</textarea>
13                        <br>
14                        <br>
15                        <h3>{'contact_form_title'|@translate}</h3>
16                        <br>
17                        <br>
18                        <span class="property">
19                                <label for="persoformbottom">{'Add text below'|@translate} *2</label>
20                        </span>
21                        <br>
22                        <textarea rows="4" cols="80" class="description" name="persoform_bottom" id="persoform_bottom">{$PERSOFORMBOTTOM}</textarea>
23  <p>
24    <input class="submit" type="submit" name="submitpersoform" value="{'Submit'|@translate}">
25  </p>
26        </form>
27<br>
28<br>
29<br>
30<br>
31*1 {'use tag < div id="persoformtop" > to customize your personal text'|@translate}<br>
32*2 {'use tag < div id="persoformbottom" > to customize your personal text'|@translate}<br>
33{'if plugin ExtendedDescription is actif, you can use tags [lang]'|@translate}<br>
34</fieldset>
Note: See TracBrowser for help on using the repository browser.