Revision dd5f88f6
Von Kivitendo Admin vor fast 8 Jahren hinzugefügt
templates/webpages/part/form.html | ||
---|---|---|
78 | 78 |
</div> |
79 | 79 |
|
80 | 80 |
<p> |
81 |
[% L.hidden_tag('action', 'Part/dispatch') %] |
|
82 |
|
|
83 | 81 |
[% IF show_edit_buttons %] |
84 | 82 |
[% L.button_tag('kivi.Part.save()', LxERP.t8('Save')) %] |
85 | 83 |
[% IF SELF.part.id %] |
Auch abrufbar als: Unified diff
Part Controller - als neu speichern repariert
alle Buttons (Speichern, Als neu speichern, Löschen) setzen die action
selber (siehe js/kivi.Part.js) , die form braucht daher kein verstecktes
action für dispatch.