X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0bfbcce6e77e0f9d83e4f54f3fe9da7edcc866f3..bf980f4c:/templates/webpages/part/form.html diff --git a/templates/webpages/part/form.html b/templates/webpages/part/form.html index 0d7ab0838..b33d5b07e 100644 --- a/templates/webpages/part/form.html +++ b/templates/webpages/part/form.html @@ -12,6 +12,7 @@ [% L.hidden_tag('part.part_type' , SELF.part.part_type) %] [% L.hidden_tag('part.id' , SELF.part.id) %] [% L.hidden_tag('last_modification', SELF.part.last_modification) %] + [% L.hidden_tag('callback' , FORM.callback) %]
- -- [% IF show_edit_buttons %] - [% L.button_tag('kivi.Part.save()', LxERP.t8('Save')) %] - [% IF SELF.part.id %] - [% L.button_tag('kivi.Part.use_as_new()', LxERP.t8('Use as new')) %] - [% IF SELF.part.orphaned %] - [% L.button_tag('kivi.Part.delete()', LxERP.t8('Delete')) %] - [% END %] - [% L.button_tag('kivi.Part.open_history_popup()', LxERP.t8('History')) %] - [% END %] - [% END %] -
-