]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-del_transfer.php
Huge HTML/CSS rewrite (see forum)
[mailer.git] / inc / modules / admin / what-del_transfer.php
index 8100ac79d7357280ee95fb7446b10acc5d088c29..6c84d7a67314bb39830d7e5a4552c7057a16fd78 100644 (file)
@@ -74,7 +74,7 @@ if (SQL_NUMROWS($result) > 0) {
                $content = array(
                        'sw'          => $SW,
                        'trans_id'    => $content['trans_id'],
-                       'stamp'       => generateDateTime($content['time_trans'], 3),
+                       'time_trans'  => generateDateTime($content['time_trans'], 3),
                        'userid_from' => generateUserProfileLink($content['userid']),
                        'userid_to'   => generateUserProfileLink($content['to_userid']),
                        'reason'      => $content['reason'],
@@ -93,7 +93,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>";