From: Roland Häder Date: Mon, 11 Jul 2011 13:20:58 +0000 (+0000) Subject: Surfbar actions will never be deleted/locked/undeleted X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=27c276d9cf0536b962ca0f8a8fdd5fd7e1115754;p=mailer.git Surfbar actions will never be deleted/locked/undeleted --- diff --git a/inc/modules/admin/what-list_surfbar_actions.php b/inc/modules/admin/what-list_surfbar_actions.php index c85ae51be8..33cfca4509 100644 --- a/inc/modules/admin/what-list_surfbar_actions.php +++ b/inc/modules/admin/what-list_surfbar_actions.php @@ -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?