]> 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 4734d8cbd2709038a9b0926e22b6e727f5b08a59..b3063b22f0f7fe1fdf6434b2f764c27af04a530e 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">
-               $content[active]
-       </TD>
-</TR>
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[descr]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               {%pipe,translateYesNo=$content[active]%}
+       </td>
+</tr>