X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_coupon.php;h=1637fbe46ec6996d5da3ba8cfa53d8b6a7d6cbe1;hb=f8cc979307416fbd9b27908ec461004a3feb9387;hp=fb9a11a90e7557ff8d9cf401ac36303b5fd7829e;hpb=a44235215a481489b76a39269cf98b170901186b;p=mailer.git diff --git a/inc/modules/admin/what-config_coupon.php b/inc/modules/admin/what-config_coupon.php index fb9a11a90e..1637fbe46e 100644 --- a/inc/modules/admin/what-config_coupon.php +++ b/inc/modules/admin/what-config_coupon.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 * @@ -50,8 +50,12 @@ if (isFormSent()) { // Save data adminSaveSettingsFromPostData(); } else { + // Add userid selection + $content['coupon_userid'] = addMemberSelectionBox(getCouponUserid(), false, true, true, 'coupon_userid'); + // Prepare some template data - $content['coupon_default_time_selection'] = createConfigurationTimeSelections('coupon_default_time', 'WDh'); + $content['coupon_default_time_selection'] = createConfigurationTimeSelections('coupon_default_time' , 'WDh'); + $content['coupon_autopurge_time_selection'] = createConfigurationTimeSelections('coupon_autopurge_time', 'WDh'); // Load template loadTemplate('admin_config_coupon', false, $content);