]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_del_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_list_country_del_row.tpl
index a0709fe38903ab56c72e0f3f1e12586c83de80c7..6a353cb2f69aec093fbd9a6f8c9e179840ab103c 100644 (file)
@@ -1,10 +1,14 @@
-<TR>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>$content[id]</STRONG>
-       <INPUT type="hidden" name="id[$content[id]]" value="1"></TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[code]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[descr]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">
-       $content[status]</TD>
-</TR>
+<tr>
+       <td align="center" class="{%template,ColorSwitch%} bottom right"><strong>$content[id]</strong>
+               <input type="hidden" name="id[$content[id]]" value="1" />
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[code]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[descr]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               $content[status]
+       </td>
+</tr>