summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/packages.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/packages.html')
-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 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',