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