From 7bdf17a005cf4c0fe8b6b6ad1ce97abaa52a4510 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 9 Apr 2006 23:41:01 +0000 Subject: [PATCH] a few more fixups for our favorite include(...) from Scott Edwards --- httemplate/view/cust_main.cgi | 3 ++- httemplate/view/cust_main/payment_history.html | 2 +- httemplate/view/cust_main/tickets.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 082a93bb7..58f2925d5 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -12,7 +12,8 @@ foreach my $part_svc ( qsearch('part_svc',{}) ) { %> -<%= include("/elements/header.html","Customer View", menubar( +<%= include("/elements/header.html","Customer View", + include("/elements/menubar.html", 'Main Menu' => $p, )) %> diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html index ec99b8c54..a0bec3906 100644 --- a/httemplate/view/cust_main/payment_history.html +++ b/httemplate/view/cust_main/payment_history.html @@ -358,7 +358,7 @@ foreach my $cust_refund ($cust_main->cust_refund) { %> -<%= table() %> +<%= include("/elements/table.html") %> Date Description diff --git a/httemplate/view/cust_main/tickets.html b/httemplate/view/cust_main/tickets.html index 72d68152a..5c1d94ee1 100644 --- a/httemplate/view/cust_main/tickets.html +++ b/httemplate/view/cust_main/tickets.html @@ -31,7 +31,7 @@ Highest priority tickets (View all tickets for this customer) (New ticket for this customer) -<%= table() %> +<%= include("/elements/table.html") %> # Subject -- 2.11.0