]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_transfer_row.tpl
Naming convention applied, more cleanups, more EL
[mailer.git] / templates / de / html / admin / admin_del_transfer_row.tpl
index 7c818aa3226c28f6f3126ec35053687a93ba84b7..9cddafabb7e34658553fa69cb303686a710f0a2f 100644 (file)
@@ -1,10 +1,20 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2"><INPUT
-               type="checkbox" name="sel[$content[idx]]" value="1"
-               class="admin_normal"></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">$content[stamp]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">$content[uid_from]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">$content[uid_to]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">$content[reason]</TD>
-       <TD class="switch_sw$content[sw] bottom2">$content[points]</TD>
-</TR>
+<tr>
+       <td class="{%template,ColorSwitch%} bottom right">
+               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[trans_id]]" value="1" />
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               $content[time_trans]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,generateUserProfileLink=$content[from_userid]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,generateUserProfileLink=$content[to_userid]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               $content[reason]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom">
+               {%pipe,translateComma=$content[points]%}
+       </td>
+</tr>