From: Moritz Bunkus Date: Mon, 16 Jan 2017 11:06:39 +0000 (+0100) Subject: ActionBar: Verwendung bei Projektsuche standardisiert X-Git-Tag: release-3.5.4~1314 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=926b327f2eecd54f7f5291dafc1a35217207ff57;p=kivitendo-erp.git ActionBar: Verwendung bei Projektsuche standardisiert • »Suchen« → »Erneuern« • »Zurücksetzen« in Form verschoben • »Projekt erfassen« → »Erfassen« --- diff --git a/SL/Controller/Project.pm b/SL/Controller/Project.pm index 0e81e570d..21b3d82d2 100644 --- a/SL/Controller/Project.pm +++ b/SL/Controller/Project.pm @@ -422,12 +422,12 @@ sub setup_search_action_bar { for my $bar ($::request->layout->get('actionbar')) { $bar->add( action => [ - t8('Search'), + t8('Update'), submit => [ '#search_form', { action => 'Project/list' } ], accesskey => 'enter', ], link => [ - t8('Add Project'), + t8('Add'), link => $self->url_for(action => 'new'), ], );