]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_refbanner_row.tpl
More rewrites to configuration:
[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
9 <tr>
10         <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_EDIT_REFERRAL_BANNER_ALTERNATIVE_TEXT--}:</td>
11         <td class="{%template,ColorSwitch%}">
12                 <input type="text" class="form_field" name="alternate[$content[id]]" value="$content[alternate]" size="30" maxlength="255" />
13         </td>
14 </tr>
15
16 <tr>
17         <td class="{%template,ColorSwitch%} bottom" align="right">{--ADMIN_SELECT_REFERRAL_BANNER_ACTIVE--}:</td>
18         <td class="{%template,ColorSwitch%} bottom">
19                 $content[visible]
20         </td>
21 </tr>