]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_transfer.php
Huge HTML/CSS rewrite (see forum)
[mailer.git] / inc / modules / admin / what-list_transfer.php
index bb42974a020a0bbe4da7942657d0925c21d9fb09..aedb3fc9e0ee871e328ad9636ecdec1fb89a80ed 100644 (file)
@@ -53,13 +53,13 @@ if (SQL_NUMROWS($result) > 0) {
        while ($content = SQL_FETCHARRAY($result)) {
                // Prepare data for the row template
                $content = array(
-                       'sw'        => $SW,
-                       'trans_id'  => $content['trans_id'],
-                       'stamp'     => generateDateTime($content['time_trans'], 3),
-                       'from_link' => generateUserProfileLink($content['userid']),
-                       'to_link'   => generateUserProfileLink($content['to_userid']),
-                       'reason'    => wordwrap($content['reason'], 15),
-                       'points'    => translateComma($content['points']),
+                       'sw'         => $SW,
+                       'trans_id'   => $content['trans_id'],
+                       'time_trans' => generateDateTime($content['time_trans'], 3),
+                       'from_link'  => generateUserProfileLink($content['userid']),
+                       'to_link'    => generateUserProfileLink($content['to_userid']),
+                       'reason'     => wordwrap($content['reason'], 15),
+                       'points'     => translateComma($content['points']),
                );
 
                // Load row template add points and switch color
@@ -72,7 +72,7 @@ if (SQL_NUMROWS($result) > 0) {
 } else {
        // Nothing for in and out
        $OUT = "<tr>
-  <td colspan=\"6\" align=\"center\" class=\"bottom2\" height=\"70\">
+  <td colspan=\"6\" align=\"center\" class=\"bottom2\">
     ".loadTemplate('admin_settings_saved', true, getMessage('TRANSFER_NO_INOUT_TRANSFERS'))."
   </td>
 </tr>";