summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_forward.cgi
diff options
context:
space:
mode:
authorivan <ivan>2004-02-26 19:21:28 +0000
committerivan <ivan>2004-02-26 19:21:28 +0000
commit68b54c10131ae55a6ac537673fa70ac103fed22b (patch)
treeb55c260977acd9ba00e5f635b98741dbacfe0325 /httemplate/view/svc_forward.cgi
parent8d581f6199c27147f417f73cc9f58260efabf327 (diff)
correct cancel link s/account/mail forward/
Diffstat (limited to 'httemplate/view/svc_forward.cgi')
-rwxr-xr-xhttemplate/view/svc_forward.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_forward.cgi b/httemplate/view/svc_forward.cgi
index c2ce164..6509724 100755
--- a/httemplate/view/svc_forward.cgi
+++ b/httemplate/view/svc_forward.cgi
@@ -28,7 +28,7 @@ print header('Mail Forward View', menubar(
? ( "View this package (#$pkgnum)" => "${p}view/cust_pkg.cgi?$pkgnum",
"View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum",
)
- : ( "Cancel this (unaudited) account" =>
+ : ( "Cancel this (unaudited) mail forward" =>
"${p}misc/cancel-unaudited.cgi?$svcnum" )
),
"Main menu" => $p,