diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-11-13 12:45:15 -0500 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-06-19 09:24:18 -0400 |
| commit | d65053a0357531b623d0ff715d3426301f242b2c (patch) | |
| tree | abf48d185222f1cf76fd36fc8363eb55d7857aab /httemplate/elements/header-popup.html | |
| parent | 20bfaf53d36f64261b9c6fe7a548b64ad40f5868 (diff) | |
RT# 77470 - added reason option to advanced package report with suspended status is selected. Also added links to suspend and unsuspend when status active or suspended is used.
Conflicts:
FS/FS/cust_pkg/Search.pm
httemplate/elements/tr-select-reason.html
httemplate/elements/tr-td-label.html
Diffstat (limited to 'httemplate/elements/header-popup.html')
| -rw-r--r-- | httemplate/elements/header-popup.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html index 906b1ee51..37402014b 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -34,6 +34,7 @@ Example: <SCRIPT SRC="<% $fsurl %>elements/printtofit.js"></SCRIPT> % } % } + <SCRIPT SRC="<% $fsurl %>elements/topreload.js"></SCRIPT> <% $head |n %> </HEAD> <BODY <% $etc |n %>> |
