X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fedit_periodic_invoices_config.html;h=39a805ca67aef159fac853f60de4866f24119b03;hb=fb19e57e03d1d60c48c921def198b009583e4a74;hp=e563d39e3876a1abedc1b822879013236786035e;hpb=13412f21e0093c7940597934cba407cb2fd27505;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 e563d39e3..39a805ca6 100644 --- a/templates/webpages/oe/edit_periodic_invoices_config.html +++ b/templates/webpages/oe/edit_periodic_invoices_config.html @@ -2,7 +2,10 @@ [% USE LxERP %] [% USE L %] [% SET style="width: 400px" %] + +[%- IF !popup_dialog -%]

[% title %]

+[%- END -%]
@@ -87,13 +90,13 @@ [%- LxERP.t8('Printer') %] - [% L.select_tag("printer_id", ALL_PRINTERS, title_key = 'printer_description', default = config.printer_id, disabled = !config.print, style=style) %] + [% L.select_tag("printer_id", ALL_PRINTERS, title_key = 'printer_description', default = config.printer_id, disabled = !config.print, id = "pic_printer_id", style=style) %] [%- LxERP.t8('Copies') %] - [% L.input_tag("copies", config.copies, size => 6, disabled => !config.print) %] + [% L.input_tag("copies", config.copies, size => 6, disabled => !config.print, id = "pic_copies") %] @@ -135,20 +138,26 @@

(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)) %]

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

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

+ [%- 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 -%]