Pflichtenheft Angebote/Aufträge: Button "Speichern"/"Anlegen"/"Aktualisieren" hinzugefügt
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 31 Jul 2013 12:40:50 +0000 (14:40 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:09:08 +0000 (13:09 +0200)
templates/webpages/requirement_spec_order/_assignment_form.html
templates/webpages/requirement_spec_order/update.html

index c4bbb9d..69d3379 100644 (file)
@@ -46,4 +46,8 @@
    [% END %]
   </tbody>
  </table>
+
+ <p>
+  [% L.button_tag("kivi.requirement_spec.standard_quotation_order_ajax_call('" _ (for_new ? 'create' : 'save_assignment') _ "')", for_new ? LxERP.t8('Create') : LxERP.t8('Save')) %]
+ </p>
 </form>
index f8ed1bf..17d8343 100644 (file)
@@ -43,5 +43,9 @@
   <p>
    [% LxERP.t8("Sections that are not assigned to any of the items above will be added as new positions.") %]
   </p>
+
+  <p>
+   [% L.button_tag("kivi.requirement_spec.standard_quotation_order_ajax_call('do_update')", LxERP.t8('Update')) %]
+  </p>
  </form>
 </div>