[Erp5-report] r20287 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 3 11:02:05 CEST 2008


Author: yusei
Date: Thu Apr  3 11:02:03 2008
New Revision: 20287

URL: http://svn.erp5.org?rev=20287&view=rev
Log:
Use getProperty instead of getPropertyList. ERP5Site class does not have getPropertyList method.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml?rev=20287&r1=20286&r2=20287&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml Thu Apr  3 11:02:03 2008
@@ -71,7 +71,7 @@
           <meta name="description" content=""\n
                 tal:attributes="content title | string:ERP5 Free Open Source ERP and CRM" />\n
           <meta name="keywords" content=""\n
-                tal:attributes="content python:\', \'.join(here.getPropertyList(\'subject\', []) or [])" />\n
+                tal:attributes="content python:\', \'.join(here.getProperty(\'subject_list\', []) or [])" />\n
           <meta name="robots" content="index, follow" />\n
           <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n
           <meta http-equiv="Content-Script-Type" content="text/javascript" />\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=20287&r1=20286&r2=20287&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Thu Apr  3 11:02:03 2008
@@ -1,1 +1,1 @@
-522
+523




More information about the Erp5-report mailing list