X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-list_surfbar_actions.php;h=ff09e4c080d7216d88453d8067b408b4f5cf8364;hb=7a27c44db48d021c1e54a76916914ef41ff49372;hp=c85ae51be8b14adec9100ac2d2c874c686f339fd;hpb=f82dc8c31646daf5c61df02d6d3664c3090f4a16;p=mailer.git diff --git a/inc/modules/admin/what-list_surfbar_actions.php b/inc/modules/admin/what-list_surfbar_actions.php index c85ae51be8..ff09e4c080 100644 --- a/inc/modules/admin/what-list_surfbar_actions.php +++ b/inc/modules/admin/what-list_surfbar_actions.php @@ -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?