diff options
author | ivan <ivan> | 2007-01-02 20:29:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-01-02 20:29:43 +0000 |
commit | 932fec53db68a930566e01b55cef887a4700d019 (patch) | |
tree | 8f68bdd9be48ec8d052d1ec851cd566bde2d0e0f | |
parent | ffcad49ae9b3b54094f8282bec67759399b57c95 (diff) |
fix popup target links
-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 841605028..5a9f47d9c 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -504,7 +504,7 @@ Current packages %sub pkg_link { % my($action, $label, $cust_pkg) = @_; % return '' unless $cust_pkg; -% qq!<a href="${p}misc/$action.cgi?!. $cust_pkg->pkgnum. qq!">$label</a>!; +% qq!<a href="${p}$action.cgi?!. $cust_pkg->pkgnum. qq!">$label</a>!; %} % %sub pkg_popup_link { |