X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Foe%2Fedit_periodic_invoices_config.html;h=d7ee7263c92296301b7e500b39647a9d596c49fc;hb=13dbb277256839ba56baa4f6abe1c6126f3f46ee;hp=39a805ca67aef159fac853f60de4866f24119b03;hpb=4d20057d671c35239bf95af4221b2987e3fdc064;p=kivitendo-erp.git diff --git a/templates/webpages/oe/edit_periodic_invoices_config.html b/templates/webpages/oe/edit_periodic_invoices_config.html index 39a805ca6..d7ee7263c 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 -%]

@@ -101,9 +113,12 @@ - + + + + + - @@ -126,7 +141,7 @@ - +
[%- LxERP.t8("Send invoice via email") %][% L.checkbox_tag("send_email", onclick => "toggle_send_email_ctrl()", checked=config.send_email) %][% L.checkbox_tag("send_email", onclick => "toggle_send_email_ctrl()", checked=config.send_email, disabled=postal_invoice) %]
[%- LxERP.t8("Email of the invoice recipient") %][% email_recipient_invoice_address %]
[%- LxERP.t8("Contact to send to") %] [% L.select_tag("email_recipient_contact_id", ALL_CONTACTS, title_key="full_name_dep", value_key="cp_id", default=config.email_recipient_contact_id, with_empty=1, disabled=!config.send_email, style=style) %]
[%- 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") %]

@@ -137,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 -%]