Revision bad18bee
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
SL/Controller/Part.pm | ||
---|---|---|
1137 | 1137 |
combobox => [ |
1138 | 1138 |
action => [ |
1139 | 1139 |
t8('Save'), |
1140 |
call => [ 'kivi.Part.save' ], |
|
1141 |
disabled => !$may_edit ? t8('You do not have the permissions to access this function.') : undef, |
|
1140 |
call => [ 'kivi.Part.save' ], |
|
1141 |
disabled => !$may_edit ? t8('You do not have the permissions to access this function.') : undef, |
|
1142 |
accesskey => 'enter', |
|
1142 | 1143 |
], |
1143 | 1144 |
action => [ |
1144 | 1145 |
t8('Use as new'), |
Auch abrufbar als: Unified diff
ActionBar: Standardaktion im Artikelstammdatencontroller auf »Speichern«