diff options
author | jeff <jeff> | 2007-01-17 15:50:20 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-01-17 15:50:20 +0000 |
commit | dea2573bee84deb5e22196dda7580edaf0c27a42 (patch) | |
tree | 83e1898af2a77a15042901d6137853235c52df0d /httemplate | |
parent | eab5690e7cd970706f709ac0ef4f1c3e317fcd7d (diff) |
fix suspend link
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/view/cust_main/packages.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index 6ec92ef0d..d8071e63a 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -478,7 +478,7 @@ Current packages % %sub pkg_change_link { pkg_link('misc/change_pkg', 'Change package', @_ ); } % -%sub pkg_suspend_link { pkg_popup_link( 'misc/cancel_pkg/html?method=suspend', +%sub pkg_suspend_link { pkg_popup_link( 'misc/cancel_pkg.html?method=suspend', % 'Suspend', % 'Suspend', % @_ |