Large code cleanups:
[mailer.git] / templates / de / html / admin / admin_edit_refbanner_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%}" align="right" width="200">{--ADMIN_EDIT_REFERRAL_BANNER_URL--}:</td>
3         <td class="{%template,ColorSwitch%}" width="350">
4                 <input type="hidden" name="sel[$content[id]]" value="1" />
5                 <input type="text" class="form_field" name="url[$content[id]]" value="$content[url]" size="40" maxlength="255" />
6         </td>
7 </tr>
8 <tr>
9         <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_EDIT_REFERRAL_BANNER_ALTERNATIVE_TEXT--}:</td>
10         <td class="{%template,ColorSwitch%}">
11                 <input type="text" class="form_field" name="alternate[$content[id]]" value="$content[alternate]" size="30" maxlength="255" />
12         </td>
13 </tr>
14 <tr>
15         <td class="{%template,ColorSwitch%} bottom" align="right">{--ADMIN_SELECT_REFERRAL_BANNER_ACTIVE--}:</td>
16         <td class="{%template,ColorSwitch%} bottom">
17                 $content[visible]
18         </td>
19 </tr>