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/browse/part_bill_event.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/browse/part_bill_event.cgi')
| -rwxr-xr-x | httemplate/browse/part_bill_event.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/part_bill_event.cgi b/httemplate/browse/part_bill_event.cgi index 670474d48..5a89516df 100755 --- a/httemplate/browse/part_bill_event.cgi +++ b/httemplate/browse/part_bill_event.cgi @@ -12,7 +12,7 @@ my @part_bill_event = qsearch('part_bill_event', \%search ); my $total = scalar(@part_bill_event); %> -<%= header('Invoice Event Listing', menubar( 'Main Menu' => $p) ) %> +<%= include("/elements/header.html",'Invoice Event Listing', menubar( 'Main Menu' => $p) ) %> Invoice events are actions taken on overdue invoices.<BR><BR> <A HREF="<%= $p %>edit/part_bill_event.cgi"><I>Add a new invoice event</I></A> |
