]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_admins_row.tpl
More EL used, this has fixed double calls of translateComma() in various places
[mailer.git] / templates / de / html / admin / admin_config_admins_row.tpl
index 481d57e012500453d78484abb651fdac63d549d0..7a00f3599bd50ba615127df015b41fbe50b737eb 100644 (file)
@@ -1,12 +1,17 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><INPUT
-               type="checkbox" name="sel[$content[id]]" value="1"></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[admin]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[action]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[what]</TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center">
-       $content[mode]</TD>
-</TR>
+<tr>
+       <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="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,generateAdminLink=$content[admin_id]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,fixEmptyContentToDashes=$content[action_menu]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,fixEmptyContentToDashes=$content[what_menu]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               $content[access_mode]
+       </td>
+</tr>