]> git.mxchange.org Git - mailer.git/commitdiff
Surfbar actions will never be deleted/locked/undeleted
authorRoland Häder <roland@mxchange.org>
Mon, 11 Jul 2011 13:20:58 +0000 (13:20 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 11 Jul 2011 13:20:58 +0000 (13:20 +0000)
inc/modules/admin/what-list_surfbar_actions.php

index c85ae51be8b14adec9100ac2d2c874c686f339fd..33cfca450945cffbc85700d41f93df943613f2c0 100644 (file)
@@ -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?