]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_admins_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_admins_row.tpl
index dfaf5ddb61300fbf3699ead4fb6a1f960fe1d980..7a00f3599bd50ba615127df015b41fbe50b737eb 100644 (file)
@@ -1,17 +1,17 @@
 <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" align="center">
-               $content[admin]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,generateAdminLink=$content[admin_id]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[action]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,fixEmptyContentToDashes=$content[action_menu]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[what]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,fixEmptyContentToDashes=$content[what_menu]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2" align="center">
-               $content[mode]
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               $content[access_mode]
        </td>
 </tr>