[freeside-commits] freeside/httemplate/browse part_bill_event.cgi, 1.15, 1.16

Ivan,,, ivan at wavetail.420.am
Sun Jan 13 12:55:20 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/browse
In directory wavetail:/tmp/cvs-serv6156

Modified Files:
	part_bill_event.cgi 
Log Message:
ACLs

Index: part_bill_event.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/part_bill_event.cgi,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- part_bill_event.cgi	1 Aug 2007 22:24:58 -0000	1.15
+++ part_bill_event.cgi	13 Jan 2008 20:55:17 -0000	1.16
@@ -1,4 +1,4 @@
-<% include("/elements/header.html",'Invoice Event Listing', menubar( 'Main Menu' => $p) ) %>
+<% include('/elements/header.html', 'Invoice Event Listing') %>
 
     <FONT SIZE="+1">Invoice events are the deprecated, old-style actions taken on open invoices.  Any events still listed here should be migrated to new-style events.</FONT><BR><BR>
 
@@ -102,9 +102,8 @@
 % } 
 % } 
 
+<% include('/elements/footer.html') %>
 
-</BODY>
-</HTML>
 <%init>
 
 die "access denied"



More information about the freeside-commits mailing list