]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_mods_row.tpl
Removed deprecated 'hidden' column from mod_reg table.
[mailer.git] / templates / de / html / admin / admin_list_mods_row.tpl
index 632ff4430cbbf7a908e9200481220bd1327ca7e0..d958343d65bcbc76f7ed837949f6ae2edb328519 100644 (file)
@@ -1,23 +1,20 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom2 right2" 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] bottom2 right2">
-               &nbsp;$content[mod]
+       <td class="{%template,ColorSwitch%} bottom right">
+               $content[module]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
-               &nbsp;$content[title]
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,fixEmptyContentToDashes=$content[title]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[locked]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,translateYesNo=$content[locked]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[hidden]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,translateYesNo=$content[admin_only]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[admin]
-       </td>
-       <td class="switch_sw$content[sw] bottom2" align="center">
-               $content[mem]
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               {%pipe,translateYesNo=$content[mem_only]%}
        </td>
 </tr>