]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_points_edit_row.tpl
Rewrites for installation phase:
[mailer.git] / templates / de / html / admin / admin_points_edit_row.tpl
index 9d905c84d706cc4dbbc166d7b0ae788e1dbf86e3..54d76f2c3cdee765760031994d2a09108e59b439 100644 (file)
@@ -1,26 +1,17 @@
-<TR>
-       <TD colspan="2" align="center" class="bottom2" height="30"><STRONG>{--REF_DEPTHS_ID--}
-       $content[id]:</STRONG></TD>
-</TR>
-<TR>
-       <TD colspan="2" height="5" class="switch_sw$content[sw]"></TD>
-</TR>
-<TR>
-       <TD class="switch_sw$content[sw]" width="50%" align="right">{--REF_LEVEL--}:&nbsp;</TD>
-       <TD class="switch_sw$content[sw]" align="left" width="50%"><INPUT
-               type="text" name="lvl[$content[id]]" class="admin_normal"
-               value="$content[lvl]" size="3" maxlength="5"></TD>
-</TR>
-<TR>
-       <TD class="switch_sw$content[sw]" colspan="2" height="5"></TD>
-</TR>
-<TR>
-       <TD class="switch_sw$content[sw]" align="right">{--REF_PERCENT--}:&nbsp;</TD>
-       <TD class="switch_sw$content[sw]" align="left"><INPUT type="text"
-               name="perc[$content[id]]" class="admin_normal" value="$content[per]"
-               size="3" maxlength="5">%</TD>
-</TR>
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 seperator" colspan="2"
-               height="5">&nbsp;</TD>
-</TR>
+<tr>
+       <td colspan="2" align="center" class="bottom">
+               <strong>{--REF_DEPTHS_ID--} $content[id]:</strong>
+       </td>
+</tr>
+<tr>
+       <td class="{%template,ColorSwitch%}" align="right">{--REF_LEVEL--}:&nbsp;</td>
+       <td class="{%template,ColorSwitch%}" align="left">
+               <input type="text" name="level[$content[id]]" class="admin_normal" value="$content[level]" size="3" maxlength="5" />
+       </td>
+</tr>
+<tr>
+       <td class="{%template,ColorSwitch%} bottom" align="right">{--REF_PERCENT--}:&nbsp;</td>
+       <td class="{%template,ColorSwitch%} bottom" align="left">
+               <input type="text" name="perc[$content[id]]" class="admin_normal" value="{%pipe,translateComma=$content[percents]%}" size="3" maxlength="5" />&#37;
+       </td>
+</tr>