]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_row.tpl
Extension ext-coupon basicly finished, no shortcuts in naming:
[mailer.git] / templates / de / html / admin / admin_list_country_row.tpl
index 4d6c3d4fc2725b87b0a43660a69cc3d0cd3314a3..666dcf60f186db647f8713ea65d8397d855fdf6e 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="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">
-               $content[name]
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[descr]
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2">
-               $content[active]
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               {%pipe,translateYesNo=$content[is_active]%}
        </td>
 </tr>