From 2756019bdb10fe144debfc8d6436468a89954eb3 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 11 Nov 2016 14:42:48 -0800 Subject: UX: acknowledge actions instead of silently redirecting --- httemplate/edit/process/cust_main_attach.cgi | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'httemplate/edit/process/cust_main_attach.cgi') diff --git a/httemplate/edit/process/cust_main_attach.cgi b/httemplate/edit/process/cust_main_attach.cgi index 2935d68a0..20673dc9b 100644 --- a/httemplate/edit/process/cust_main_attach.cgi +++ b/httemplate/edit/process/cust_main_attach.cgi @@ -7,11 +7,7 @@ % $act = 'purged' if($attachnum and $purge); % $act = 'undeleted' if($attachnum and $undelete); % $act = 'deleted' if($attachnum and $delete); -<& /elements/header-popup.html, 'Attachment ' . $act &> - - +<& /elements/popup-topreload.html, mt("Attachment $act") &> % } <%init> -- cgit v1.2.1