]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_transfer_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_del_transfer_row.tpl
index d42269dc938c574bd810c3dbc7f94088382eed8a..9cddafabb7e34658553fa69cb303686a710f0a2f 100644 (file)
@@ -1,20 +1,20 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom2 right2">
+       <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="switch_sw$content[sw] bottom2 right2">
+       <td class="{%template,ColorSwitch%} bottom right">
                $content[time_trans]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
-               $content[userid_from]
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,generateUserProfileLink=$content[from_userid]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
-               $content[userid_to]
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,generateUserProfileLink=$content[to_userid]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
+       <td class="{%template,ColorSwitch%} bottom right">
                $content[reason]
        </td>
-       <td class="switch_sw$content[sw] bottom2">
-               $content[points]
+       <td class="{%template,ColorSwitch%} bottom">
+               {%pipe,translateComma=$content[points]%}
        </td>
 </tr>