diff options
author | ivan <ivan> | 2004-10-12 21:59:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-10-12 21:59:08 +0000 |
commit | 25d43f8923b9d7699cab2fe6eba762e7a072cddc (patch) | |
tree | 362b51a27f73ca1f12fa0ec6eceeeaad9a7387d0 /httemplate/view/svc_acct.cgi | |
parent | 6083603212ea08b80c0f48ad61f4421aae85c31d (diff) |
fix edit link! oops
Diffstat (limited to 'httemplate/view/svc_acct.cgi')
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 48d050ee6..6ca9bf071 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -152,7 +152,7 @@ function enable_change () { %> Service Information -| <A HREF="${p}edit/svc_acct.cgi?$svcnum">Edit this information</A> +| <A HREF="<%=$p%>edit/svc_acct.cgi?<%=$svcnum%>">Edit this information</A> <% if ( @part_svc ) { %> | <SELECT NAME="svcpart" onChange="enable_change()"> |