diff options
author | ivan <ivan> | 2006-01-31 04:26:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-01-31 04:26:54 +0000 |
commit | c1bb4ddb71147d0571bd301a6d8c452fdf0e1bc9 (patch) | |
tree | aceba418d4d41bdec62b95f5d20b2b9a2993cceb /httemplate/view/svc_acct.cgi | |
parent | 7066204f45124e0100d5330cce63584ff9e4bacb (diff) |
move header() to include(/elements/header.html) so it can be changed in one place, thanks to Scott Edwards
Diffstat (limited to 'httemplate/view/svc_acct.cgi')
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index b42362d91..f4f39084c 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -37,7 +37,7 @@ my $domain = $svc_domain->domain; <% if ( $custnum ) { %> - <%= header("View $svc account", menubar( + <%= include("/elements/header.html","View $svc account", menubar( "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum", "Main menu" => $p, )) %> @@ -54,7 +54,7 @@ my $domain = $svc_domain->domain; } </SCRIPT> - <%= header('Account View', menubar( + <%= include("/elements/header.html",'Account View', menubar( "Cancel this (unaudited) account" => "javascript:areyousure(\'${p}misc/cancel-unaudited.cgi?$svcnum\')", "Main menu" => $p, |