summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/cancel_pkg.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-11-11 11:42:45 -0800
committerIvan Kohler <ivan@freeside.biz>2016-11-11 11:42:45 -0800
commit4afceb55388ffa32d18c2b821fda11027540dce5 (patch)
tree09a1635a519b3eee0f5f0b1b8253c39660258ba1 /httemplate/misc/process/cancel_pkg.html
parent7118f8f027744b31c87444da0a47de3b1daa5da2 (diff)
UX: add status to package actions, redirect back to package tab
Diffstat (limited to 'httemplate/misc/process/cancel_pkg.html')
-rwxr-xr-xhttemplate/misc/process/cancel_pkg.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/misc/process/cancel_pkg.html b/httemplate/misc/process/cancel_pkg.html
index b8be27113..0649261e7 100755
--- a/httemplate/misc/process/cancel_pkg.html
+++ b/httemplate/misc/process/cancel_pkg.html
@@ -1,5 +1,9 @@
<& /elements/header-popup.html, emt("Package $past_method") &>
+ <script src="<% $fsurl %>elements/js.cookie.js"></script>
<SCRIPT TYPE="text/javascript">
+ Cookies.set('freeside_status', <% mt("Package $past_method") |js_string %>,{
+ expires: 0.0035
+ });
topreload();
</SCRIPT>
</BODY>