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

Last change on this file since 14756 was 14756, checked in by plg, 12 years ago

simplify custom text management

File size: 660 bytes
Line 
1<div class="titrePage">
2    <h2>{$CF.TITLE}<br>{'cf_tab_persoform'|@translate}</h2>
3</div>
4
5<form method="post" >
6<fieldset>
7  <legend>{'Text before the contact form'|@translate}</legend>
8  <textarea rows="4" cols="80" class="description" name="persoform_top" id="persoform_top">{$PERSOFORMTOP}</textarea>
9</fieldset>
10
11<fieldset>
12  <legend>{'Text after the contact form'|@translate}</legend>
13  <textarea rows="4" cols="80" class="description" name="persoform_bottom" id="persoform_bottom">{$PERSOFORMBOTTOM}</textarea>
14</fieldset>
15
16<p>
17  <input class="submit" type="submit" name="submitpersoform" value="{'Submit'|@translate}">
18</p>
19</form>
Note: See TracBrowser for help on using the repository browser.