X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_main.html;h=693996ed5f1cec491ce4a93175082aea39b51489;hb=ea3ce8d7f076e7fecff4be7ae63bc413adb0adf5;hp=04ecf894a9aa940adf68ad95bdfb29173779a065;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index 04ecf894a..693996ed5 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -1,7 +1,7 @@ -<% include( 'elements/search.html', - 'title' => 'Customer Search Results', +<& elements/search.html, + 'title' => emt('Customer Search Results'), 'menubar' => $menubar, - 'name' => 'customers', + 'name' => emt('customers'), 'query' => $sql_query, 'count_query' => $count_query, 'header' => [ FS::UI::Web::cust_header( @@ -29,8 +29,7 @@ ), map '', @extra_fields ], - ) -%> +&> <%init> die "access denied" @@ -105,7 +104,7 @@ if ( $FS::CurrentUser::CurrentUser->access_right('Bulk send customer notices') ) $uri->query_form( \%search_hash ); my $query = $uri->query; - push @$menubar, 'Email a notice to these customers' => + push @$menubar, emt('Email a notice to these customers') => "${p}misc/email-customers.html?table=cust_main&$query", }