Commit 998085db authored by Sebastien Robin's avatar Sebastien Robin

added new preference property in order to disable the list of acknowledgeable...

added new preference property in order to disable the list of acknowledgeable messages on the top of the html page

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27350 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 692412d6
......@@ -54,6 +54,11 @@ class HtmlStylePreference:
'type' : 'boolean',
'preference' : 1,
'mode' : 'w' },
{ 'id' : 'preferred_html_style_acknowledgeable_message',
'description' : 'When true, some messages will be displayed on any page',
'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.',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment