From: ivan Date: Fri, 10 Dec 2004 22:28:25 +0000 (+0000) Subject: ui tweak for small customer view - line up billing and service address boxes X-Git-Tag: BEFORE_FINAL_MASONIZE~789 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=308500419c6f51ad9022fc93b9dcda5b5cb4efbe ui tweak for small customer view - line up billing and service address boxes --- diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index a4fc42fe7..9dc635ad2 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -298,7 +298,7 @@ sub small_custview { my $html = 'Customer #'. $cust_main->custnum. ''. ' - '. ucfirst($cust_main->status). ''. - ntable('#e8e8e8'). ''. ntable("#cccccc",2). + ntable('#e8e8e8'). ''. ntable("#cccccc",2). 'Billing
Address'. $cust_main->getfield('last'). ', '. $cust_main->first. '
'; @@ -329,7 +329,7 @@ sub small_custview { my $pre = $cust_main->ship_last ? 'ship_' : ''; - $html .= ''. ntable("#cccccc",2). + $html .= ''. ntable("#cccccc",2). 'Service
Address'. $cust_main->get("${pre}last"). ', '. $cust_main->get("${pre}first"). '
';