Deprecated 'replacer' removed. Now we use EL code instead (there are a lot example...
[mailer.git] / templates / de / html / admin / admin_config_email_edit_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%}" colspan="2" align="center">
3                 <strong>{--ADMIN_MAX_RECEIVE_ID--} $content[id]:</strong>
4                 <input type="hidden" name="id[$content[id]]" value="1" />
5         </td>
6 </tr>
7 <tr>
8         <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_MAX_RECEIVE_VALUE--}:&nbsp;</td>
9         <td class="{%template,ColorSwitch%}">
10                 <input type="text" class="form_field" name="val[$content[id]]" value="$content[value]" size="3" maxlength="5" />
11         </td>
12 </tr>
13 <tr>
14         <td class="{%template,ColorSwitch%} bottom" align="right">{--ADMIN_MAX_RECEIVE_COMMENT--}:&nbsp;</td>
15         <td class="{%template,ColorSwitch%} bottom">
16                 <input type="text" class="form_field" name="comm[$content[id]]" value="$content[comment]" size="25" maxlength="255" />
17         </td>
18 </tr>