diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-11 14:42:48 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-11 14:42:48 -0800 |
commit | 2756019bdb10fe144debfc8d6436468a89954eb3 (patch) | |
tree | b1ac56d5fff86506d0c8d61cf2962df9f99f9db6 /httemplate/misc/cust_main-unsuspend.cgi | |
parent | d6216f073a9a729d3265741d3aea4f4ade1c6a7f (diff) |
UX: acknowledge actions instead of silently redirecting
Diffstat (limited to 'httemplate/misc/cust_main-unsuspend.cgi')
-rwxr-xr-x | httemplate/misc/cust_main-unsuspend.cgi | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/httemplate/misc/cust_main-unsuspend.cgi b/httemplate/misc/cust_main-unsuspend.cgi index 7ccd707bf..5826027b2 100755 --- a/httemplate/misc/cust_main-unsuspend.cgi +++ b/httemplate/misc/cust_main-unsuspend.cgi @@ -1,12 +1,4 @@ -<& /elements/header-popup.html, mt("Customer unsuspended") &> - <SCRIPT TYPE="text/javascript"> - Cookies.set('freeside_status', <% mt("Customer unsuspended") |js_string %>,{ - expires: 0.0035 - }); - topreload(); - </SCRIPT> - </BODY> -</HTML> +<& /elements/popup-topreload.html, mt("Customer unsuspended") &> <%init> #false laziness w/cust_main-cancel.cgi |