]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_transfer_row.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_del_transfer_row.tpl
index 878ba33c1f41ce0e295e3b2e647b1d0d0e52e084..90d342036ac2b174e8c7680dc458e9e7f00ebff6 100644 (file)
@@ -1,20 +1,20 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom2 right2">
+       <td class="switch_sw$content[sw] 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">
-               $content[stamp]
+       <td class="switch_sw$content[sw] bottom right">
+               $content[time_trans]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
-               $content[userid_from]
+       <td class="switch_sw$content[sw] bottom right">
+               {%pipe,generateUserProfileLink=$content[from_userid]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
-               $content[userid_to]
+       <td class="switch_sw$content[sw] bottom right">
+               {%pipe,generateUserProfileLink=$content[to_userid]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
+       <td class="switch_sw$content[sw] bottom right">
                $content[reason]
        </td>
-       <td class="switch_sw$content[sw] bottom2">
-               $content[points]
+       <td class="switch_sw$content[sw] bottom">
+               {%pipe,translateComma=$content[points]%}
        </td>
 </tr>