]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_surfbar_url.php
Extension ext-network cleaned up
[mailer.git] / inc / modules / admin / what-add_surfbar_url.php
index a8ad93716fb73f568e57b17daba3a99e69275e2b..16e81102427ff4cb9d6c0ff764ffb10606688b87 100644 (file)
@@ -45,11 +45,12 @@ addYouAreHereLink('admin', __FILE__);
 
 // Was an URL added?
 if ((isFormSent('add')) && (isPostRequestElementSet('url'))) {
-       // Convert the "reload selections"
+       // Convert the "reload/waiting selections"
        convertSelectionsToEpocheTimeInPostData('reload_ye');
+       convertSelectionsToEpocheTimeInPostData('waiting_ye');
 
        // Then add this URL
-       if (doSurfbaradminAddUrl(postRequestElement('url'), postRequestElement('limit'), postRequestElement('reload'))) {
+       if (doSurfbarAdminAddUrl(postRequestElement('url'), postRequestElement('limit'), postRequestElement('reload'), postRequestElement('waiting'))) {
                // URL was added
                displayMessage('{--ADMIN_SURFBAR_URL_ADDED--}');
        } else {
@@ -60,7 +61,8 @@ if ((isFormSent('add')) && (isPostRequestElementSet('url'))) {
 
 // Prepare content for template
 $content = array(
-       'reload' => createTimeSelections(0, 'reload', 'WDhms')
+       'reload'  => createTimeSelections(0, 'reload' , 'WDhms'),
+       'waiting' => createTimeSelections(0, 'waiting', 'ms')
 );
 
 // Load template