]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_email_edit_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_email_edit_row.tpl
index 4cac110357e473b2c5d9206295b375238b6b3db5..7001a4c6c1d3a6ee8812d55071faeac0c49c23d0 100644 (file)
@@ -1,33 +1,18 @@
-<TR>
-       <TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
-</TR>
-<TR>
-       <TD class="switch_sw$content[sw]" colspan="2" align="center"><STRONG>{--MRECEIVE_ID--}
-       $content[id]:</STRONG> <INPUT type="hidden" name="id[$content[id]]" value="1">
-       </TD>
-</TR>
-<TR>
-       <TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
-</TR>
-<TR>
-       <TD class="switch_sw$content[sw]" align="right">{--MREC_VALUE!}:&nbsp;</TD>
-       <TD class="switch_sw$content[sw]"><INPUT type="text"
-               name="val[$content[id]]" class="admin_normal" value="$content[value]"
-               size="3" maxlength="5"></TD>
-</TR>
-<TR>
-       <TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
-</TR>
-<TR>
-       <TD class="switch_sw$content[sw]" align="right">{--MREC_COMMENT--}:&nbsp;</TD>
-       <TD class="switch_sw$content[sw]"><INPUT type="text"
-               name="comm[$content[id]]" class="admin_normal"
-               value="$content[comment]" size="25" maxlength="255"></TD>
-</TR>
-<TR>
-       <TD colspan="2" height="5"
-               class="switch_sw$content[sw] seperator bottom">&nbsp;</TD>
-</TR>
-<TR>
-       <TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
-</TR>
+<tr>
+       <td class="{%template,ColorSwitch%}" colspan="2" align="center">
+               <strong>{--ADMIN_MAX_RECEIVE_ID--} $content[id]:</strong>
+               <input type="hidden" name="id[$content[id]]" value="1" />
+       </td>
+</tr>
+<tr>
+       <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_MAX_RECEIVE_VALUE--}:&nbsp;</td>
+       <td class="{%template,ColorSwitch%}">
+               <input type="text" name="val[$content[id]]" class="form_field" value="$content[value]" size="3" maxlength="5" />
+       </td>
+</tr>
+<tr>
+       <td class="{%template,ColorSwitch%} bottom" align="right">{--ADMIN_MAX_RECEIVE_COMMENT--}:&nbsp;</td>
+       <td class="{%template,ColorSwitch%} bottom">
+               <input type="text" name="comm[$content[id]]" class="form_field" value="$content[comment]" size="25" maxlength="255" />
+       </td>
+</tr>