284c3020bf69aad2f1e63e482c40f8ab111fe779
[mailer.git] / templates / de / html / admin / admin_refbanner_edit_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%}" align="right" width="200">{--ADMIN_EDIT_BANNER_URL--}:</td>
3         <td class="{%template,ColorSwitch%}" width="350">
4                 <input type="hidden" name="sel[$content[id]]" value="1" />
5                 <input type="text" name="url[$content[id]]" class="admin_normal" value="$content[url]" size="40" maxlength="255" />
6         </td>
7 </tr>
8 <tr>
9         <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_EDIT_ALTERNATE--}:</td>
10         <td class="{%template,ColorSwitch%}">
11                 <input type="text" name="alternate[$content[id]]" class="admin_normal" value="$content[alternate]" size="30" maxlength="255" />
12         </td>
13 </tr>
14 <tr>
15         <td class="{%template,ColorSwitch%} bottom" align="right">{--ADMIN_SELECT_BANNER_ACTIVE--}:</td>
16         <td class="{%template,ColorSwitch%} bottom">$content[visible]</td>
17 </tr>