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