A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_country_row.tpl
index 4734d8cbd2709038a9b0926e22b6e727f5b08a59..b59480986e44e82445a9bf65e6c4725e2f6b36f5 100644 (file)
@@ -1,14 +1,14 @@
-<TR>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-               <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="$content[status]" class="admin_normal" />
-       </TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+<tr>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="$content[is_active]" />
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
                $content[code]
-       </TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-               $content[name]
-       </TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[descr]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
                $content[active]
-       </TD>
-</TR>
+       </td>
+</tr>