From 2160ce2ba3f76d5040d02c08c8541af708198bd8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 31 Jul 2013 14:40:50 +0200 Subject: [PATCH] =?utf8?q?Pflichtenheft=20Angebote/Auftr=C3=A4ge:=20Button?= =?utf8?q?=20"Speichern"/"Anlegen"/"Aktualisieren"=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../webpages/requirement_spec_order/_assignment_form.html | 4 ++++ templates/webpages/requirement_spec_order/update.html | 4 ++++ 2 files changed, 8 insertions(+) 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')) %] +

-- 2.39.5