summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_main_attach.cgi
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-11-11 14:42:50 -0800
committerIvan Kohler <ivan@freeside.biz>2016-11-11 14:42:50 -0800
commit3e01be6fff8c2717256b15d43ac72fb278f79438 (patch)
treef6a6583ba79069b6e490233f042628168bfd21c2 /httemplate/edit/process/cust_main_attach.cgi
parent4408ac2321d14809b49f94877717602a90a3ada9 (diff)
UX: acknowledge actions instead of silently redirecting
Diffstat (limited to 'httemplate/edit/process/cust_main_attach.cgi')
-rw-r--r--httemplate/edit/process/cust_main_attach.cgi6
1 files changed, 1 insertions, 5 deletions
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 &>
- <SCRIPT TYPE="text/javascript">
- topreload();
- </SCRIPT>
- </BODY></HTML>
+<& /elements/popup-topreload.html, mt("Attachment $act") &>
% }
<%init>