]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_row.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_country_row.tpl
index 5d5464ededf96272bc59ae56758aacd5c04c4933..666dcf60f186db647f8713ea65d8397d855fdf6e 100644 (file)
@@ -1,6 +1,6 @@
 <tr>
        <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]" />
+               <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]
@@ -9,6 +9,6 @@
                $content[descr]
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom">
-               $content[active]
+               {%pipe,translateYesNo=$content[is_active]%}
        </td>
 </tr>