X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_miscellaneous.html;h=35a9728d72b09311cb04cd56f08ce467b1944b90;hb=c1773213fbc1da4fd43102215d091e399ce3071a;hp=46f9ee7aa2c5258ac65a0e8b4290640ac9ee2ec2;hpb=8ad1534a0b797b1889ab90870b652b7ebe21be66;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_miscellaneous.html b/templates/webpages/client_config/_miscellaneous.html index 46f9ee7aa..35a9728d7 100644 --- a/templates/webpages/client_config/_miscellaneous.html +++ b/templates/webpages/client_config/_miscellaneous.html @@ -14,9 +14,18 @@ [% L.textarea_tag('defaults.address', SELF.defaults.address, style=style, rows=4) %] + + [% LxERP.t8("Signature") %] + [% L.textarea_tag('defaults.signature', SELF.defaults.signature, style=style, rows=4) %] + + [% LxERP.t8("Tax number") %] + [% IF SELF.defaults.feature_ustva %] + [% SELF.defaults.taxnumber %]  ([% LxERP.t8("For changeing goto USTVA Config") %]) + [% ELSE %] [% L.input_tag('defaults.taxnumber', SELF.defaults.taxnumber, style=style) %] + [% END %] @@ -80,9 +89,11 @@ [% FOREACH currency = SELF.all_currencies %] - [% L.hidden_tag("currencies[+].id", currency.id) %] - [% IF loop.count == 1 %][% LxERP.t8("Currencies") %][% END %] + + [% L.hidden_tag("currencies[+].id", currency.id) %] + [% IF loop.count == 1 %][% LxERP.t8("Currencies") %][% END %] + [% L.input_tag("currencies[].name", currency.name, style=style) %] [% L.radio_button_tag('defaults.currency_id', value=currency.id, id='defaults.currency_id_' _ currency.id, checked=(SELF.defaults.currency_id == currency.id)) %] [% IF loop.count == 1 %][% LxERP.t8("Edit the currency names in order to rename them.") %][%- END %] @@ -111,4 +122,3 @@ [% END %] -