Ansprechpartner mit Title
authorSven Donath <lxo@dexo.de>
Tue, 24 Apr 2012 22:44:04 +0000 (00:44 +0200)
committerSven Donath <lxo@dexo.de>
Tue, 24 Apr 2012 22:44:04 +0000 (00:44 +0200)
bin/mozilla/ct.pl

index 96b52e8..a86a456 100644 (file)
@@ -115,6 +115,8 @@ sub search_contact {
   $::lxdebug->enter_sub;
   $::auth->assert('customer_vendor_edit');
 
+  my $form     = $main::form;
+  my $locale   = $main::locale;
 
   $::form->{CUSTOM_VARIABLES}                  = CVar->get_configs('module' => 'Contacts');
   ($::form->{CUSTOM_VARIABLES_FILTER_CODE},
@@ -123,6 +125,7 @@ sub search_contact {
                                                                            'filter_prefix'  => 'filter.',
                                                                            'include_value'  => 'Y');
 
+  $form->{title} = $locale->text('Search contacts');
   $::form->header;
   print $::form->parse_html_template('ct/search_contact');