]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_row.tpl
More EL used, this has fixed double calls of translateComma() in various places
[mailer.git] / templates / de / html / admin / admin_list_country_row.tpl
index 76c8422f7ad75a28283400734b42a17c8d64c27b..b3063b22f0f7fe1fdf6434b2f764c27af04a530e 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">
-               $content[active]
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               {%pipe,translateYesNo=$content[active]%}
        </td>
 </tr>