]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_row.tpl
New network added, sorting now showed:
[mailer.git] / templates / de / html / admin / admin_list_country_row.tpl
index 4d6c3d4fc2725b87b0a43660a69cc3d0cd3314a3..5d5464ededf96272bc59ae56758aacd5c04c4933 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 align="center" class="{%template,ColorSwitch%} bottom right">
+               <input type="checkbox" class="admin_normal" 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">
-               $content[name]
+       <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>