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