X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Fconfig.html;h=4a8d64d52f90a01e8ec24f385ea8c0ddb652baca;hb=2bc2e21bb970197e0b4151d19648e7bb5ce21b18;hp=6f5dea74b6b81e0aadbbc75afc9b10abe2563e9b;hpb=ede5fa54ae485af6edf715f4b3ec71d900f6d9bf;p=kivitendo-erp.git diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html index 6f5dea74b..4a8d64d52 100644 --- a/templates/webpages/am/config.html +++ b/templates/webpages/am/config.html @@ -1,7 +1,7 @@ [%- USE T8 %] [%- USE LxERP %] [%- USE HTML %] -[%- USE L %] +[%- USE L %][%- USE P -%]

[% title %]

@@ -34,17 +34,22 @@ - [% 'E-mail' | $T8 %] + [% 'Email address' | $T8 %] - [% 'Signature' | $T8 %] - - - [% 'Check full signature' | $T8 %] - [% 'Edit user signature' | $T8 %] - + [% 'Email signature' | $T8 %] + + [% P.textarea_tag("signature", MYCONFIG.signature, class="texteditor", rows="5", cols="50") %] + + + + + [% "Company's email signature" | $T8 %] + [% P.restricted_html(company_signature) %] + + [% 'Phone' | $T8 %] @@ -87,6 +92,13 @@ + + [% 'Use date and duration for time recordings' | $T8 %] + + [% L.yes_no_tag('time_recording_use_duration', time_recording_use_duration) %] + + + @@ -154,6 +166,26 @@ [% L.input_tag('positions_scrollbar_height', positions_scrollbar_height, size = 5) %] + + [% 'Search parts by vendor partnumber (model) in purchase order forms' | $T8 %] + + [% L.yes_no_tag('purchase_search_makemodel', purchase_search_makemodel) %] + [%- 'This also enables displaying a column with the vendor partnumber (model) (new order controller).' | $T8 %] + + + + [% 'Search parts by customer partnumber in sales order forms' | $T8 %] + + [% L.yes_no_tag('sales_search_customer_partnumber', sales_search_customer_partnumber) %] + [%- 'This also enables displaying a column with the customer partnumber (new order controller).' | $T8 %] + + + + [% 'Show update button for positions in order forms' | $T8 %] + + [% L.yes_no_tag('positions_show_update_button', positions_show_update_button) %] + + [%- END -%] @@ -306,17 +338,3 @@ - -