X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main.cgi;h=2254df489b37f164ac202844e32685818a168954;hp=c5ee9203c5535825e58112c88ed8abe9c64f3e4b;hb=06c85c354d546ca68320c8c2a4fb3dbc34750e0a;hpb=4b05b20576ddb14577d59c87c8257c6804449410 diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index c5ee9203c..2254df489 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -1,51 +1,4 @@ -<& /elements/header.html, { - 'title' => $title, - 'title_noescape' => $title_noescape, - 'head' => $head, - 'nobr' => 1, - } -&> - -% my @part_tag = $cust_main->part_tag; -% if ( $conf->config('cust_tag-location') eq 'top' && @part_tag ) { - -% foreach my $part_tag ( @part_tag ) { - - - -% } -
- tagcolor) - ? 'STYLE="background-color:#'.$part_tag->tagcolor.'"' - : '' - %>><% $part_tag->tagname.': '. $part_tag->tagdesc |h %> -
-% } - -<& cust_main/menu.html, cust_main => $cust_main, show => $view &> -
- -
- -<& /elements/init_overlib.html &> - - - -
+<& /elements/header-cust_main.html, view=>$view, cust_main=>$cust_main &> % ### % # Basics @@ -225,21 +178,6 @@ my $cust_main = qsearchs( { }); die "Customer not found!" unless $cust_main; -my $title = mt("Customer").' #'. $cust_main->display_custnum. ': '; -my $title_noescape = $title. encode_entities($cust_main->name); -$title .= $cust_main->name; - -if ( $curuser->num_agents ) { - $title_noescape = - encode_entities($cust_main->agent->agent). " $title_noescape"; - $title = $cust_main->agent->agent. " $title"; -} - -my $status = $cust_main->status_label; -$status .= ' (Cancelled)' if $cust_main->is_status_delay_cancel; -$title_noescape .= ' ('. $status. ')'; -$title .= " ($status)"; - #false laziness w/pref/pref.html and Conf.pm (cust_main-default_view) tie my %views, 'Tie::IxHash', emt('Basics') => 'basics', @@ -273,10 +211,4 @@ if ($view eq 'last') { $view = 'basics' if $view eq 'jumbo'; -my $ie_compat = $conf->config('ie-compatibility_mode'); -my $head = ''; -if ( $ie_compat ) { - $head = qq(); -} -