From 6b977f1223bba92d5723d9fd898d8ebe682b6424 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 9 Dec 2004 22:06:41 +0000 Subject: [PATCH] UI: same font size as the rest of the page --- httemplate/search/cust_main.cgi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 778cdf2b0..32ce10d94 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -407,12 +407,12 @@ END ''; - print "$ahref". + print "$ahref". FS::TicketSystem->num_customer_tickets($custnum,$priority). - "". - "$ahref". + "". + "$ahref". ( $priority || '(none)' ). - ""; + ""; } print ''. ''; @@ -425,7 +425,7 @@ END print "${ahref}Total" if @custom_priorities; } else { - print $cust_main->get($addl_col); + print ''. $cust_main->get($addl_col). ''; } print ""; } -- 2.11.0