diff options
| author | ivan <ivan> | 2007-08-02 23:09:46 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2007-08-02 23:09:46 +0000 |
| commit | b606696fde4ee1f3bcfdd53c76a929f1a59a22d1 (patch) | |
| tree | 16c86681506b6bc4e17e1a0ae20c83d74fe05c74 /httemplate/view | |
| parent | e498c4a6c0dd05b890e71b04465f208cadfa8097 (diff) | |
fix slowness on change package and also make it into a popup
Diffstat (limited to 'httemplate/view')
| -rwxr-xr-x | httemplate/view/cust_main/packages.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index 5890726ae..deef909d0 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -497,7 +497,12 @@ Current packages % $strip; %} % -%sub pkg_change_link { pkg_link('misc/change_pkg', 'Change package', @_ ); } +% sub pkg_change_link { pkg_popup_link('misc/change_pkg.cgi?dummy=value', +% 'Change package', +% 'Change', +% @_ +% ); +% } % %sub pkg_suspend_link { pkg_popup_link( 'misc/cancel_pkg.html?method=suspend', % 'Suspend now', |
