From: ivan Date: Thu, 9 Dec 2004 22:06:41 +0000 (+0000) Subject: UI: same font size as the rest of the page X-Git-Tag: BEFORE_FINAL_MASONIZE~799 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6b977f1223bba92d5723d9fd898d8ebe682b6424 UI: same font size as the rest of the page --- 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 ""; }