[Erp5-report] r9859 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplate...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 13 11:22:13 CEST 2006


Author: kevin
Date: Wed Sep 13 11:22:09 2006
New Revision: 9859

URL: http://svn.erp5.org?rev=9859&view=rev
Log:
Fix developper mode rendering bug.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/developper_shortcut_render.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/version

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/developper_shortcut_render.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/developper_shortcut_render.xml?rev=9859&r1=9858&r2=9859&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/developper_shortcut_render.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/developper_shortcut_render.xml Wed Sep 13 11:22:09 2006
@@ -90,7 +90,7 @@
 </tal:block>\n
 \n
 \n
-<tal:block metal:define-macro="form" tal:condition="python: not is_web_mode">\n
+<tal:block metal:define-macro="form" tal:condition="not: is_web_mode | nothing">\n
   <tal:block tal:define="image python: \'editform.png\';\n
                          info python: \'Edit this form\';\n
                          object python: form;\n
@@ -112,7 +112,7 @@
 </tal:block>\n
 \n
 \n
-<tal:block metal:define-macro="field" tal:condition="python: not is_web_mode">\n
+<tal:block metal:define-macro="field" tal:condition="not: is_web_mode | nothing">\n
   <tal:block tal:define="image python: \'editfield.png\';\n
                          info python: \'Edit this field\';\n
                          object python: field;\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log?rev=9859&r1=9858&r2=9859&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log Wed Sep 13 11:22:09 2006
@@ -1,3 +1,6 @@
+2006-09-13 Kevin
+* Fix developper mode rendering bug.
+
 2006-09-12 Kevin
 * Refactor login_form screen to match new xhtml style form structure.
 

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=9859&r1=9858&r2=9859&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Wed Sep 13 11:22:09 2006
@@ -1,1 +1,1 @@
-173
+175

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/version
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/version?rev=9859&r1=9858&r2=9859&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/version (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/version Wed Sep 13 11:22:09 2006
@@ -1,1 +1,1 @@
-1.2.27
+1.2.28




More information about the Erp5-report mailing list