A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_points_del_row.tpl
index 7589e43ac7165da3720d9cdb87f71df0c47ec15e..c0efe41e0a4aa1a0b6f140cd62772250cba7c985 100644 (file)
@@ -1,19 +1,11 @@
-<TR>
-       <TD height="5" class="seperator"></TD>
-</TR>
-<TR>
-       <TD align="center" class="switch_sw$content[sw]"><STRONG>{--REF_LEVEL--}
-       $content[lvl]:</STRONG></TD>
-</TR>
-<TR>
-       <TD height="5" class="switch_sw$content[sw]"></TD>
-</TR>
-<TR>
-       <TD align="center" class="switch_sw$content[sw]">$content[per]% <FONT
-               class="tiny">({--ID_SELECT--} $content[id])</FONT> <INPUT
-               type="hidden" name="id[$content[id]]" value="1" size="35"></TD>
-</TR>
-<TR>
-       <TD height="5" class="switch_sw$content[sw] bottom"
-               style="font-size: 1px">&nbsp;</TD>
-</TR>
+<tr>
+       <td align="center" class="{%template,ColorSwitch%}">
+               <strong>{--REF_LEVEL--} $content[level]:</strong>
+       </td>
+</tr>
+<tr>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               $content[percents]% <span class="tiny">({--ID_SELECT--} $content[id])</span>
+               <input type="hidden" name="id[$content[id]]" value="1" />
+       </td>
+</tr>