[Erp5-report] r20964 - /erp5/trunk/products/ERP5/PropertySheet/HtmlStylePreference.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 14 17:33:09 CEST 2008


Author: rafael
Date: Wed May 14 17:33:08 2008
New Revision: 20964

URL: http://svn.erp5.org?rev=20964&view=rev
Log:
Added a new entry for preference for access_tab integration.

When true, the access tab will be rendered at first page, otherwise the ERP5Site_viewClassicFrontPage that is a copy of the last one.


Modified:
    erp5/trunk/products/ERP5/PropertySheet/HtmlStylePreference.py

Modified: erp5/trunk/products/ERP5/PropertySheet/HtmlStylePreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/HtmlStylePreference.py?rev=20964&r1=20963&r2=20964&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/HtmlStylePreference.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/HtmlStylePreference.py Wed May 14 17:33:08 2008
@@ -49,6 +49,11 @@
       'type'        : 'boolean',
       'preference'  : 1,
       'mode'        : 'w' },
+    { 'id'          : 'preferred_html_style_access_tab',
+      'description' : 'When true, access tab will used in front 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.',




More information about the Erp5-report mailing list