]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_mods_row.tpl
Changed all admin getter, closed internal TODOs:
[mailer.git] / templates / de / html / admin / admin_list_mods_row.tpl
index 6162158d4fc761fb0ea0ad534cdb816eb04ea3ad..7ef5f779a6586890364210c5b009356819feefcb 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]
+               {%pipe,fixEmptyContentToDashes=$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>