]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_admins_del_row.tpl
Renamed a lot language strings to new naming convention, first english translation...
[mailer.git] / templates / de / html / admin / admin_config_admins_del_row.tpl
index 844f8b75bab7f6c80c2769bb0f0e7fcdc193b976..d5227825682c47d0852b7f6f9032ce80214c5fc9 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom right" align="center"><strong>$content[id]</strong>
+       <td class="{%template,ColorSwitch%} bottom right" align="center"><strong>$content[id]</strong>
                <input type="hidden" name="sel[$content[id]]" value="1" />
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[admin]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,generateAdminLink=$content[admin_id]%}
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[action]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,fixEmptyContentToDashes=$content[action_menu]%}
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[what]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,fixEmptyContentToDashes=$content[what_menu]%}
        </td>
-       <td class="switch_sw$content[sw] bottom" align="center">
-               $content[mode]
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               $content[access_mode]
        </td>
 </tr>