]> git.mxchange.org Git - mailer.git/commitdiff
Same color for admin action links
authorRoland Häder <roland@mxchange.org>
Tue, 24 Aug 2010 16:11:28 +0000 (16:11 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 24 Aug 2010 16:11:28 +0000 (16:11 +0000)
templates/de/html/admin/admin_list_user_row.tpl

index d2278f31b3c7d98efd805d672a0f0f44ed49130b..9d90f3c9a912a04a4307cdd263e9862227855516 100644 (file)
@@ -55,5 +55,7 @@
        <td align="center" class="{%template,ColorSwitch%} bottom">---</td>
 </tr>
 <tr>
-       <td height="22" colspan="5" class="admin_title">{%pipe,generateMemberAdminActionLinks=$content[userid]%}</td>
+       <td height="22" colspan="5" class="admin_title {%template,ColorSwitch%}">
+               {%pipe,generateMemberAdminActionLinks=$content[userid]%}
+       </td>
 </tr>