summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorivan <ivan>2007-08-02 23:09:46 +0000
committerivan <ivan>2007-08-02 23:09:46 +0000
commitb606696fde4ee1f3bcfdd53c76a929f1a59a22d1 (patch)
tree16c86681506b6bc4e17e1a0ae20c83d74fe05c74 /httemplate/view
parente498c4a6c0dd05b890e71b04465f208cadfa8097 (diff)
fix slowness on change package and also make it into a popup
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/cust_main/packages.html7
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&nbsp;package', @_ ); }
+% sub pkg_change_link { pkg_popup_link('misc/change_pkg.cgi?dummy=value',
+% 'Change&nbsp;package',
+% 'Change',
+% @_
+% );
+% }
%
%sub pkg_suspend_link { pkg_popup_link( 'misc/cancel_pkg.html?method=suspend',
% 'Suspend&nbsp;now',