X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/529e6bf96e1ad74ae2e770a9e74f29f26a28d3c8..69e526ee5:/templates/webpages/part/form.html diff --git a/templates/webpages/part/form.html b/templates/webpages/part/form.html index aa3cd68aa..693af3e42 100644 --- a/templates/webpages/part/form.html +++ b/templates/webpages/part/form.html @@ -22,6 +22,12 @@ [%- IF SELF.part.is_assembly %]
- [% 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 %] -
-