diff options
| author | ivan <ivan> | 2004-12-10 22:28:25 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2004-12-10 22:28:25 +0000 | 
| commit | 308500419c6f51ad9022fc93b9dcda5b5cb4efbe (patch) | |
| tree | 0dc3bca45a58f0986c0a7d992c75cd9b5dce8162 | |
| parent | a66cbc713bc45bbfe179da31b6c0dfad75821b50 (diff) | |
ui tweak for small customer view - line up billing and service address boxes
| -rw-r--r-- | FS/FS/CGI.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 #<B>'. $cust_main->custnum. '</B></A>'.      ' - <B><FONT COLOR="'. $cust_main->statuscolor. '">'.      ucfirst($cust_main->status). '</FONT></B>'. -    ntable('#e8e8e8'). '<TR><TD>'. ntable("#cccccc",2). +    ntable('#e8e8e8'). '<TR><TD VALIGN="top">'. ntable("#cccccc",2).      '<TR><TD ALIGN="right" VALIGN="top">Billing<BR>Address</TD><TD BGCOLOR="#ffffff">'.      $cust_main->getfield('last'). ', '. $cust_main->first. '<BR>'; @@ -329,7 +329,7 @@ sub small_custview {      my $pre = $cust_main->ship_last ? 'ship_' : ''; -    $html .= '<TD>'. ntable("#cccccc",2). +    $html .= '<TD VALIGN="top">'. ntable("#cccccc",2).        '<TR><TD ALIGN="right" VALIGN="top">Service<BR>Address</TD><TD BGCOLOR="#ffffff">'.        $cust_main->get("${pre}last"). ', '.        $cust_main->get("${pre}first"). '<BR>'; | 
