projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df33848
)
ActionBar: Verwendung bei Projektsuche standardisiert
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 16 Jan 2017 11:06:39 +0000
(12:06 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 28 Feb 2017 09:44:00 +0000
(10:44 +0100)
• »Suchen« → »Erneuern«
• »Zurücksetzen« in Form verschoben
• »Projekt erfassen« → »Erfassen«
SL/Controller/Project.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Project.pm
b/SL/Controller/Project.pm
index
0e81e57
..
21b3d82
100644
(file)
--- 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'),
],
);