]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_transfer.php
Code moved because it depends on tables created by ext-user
[mailer.git] / inc / modules / admin / what-list_transfer.php
index 03cac72235d4a568e75fa5e6b8300b90e7be1ce8..96a8c72526afee6ac1e15919051d22af8b4df317 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
  * Mailer v0.2.1-FINAL                                Start: 10/07/2004 *
- * ================                             Last change: 10/14/2004 *
+ * ===================                          Last change: 10/14/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-list_transfer.php                           *
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -72,7 +73,7 @@ if (SQL_NUMROWS($result) > 0) {
 } else {
        // Nothing for in and out
        $OUT = "<tr>
-  <td colspan=\"6\" align=\"center\" class=\"bottom2\">
+  <td colspan=\"6\" align=\"center\" class=\"bottom\">
     ".loadTemplate('admin_settings_saved', true, getMessage('TRANSFER_NO_INOUT_TRANSFERS'))."
   </td>
 </tr>";