X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fheader-cust_main.html;h=c1123c3213113ab69bb6a48d6a9de5378a058b22;hp=ca0b52252849f55c7cd9689df27c0f2a2f494546;hb=24a7dd6d18a1413ec34b906274365e4b2fef28e8;hpb=06c85c354d546ca68320c8c2a4fb3dbc34750e0a diff --git a/httemplate/elements/header-cust_main.html b/httemplate/elements/header-cust_main.html index ca0b52252..c1123c321 100644 --- a/httemplate/elements/header-cust_main.html +++ b/httemplate/elements/header-cust_main.html @@ -3,17 +3,17 @@ Examples: <& /elements/header-cust_main.html, - view => 'Basics', #required + view => 'basics', #required cust_main => $cust_main, # cust_main or custnum is required custnum => $custnum, # &> <& /elements/header.html, { - 'title' => $title, + 'title' => $title, 'title_noescape' => $title_noescape, - 'head' => $head, - 'nobr' => 1, + 'nobr' => 1, + 'etc' => $opt{'etc'}, } &> @@ -33,7 +33,6 @@ Examples: % } % } - <& /view/cust_main/menu.html, cust_main => $cust_main, show => $opt{'view'} &>
@@ -56,7 +55,6 @@ function areyousure_popup(message, action, actionlabel) { } -
<%init> my $curuser = $FS::CurrentUser::CurrentUser; @@ -87,10 +85,4 @@ $status .= ' (Cancelled)' if $cust_main->is_status_delay_cancel; $title_noescape .= ' ('. $status. ')'; $title .= " ($status)"; -my $ie_compat = $conf->config('ie-compatibility_mode'); -my $head = ''; -if ( $ie_compat ) { - $head = qq(); -} -