diff --git a/product/ERP5/PropertySheet/HtmlStylePreference.py b/product/ERP5/PropertySheet/HtmlStylePreference.py index d05b929063aeb3715a2b4b244b7670945b6f9fb7..47d69f1ae6ae6b10cdd38bfff8c3c4d7e4271d55 100644 --- a/product/ERP5/PropertySheet/HtmlStylePreference.py +++ b/product/ERP5/PropertySheet/HtmlStylePreference.py @@ -38,9 +38,20 @@ class HtmlStylePreference: 'type' : 'boolean', 'preference' : 1, 'mode' : 'w' }, + { 'id' : 'preferred_html_style_translator_mode', + 'description' : 'When true, links to translation system will be displayed.', + 'type' : 'boolean', + 'preference' : 1, + 'mode' : 'w' }, { 'id' : 'preferred_html_style_contextual_help', 'description' : 'When true, links to contextual help will be displayed.', 'type' : 'boolean', 'preference' : 1, 'mode' : 'w' }, + { 'id' : 'preferred_html_style_documentation_base_url', + 'description' : 'Defines the base URL where portal type action documentation will be searched for.', + 'type' : 'string', + 'preference' : 1, + 'default' : 'http://www.erp5.com/erp5_help/', + 'mode' : 'w' }, )