]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-sub_points.php
Email details and bonus mails in admin swapped out to template
[mailer.git] / inc / modules / admin / what-sub_points.php
index dc9982fc0f2e639ebd1707755ee944f774afac9b..587abec41e0432e7b818392e385943d0009a2710 100644 (file)
@@ -43,7 +43,6 @@ ADD_DESCR("admin", basename(__FILE__));
 // Fix a notice
 if (!isset($_GET['u_id'])) $_GET['u_id'] = "";
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 if ($_GET['u_id'] == "all")
 {
        // Add points to all accounts
@@ -128,8 +127,8 @@ if ($_GET['u_id'] == "all")
  else
 {
        // Output selection form with all confirmed user accounts listed
-       ADD_MEMBER_SELECTION_BOX(true);
+       ADD_MEMBER_SELECTION_BOX("0", true);
 }
-CLOSE_TABLE();
+
 //
 ?>