]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_surfbar_actions.php
Extension ext-network continued/fixed:
[mailer.git] / inc / modules / admin / what-list_surfbar_actions.php
index c85ae51be8b14adec9100ac2d2c874c686f339fd..ff09e4c080d7216d88453d8067b408b4f5cf8364 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -56,33 +56,6 @@ if (isFormSent('edit')) {
 } elseif (isFormSent('do_edit')) {
        // Change data of entries
        showEntriesByXmlCallback('admin_edit_do_surfbar_actions');
-} elseif (isFormSent('delete')) {
-       // Show entries for deletion
-       showEntriesByXmlCallback('admin_delete_show_surfbar_actions');
-
-       // Do not show the list of URLs after this template
-       $show = false;
-} elseif (isFormSent('do_delete')) {
-       // Remove entries from database
-       showEntriesByXmlCallback('admin_delete_do_surfbar_actions');
-} elseif (isFormSent('lock')) {
-       // Un-/lock selected URLs. This does not work for pending URLs
-       showEntriesByXmlCallback('admin_lock_show_surfbar_actions');
-
-       // Do not show the list of URLs after this template
-       $show = false;
-} elseif (isFormSent('do_lock')) {
-       // Un-/lock selected URLs. This does not work for pending URLs
-       showEntriesByXmlCallback('admin_lock_do_surfbar_actions');
-} elseif (isFormSent('undelete')) {
-       // Undelete selected URLs. This does only work for deleted URLs... ;-)
-       showEntriesByXmlCallback('admin_undelete_show_surfbar_actions');
-
-       // Do not show the list of URLs after this template
-       $show = false;
-} elseif (isFormSent('do_undelete')) {
-       // Undelete selected URLs. This does only work for deleted URLs... ;-)
-       showEntriesByXmlCallback('admin_undelete_do_surfbar_actions');
 }
 
 // Show entries?