From: Moritz Bunkus Date: Wed, 31 Jul 2013 12:40:50 +0000 (+0200) Subject: Pflichtenheft Angebote/Aufträge: Button "Speichern"/"Anlegen"/"Aktualisieren" hinzugefügt X-Git-Tag: release-3.2.0beta~467^2~96 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2160ce2ba3f76d5040d02c08c8541af708198bd8;p=kivitendo-erp.git Pflichtenheft Angebote/Aufträge: Button "Speichern"/"Anlegen"/"Aktualisieren" hinzugefügt --- diff --git a/templates/webpages/requirement_spec_order/_assignment_form.html b/templates/webpages/requirement_spec_order/_assignment_form.html index c4bbb9da2..69d3379ed 100644 --- a/templates/webpages/requirement_spec_order/_assignment_form.html +++ b/templates/webpages/requirement_spec_order/_assignment_form.html @@ -46,4 +46,8 @@ [% END %] + +

+ [% L.button_tag("kivi.requirement_spec.standard_quotation_order_ajax_call('" _ (for_new ? 'create' : 'save_assignment') _ "')", for_new ? LxERP.t8('Create') : LxERP.t8('Save')) %] +

diff --git a/templates/webpages/requirement_spec_order/update.html b/templates/webpages/requirement_spec_order/update.html index f8ed1bffb..17d83431a 100644 --- a/templates/webpages/requirement_spec_order/update.html +++ b/templates/webpages/requirement_spec_order/update.html @@ -43,5 +43,9 @@

[% LxERP.t8("Sections that are not assigned to any of the items above will be added as new positions.") %]

+ +

+ [% L.button_tag("kivi.requirement_spec.standard_quotation_order_ajax_call('do_update')", LxERP.t8('Update')) %] +