diff options
author | ivan <ivan> | 2007-08-02 23:09:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-08-02 23:09:43 +0000 |
commit | 8e2487662e3555c1efbb7b8ed90e4bda0f8b6cd2 (patch) | |
tree | 1eeadb6ee448f22fd1dddb0d74221d897bde9034 /httemplate/view | |
parent | 58cfac8638978d97857ee42883e8f8b56b22451b (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 | 8 |
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 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', |