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:
bd9607c
)
ActionBar: Verwendung bei Artikelsuche standardisiert
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 16 Jan 2017 11:03:20 +0000
(12:03 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 28 Feb 2017 09:44:00 +0000
(10:44 +0100)
• »Weiter« → »Suchen«
bin/mozilla/ic.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ic.pl
b/bin/mozilla/ic.pl
index
ffe5d07
..
b1cb02b
100644
(file)
--- a/
bin/mozilla/ic.pl
+++ b/
bin/mozilla/ic.pl
@@
-599,7
+599,7
@@
sub setup_ic_search_action_bar {
for my $bar ($::request->layout->get('actionbar')) {
$bar->add(
action => [
- t8('
Continue
'),
+ t8('
Search
'),
submit => [ '#form', { action => 'generate_report' } ],
accesskey => 'enter',
],