X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_surfbar_actions.php;h=33cfca450945cffbc85700d41f93df943613f2c0;hp=c85ae51be8b14adec9100ac2d2c874c686f339fd;hb=0f3a135204757cc8750262871c8e62c42300acb4;hpb=a41aaa25ffabde1e6ec7f3951288569f4bd827b2 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?