X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main.cgi;h=58f2925d594d75dfa400068e9aab3bea8f3f4821;hb=7bdf17a005cf4c0fe8b6b6ad1ce97abaa52a4510;hp=31fd1f81154d06ec0c512ecb9e0c53303c61f877;hpb=2d47f0f566b7e7afc30c050ec65fd9737194614d;p=freeside.git diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 31fd1f811..58f2925d5 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -12,7 +12,8 @@ foreach my $part_svc ( qsearch('part_svc',{}) ) { %> -<%= header("Customer View", menubar( +<%= include("/elements/header.html","Customer View", + include("/elements/menubar.html", 'Main Menu' => $p, )) %> @@ -55,7 +56,7 @@ if ( $cust_main->payby =~ /^(CARD|DCRD|CHEK|DCHK)$/ ) { } %> -var confirm_cancel = '

Perminantly delete all services and cancel this customer? <%= $ban%>

        

'; +var confirm_cancel = '

Permanently delete all services and cancel this customer? <%= $ban%>

        

'; @@ -92,12 +93,12 @@ print "This customer's signup URL: ". %> -<%= &itable() %> + -
<%= include('cust_main/contacts.html', $cust_main ) %> + <%= include('cust_main/misc.html', $cust_main ) %> <% if ( $conf->config('payby-default') ne 'HIDE' ) { %>