]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_admins_row.tpl
New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / templates / de / html / admin / admin_config_admins_row.tpl
index dfaf5ddb61300fbf3699ead4fb6a1f960fe1d980..aa0846f50151a8932f6bcf04d69a850d6d0205cc 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+       <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>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[admin]
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               {%pipe,generateAdminLink=$content[admin_id]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[action]
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               {%pipe,fixEmptyContentToDashes=$content[action_menu]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[what]
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               {%pipe,fixEmptyContentToDashes=$content[what_menu]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2" align="center">
-               $content[mode]
+       <td class="switch_sw$content[sw] bottom" align="center">
+               $content[access_mode]
        </td>
 </tr>