diff options
| author | ivan <ivan> | 2008-01-13 20:57:38 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-01-13 20:57:38 +0000 |
| commit | c223e0957b194e24dccbda5bbc29841385cc0961 (patch) | |
| tree | 3fa7d6705ea537c8ac487a410ce3262308a481e8 /httemplate/browse | |
| parent | 3d7f98ef055d07d16512fb9bebe76f44da68eb56 (diff) | |
ACLs
Diffstat (limited to 'httemplate/browse')
| -rwxr-xr-x | httemplate/browse/part_bill_event.cgi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/httemplate/browse/part_bill_event.cgi b/httemplate/browse/part_bill_event.cgi index 682058b1d..8a44b2bc6 100755 --- a/httemplate/browse/part_bill_event.cgi +++ b/httemplate/browse/part_bill_event.cgi @@ -1,4 +1,4 @@ -<% include("/elements/header.html",'Invoice Event Listing', menubar( 'Main Menu' => $p) ) %> +<% include('/elements/header.html', 'Invoice Event Listing') %> Invoice events are actions taken on open invoices.<BR><BR> @@ -102,9 +102,8 @@ % } % } +<% include('/elements/footer.html') %> -</BODY> -</HTML> <%init> die "access denied" |
