X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_surfbar_urls.php;h=d06b8285a749e9757b66759fae1e06b1cf607ce1;hb=2df9f7a53f8b1dd5164f87824a324ccb3b6634cb;hp=5204455333db2d0fb79f91a1974a4bd3ef2a90de;hpb=16b311c338bb4f8436e2ed9e76cb1cd5f3741640;p=mailer.git diff --git a/inc/modules/admin/what-list_surfbar_urls.php b/inc/modules/admin/what-list_surfbar_urls.php index 5204455333..d06b8285a7 100644 --- a/inc/modules/admin/what-list_surfbar_urls.php +++ b/inc/modules/admin/what-list_surfbar_urls.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * 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 * @@ -47,9 +47,9 @@ addYouAreHereLink('admin', __FILE__); $show = true; // Check for 'url_id' element -if ((countRequestPost() > 0) && ((!isPostRequestParameterSet('url_id')) || (!is_array(postRequestParameter('url_id'))) || (count(postRequestParameter('url_id')) == 0))) { +if ((countRequestPost() > 0) && (!ifPostContainsSelections('url_id'))) { // Not found so output message - loadTemplate('admin_settings_saved', false, '{--ADMIN_SURFBAR_NO_SELECTIONS--}'); + displayMessage('{--ADMIN_SURFBAR_NO_SELECTIONS--}'); // Abort here return; @@ -58,227 +58,50 @@ if ((countRequestPost() > 0) && ((!isPostRequestParameterSet('url_id')) || (!is_ // Edit or delete button hit? if (isFormSent('edit')) { // Show entries for editing - adminEditEntriesConfirm( - postRequestParameter('url_id'), - 'surfbar_urls', - array( - 'url_id', - 'url_userid', - 'url' - ), - array( - 'bigintval', - 'addMemberSelectionBox', - '' - ), - array( - '', - array( - false, - true, - true, - 'url_userid[]' - ), - '' - ), - false, - 'url_id', - 'url_userid', - 'url_userid' - ); + showEntriesByXmlCallback('admin_edit_show_surfbar_urls'); + + // Do not show the list of URLs after this template $show = false; -} elseif (isPostRequestParameterSet('do_edit')) { +} elseif (isFormSent('do_edit')) { // Change data of entries - adminEditEntriesConfirm( - postRequestParameter('url_id'), - 'surfbar_urls', - array(), - array(), - array(), - true, - 'url_id', - 'url_userid', - 'url_userid' - ); -} elseif (isPostRequestParameterSet('delete')) { + showEntriesByXmlCallback('admin_edit_do_surfbar_urls'); +} elseif (isFormSent('delete')) { // Show entries for deletion - adminDeleteEntriesConfirm( - postRequestParameter('url_id'), - 'surfbar_urls', - array( - 'url_id', - 'url_userid', - 'url', - 'url_registered' - ), - array( - 'bigintval', - 'generateUserProfileLink', - 'generateFrametesterUrl', - '' - ), - array( - '', - '', - '', - '' - ), - false, - 'url_id', - 'url_userid', - 'url_userid' - ); + showEntriesByXmlCallback('admin_delete_show_surfbar_urls'); + + // Do not show the list of URLs after this template $show = false; -} elseif (isPostRequestParameterSet('do_delete')) { +} elseif (isFormSent('do_delete')) { // Remove entries from database - adminDeleteEntriesConfirm( - postRequestParameter('url_id'), - 'surfbar_urls', - array(), - array(), - array(), - true, - 'url_id' - ); + showEntriesByXmlCallback('admin_delete_do_surfbar_urls'); } elseif (isFormSent('lock')) { // Un-/lock selected URLs. This does not work for pending URLs - adminLockEntriesConfirm( - postRequestParameter('url_id'), - 'surfbar_urls', - array( - 'url_id', - 'url_userid', - 'url', - 'url_registered', - 'url_status' - ), - array( - 'bigintval', - 'generateUserProfileLink', - 'generateFrametesterUrl', - '', - 'translateSurfbarUrlStatus' - ), - array( - '', - '', - '', - '', - '' - ), - false, - 'url_id', - 'url_userid', - 'url_userid' - ); + showEntriesByXmlCallback('admin_lock_show_surfbar_urls'); + + // Do not show the list of URLs after this template $show = false; -} elseif (isPostRequestParameterSet('do_lock')) { +} elseif (isFormSent('do_lock')) { // Un-/lock selected URLs. This does not work for pending URLs - adminLockEntriesConfirm( - postRequestParameter('url_id'), - 'surfbar_urls', - array(), - array(), - array(), - array( - 'url_status' => array( - 'ACTIVE' => 'LOCKED', - 'LOCKED' => 'ACTIVE' - ) - ), - true, - 'url_id', - 'url_userid', - 'url_userid' - ); -} elseif (isPostRequestParameterSet('undelete')) { + showEntriesByXmlCallback('admin_lock_do_surfbar_urls'); +} elseif (isFormSent('undelete')) { // Undelete selected URLs. This does only work for deleted URLs... ;-) - adminUndeleteEntriesConfirm( - postRequestParameter('url_id'), - 'surfbar_urls', - array( - 'url_id', - 'url_userid', - 'url', - 'url_registered', - 'url_status' - ), - array( - 'bigintval', - 'generateUserProfileLink', - 'generateFrametesterUrl', - '', - 'translateSurfbarUrlStatus' - ), - array( - '', - '', - '', - '', - '' - ), - false, - 'url_id', - 'url_userid', - 'url_userid' - ); + showEntriesByXmlCallback('admin_undelete_show_surfbar_urls'); + + // Do not show the list of URLs after this template $show = false; -} elseif (isPostRequestParameterSet('do_undelete')) { +} elseif (isFormSent('do_undelete')) { // Undelete selected URLs. This does only work for deleted URLs... ;-) - adminUndeleteEntriesConfirm( - postRequestParameter('url_id'), - 'surfbar_urls', - array(), - array(), - array(), - array( - 'url_status' => array( - 'DELETED' => 'ACTIVE' - ) - ), - true, - 'url_id', - 'url_userid', - 'url_userid' - ); + showEntriesByXmlCallback('admin_undelete_do_surfbar_urls'); } // Show entries? -if ($show === false) return false; +if ($show === false) { + // No, a form has already been show + return false; +} // END - if // List all URLs -$result = SQL_QUERY("SELECT - `url_id`, `url_userid`, `url`, `url_views_total`, `url_status`, - UNIX_TIMESTAMP(`url_registered`) AS `url_registered`, - UNIX_TIMESTAMP(`url_last_locked`) AS `url_last_locked`, - `url_lock_reason` -FROM - `{?_MYSQL_PREFIX?}_surfbar_urls` -ORDER BY - `url_id` ASC", __FILE__, __LINE__); - -// Do we have some URLs left? -if (!SQL_HASZERONUMS($result)) { - // List all URLs - $OUT = ''; - while ($content = SQL_FETCHARRAY($result)) { - // "Translate"/add content - $content['url_registered'] = generateDateTime($content['url_registered'], 2); - $content['url_last_locked'] = generateDateTime($content['url_last_locked'], 2); - - // Load row template - $OUT .= loadTemplate('admin_list_surfbar_urls_row', true, $content); - } // END - while - - // Load main template - loadTemplate('admin_list_surfbar_urls', false, $OUT); -} else { - // No URLs in surfbar - loadTemplate('admin_settings_saved', false, '{--ADMIN_SURFBAR_NO_URLS_FOUND--}'); -} - -// Free result -SQL_FREERESULT($result); +showEntriesByXmlCallback('admin_list_surfbar_urls'); // [EOF] ?>