[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.7, 1.8 tickets.html, 1.4, 1.5

Ivan,,, ivan at wavetail.420.am
Sun Apr 9 16:41:03 PDT 2006


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail:/tmp/cvs-serv23084/httemplate/view/cust_main

Modified Files:
	payment_history.html tickets.html 
Log Message:
a few more fixups for our favorite include(...) from Scott Edwards

Index: tickets.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/tickets.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tickets.html	12 Nov 2005 01:24:06 -0000	1.4
+++ tickets.html	9 Apr 2006 23:41:01 -0000	1.5
@@ -31,7 +31,7 @@
 Highest priority tickets
 (<A HREF="<%= FS::TicketSystem->href_customer_tickets($cust_main->custnum) %>">View all tickets for this customer</A>)
 (<A HREF="<%= FS::TicketSystem->href_new_ticket($cust_main, join(', ', grep { $_ !~ /^(POST|FAX)$/ } $cust_main->invoicing_list ) ) %>">New ticket for this customer</A>)
-<%= table() %>
+<%= include("/elements/table.html") %>
 <TR>
   <TH>#</TH>
   <TH>Subject</TH>

Index: payment_history.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- payment_history.html	9 Dec 2005 16:58:40 -0000	1.7
+++ payment_history.html	9 Apr 2006 23:41:01 -0000	1.8
@@ -358,7 +358,7 @@
 
 %>
 
-<%= table() %>
+<%= include("/elements/table.html") %>
 <TR>
   <TH>Date</TH>
   <TH>Description</TH>



More information about the freeside-commits mailing list