[Erp5-report] r8712 - /erp5/trunk/products/ERP5/PropertySheet/WebSite.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 24 02:24:22 CEST 2006


Author: jp
Date: Mon Jul 24 02:24:18 2006
New Revision: 8712

URL: http://svn.erp5.org?rev=8712&view=rev
Log:
Make a difference between content layout and container layout

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

Modified: erp5/trunk/products/ERP5/PropertySheet/WebSite.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/WebSite.py?rev=8712&r1=8711&r2=8712&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/WebSite.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/WebSite.py Mon Jul 24 02:24:18 2006
@@ -31,8 +31,12 @@
     """
 
     _properties = (
-        {   'id'          : 'layout',
-            'description' : 'ID of a page template or form which defines the rendering layout',
+        {   'id'          : 'container_layout',
+            'description' : 'ID of a page template or form which defines the rendering layout for the container',
+            'type'        : 'string',
+            'mode'        : '' },
+        {   'id'          : 'content_layout',
+            'description' : 'ID of a page template or form which defines the rendering layout for contents',
             'type'        : 'string',
             'mode'        : '' },
         {   'id'          : 'webmaster',




More information about the Erp5-report mailing list