From: Bernd Bleßmann Date: Fri, 1 Dec 2017 13:17:07 +0000 (+0100) Subject: Mandantenkonfig: kleinere HTML-Fehler behoben … X-Git-Tag: release-3.5.4~615 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=34e4daa1f32f684f65031fe4ffb67e9ebf5100a8;p=kivitendo-erp.git Mandantenkonfig: kleinere HTML-Fehler behoben … - doppeltes - fehlendes - input/hidden-tag ausserhalb --- diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index 48b1ba307..53422d047 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -157,8 +157,7 @@ [% LxERP.t8('Normalize part description and part notes') %] [% L.yes_no_tag('defaults.normalize_part_descriptions', SELF.defaults.normalize_part_descriptions) %] [% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in part description and part notes. Affects the CSV import as well.') %] - - + [% LxERP.t8("Purchasing & Sales") %] @@ -278,6 +277,7 @@ [% LxERP.t8('Project type') %] [% L.select_tag('defaults.project_type_id', SELF.all_project_types, default=SELF.defaults.project_type_id, title_key='description', with_empty=0, style="width: 200px") %] + [% LxERP.t8('Project Status') %] [% L.select_tag('defaults.project_status_id', SELF.all_project_statuses, default=SELF.defaults.project_status_id, title_key='description', with_empty=0, style="width: 200px") %] diff --git a/templates/webpages/client_config/_miscellaneous.html b/templates/webpages/client_config/_miscellaneous.html index 603575853..ec4483577 100644 --- a/templates/webpages/client_config/_miscellaneous.html +++ b/templates/webpages/client_config/_miscellaneous.html @@ -89,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 %]