summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
df33848)
• »Suchen« → »Erneuern«
• »Zurücksetzen« in Form verschoben
• »Projekt erfassen« → »Erfassen«
for my $bar ($::request->layout->get('actionbar')) {
$bar->add(
action => [
for my $bar ($::request->layout->get('actionbar')) {
$bar->add(
action => [
submit => [ '#search_form', { action => 'Project/list' } ],
accesskey => 'enter',
],
link => [
submit => [ '#search_form', { action => 'Project/list' } ],
accesskey => 'enter',
],
link => [
link => $self->url_for(action => 'new'),
],
);
link => $self->url_for(action => 'new'),
],
);