X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_features.html;h=5dad4e971c83c933e1567185a4cff747317090ce;hb=69af50448452e9b292134bee25705a64505e8ff4;hp=744f77cbef5c31783a4b8c8964dce24ae42f7d25;hpb=687f2d9638182ead968d333af325c912d903b675;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index 744f77cbe..5dad4e971 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -116,7 +116,7 @@ [% L.select_tag('defaults.email_journal', [ [ 0, LxERP.t8('No Journal') ],[ 1, LxERP.t8('Without Attachments') ],[ 2, LxERP.t8('With Attachments') ] ], default=SELF.defaults.email_journal) %] - [% 'Sent emails can be stored with or without attachments in database or general not stored' | $T8 %] + [% 'Sent emails can be optionally stored in the database with or without their attachments.' | $T8 %] [% LxERP.t8("Requirement Specs") %] @@ -150,5 +150,23 @@ + [% LxERP.t8("Projects") %] + + [% LxERP.t8('Always save orders with a projectnumber (create new projects)') %] + [% L.yes_no_tag('defaults.order_always_project', SELF.defaults.order_always_project) %] + + + [% 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") %] + + [% LxERP.t8("Select Mulit-Item Options") %] + + [% LxERP.t8('Show parts longdescription (notes) in select list') %] + [% L.yes_no_tag('defaults.show_longdescription_select_item', SELF.defaults.show_longdescription_select_item) %] + +