X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fedit_periodic_invoices_config.html;fp=templates%2Fwebpages%2Foe%2Fedit_periodic_invoices_config.html;h=94aeb5ba385325744bbb62f0b464969f8b08492c;hp=ebfafeb66271125827addc85acfa33a0d2b6080c;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hpb=d4925a8b60f04674885e30d9316dc0263f8b9a84 diff --git a/templates/webpages/oe/edit_periodic_invoices_config.html b/templates/webpages/oe/edit_periodic_invoices_config.html index ebfafeb66..94aeb5ba3 100644 --- a/templates/webpages/oe/edit_periodic_invoices_config.html +++ b/templates/webpages/oe/edit_periodic_invoices_config.html @@ -8,6 +8,18 @@ [%- END -%]
+ [%- IF popup_dialog -%] + [% L.button_tag(popup_js_assign_function, LxERP.t8('Assign')) %] + [% L.button_tag(popup_js_close_function, LxERP.t8('Cancel')) %] + + [%- ELSE -%] + [% L.hidden_tag('action', 'save_periodic_invoices_config') %] + +

+ [% L.submit_tag('', LxERP.t8('Assign')) %] + [% L.submit_tag('', LxERP.t8('Cancel'), onclick => "self.close(); return false;") %] +

+ [%- END -%]

@@ -129,7 +141,7 @@ - +
[%- LxERP.t8("Message") %][% L.textarea_tag("email_body", config.email_body, disabled=!config.send_email, rows=8, style=style) %][% L.textarea_tag("email_body", config.email_body, disabled=!config.send_email, rows=8, style=style, class="texteditor texteditor-space-for-toolbar") %]

@@ -140,19 +152,6 @@

(2): [% LxERP.t8("If missing then the start date will be used.") %]

(3): [% LxERP.t8("Multiple addresses can be entered separated by commas.") %]

(4): [% LxERP.t8("If left empty the default sender from the kivitendo configuration will be used (key 'email_from' in section 'periodic_invoices'; current value: #1).", HTML.escape(LXCONFIG.periodic_invoices.email_from)) %]

- - [%- IF popup_dialog -%] - [% L.button_tag(popup_js_assign_function, LxERP.t8('Assign')) %] - [% L.button_tag(popup_js_close_function, LxERP.t8('Cancel')) %] - - [%- ELSE -%] - [% L.hidden_tag('action', 'save_periodic_invoices_config') %] - -

- [% L.submit_tag('', LxERP.t8('Assign')) %] - [% L.submit_tag('', LxERP.t8('Cancel'), onclick => "self.close(); return false;") %] -

- [%- END -%]