]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_mods_row.tpl
More rewrites/templates swapped out:
[mailer.git] / templates / de / html / admin / admin_list_mods_row.tpl
index 6162158d4fc761fb0ea0ad534cdb816eb04ea3ad..1b6f952cee738bb728db99156a58e3f144fe7bae 100644 (file)
@@ -3,21 +3,21 @@
                <input type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="sel[$content[id]]" value="1" />
        </td>
        <td class="switch_sw$content[sw] bottom right">
-               &nbsp;$content[mod]
+               $content[module]
        </td>
        <td class="switch_sw$content[sw] bottom right">
-               &nbsp;$content[title]
+               $content[title]
        </td>
        <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[locked]
+               {%pipe,translateYesNo=$content[locked]%}
        </td>
        <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[hidden]
+               {%pipe,translateYesNo=$content[hidden]%}
        </td>
        <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[admin]
+               {%pipe,translateYesNo=$content[admin_only]%}
        </td>
        <td class="switch_sw$content[sw] bottom" align="center">
-               $content[mem]
+               {%pipe,translateYesNo=$content[mem_only]%}
        </td>
 </tr>