]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_admins_row.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_list_admins_row.tpl
index 24aa46bfbd26e117300ecffd3d50a48467225f68..3654267f2f74afe7c205862b075039cc98efbf30 100644 (file)
@@ -1,11 +1,17 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><INPUT
-               type="checkbox" name="sel[$content[id]]" class="admin_normal"
-               value="1"></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;&nbsp;<A
-               href="$content[email_link]">$content[login]</A></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;&nbsp;<A
-               href="mailto:$content[email]">$content[email]</A></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;&nbsp;$content[mode]</TD>
-       <TD class="switch_sw$content[sw] bottom2">&nbsp;&nbsp;$content[la_mode]</TD>
-</TR>
+<tr>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="form_field" value="1" />
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               &nbsp;&nbsp;<a href="{%pipe,generateEmailLink=$content[id]%}">$content[login]</a>
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               &nbsp;&nbsp;<a href="mailto:$content[email]">$content[email]</a>
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               &nbsp;&nbsp;$content[mode]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom">
+               &nbsp;&nbsp;$content[la_mode]
+       </td>
+</tr>