X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fheader-cust_main.html;h=c1123c3213113ab69bb6a48d6a9de5378a058b22;hp=859df837cb0e3549911105822202f488f6f56a2d;hb=24a7dd6d18a1413ec34b906274365e4b2fef28e8;hpb=ac737a13813e94b9e3f2098e619a999dcd71de6f diff --git a/httemplate/elements/header-cust_main.html b/httemplate/elements/header-cust_main.html index 859df837c..c1123c321 100644 --- a/httemplate/elements/header-cust_main.html +++ b/httemplate/elements/header-cust_main.html @@ -3,16 +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, - 'nobr' => 1, + 'nobr' => 1, + 'etc' => $opt{'etc'}, } &> @@ -32,7 +33,6 @@ Examples: % } % } - <& /view/cust_main/menu.html, cust_main => $cust_main, show => $opt{'view'} &>
@@ -55,7 +55,6 @@ function areyousure_popup(message, action, actionlabel) { } -
<%init> my $curuser = $FS::CurrentUser::CurrentUser;