From: Jonathan Prykop Date: Thu, 28 May 2015 05:28:02 +0000 (-0500) Subject: customer view UI X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a4bdb7786f9ef6ef318ca6ce465e33a39d2d4653 customer view UI --- diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index ebeee985d..1f51f51b9 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -3,6 +3,12 @@ /* font-family: Verdana, Arial, Helvetica, sans-serif; */ } +h1 { + margin: 0; + padding: 0; + font-weight: normal; +} + pre { font-family: monospace; } @@ -172,10 +178,13 @@ div.fstabs { div.fstabcontainer { background-color:#ffffff; padding:8px; + clear: left; +/* border-left:1px solid #7e0079; border-right:1px solid #7e0079; border-bottom:1px solid #7e0079; border-top:1px solid #7e0079; +*/ } .fscontainer { diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 858be71da..a9e74babf 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -161,9 +161,9 @@ Example: %# page content starts here - +

<% $title_noescape || encode_entities($title) %> - +

% unless ( $nobr ) {

diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index b1bc7f52a..233c496ac 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -5,7 +5,6 @@ 'nobr' => 1, } &> -
% my @part_tag = $cust_main->part_tag; % if ( $conf->config('cust_tag-location') eq 'top' && @part_tag ) { diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index baea3ad24..13b3963fb 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -1,43 +1,31 @@