summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorivan <ivan>2007-08-02 23:09:43 +0000
committerivan <ivan>2007-08-02 23:09:43 +0000
commit8e2487662e3555c1efbb7b8ed90e4bda0f8b6cd2 (patch)
tree1eeadb6ee448f22fd1dddb0d74221d897bde9034 /httemplate/view
parent58cfac8638978d97857ee42883e8f8b56b22451b (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.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html
index 4f910551a..c6ca99755 100755
--- a/httemplate/view/cust_main/packages.html
+++ b/httemplate/view/cust_main/packages.html
@@ -526,7 +526,13 @@ sub pkg_datestr {
$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',