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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 21 15:45:10 CEST 2006


Author: kevin
Date: Mon Aug 21 15:45:08 2006
New Revision: 9282

URL: http://svn.erp5.org?rev=9282&view=rev
Log:
Remove default value (by jp).

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/description
    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/view_main.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml?rev=9282&r1=9281&r2=9282&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml Mon Aug 21 15:45:08 2006
@@ -90,7 +90,7 @@
         <div class="document"\n
               tal:define="actions actions/object_view | python: []">\n
           <div class="actions">\n
-            <tal:block tal:condition="editable_mode | python: 1">\n
+            <tal:block tal:condition="editable_mode">\n
               <button tal:condition="form_action"\n
                       type="submit" class="save" title="Save"\n
                       tal:attributes="name python: \'%s:method\' % (form_action, )"\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=9282&r1=9281&r2=9282&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 Mon Aug 21 15:45:08 2006
@@ -1,5 +1,6 @@
 2006-08-21 Kevin
 * Include support for editable_mode parameter in main_template.
+* Remove default value (by jp).
 
 2006-08-21 Chris
 * Made form_render code a lot lighter with same final result using a loop

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/description
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/description?rev=9282&r1=9281&r2=9282&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/description (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/description Mon Aug 21 15:45:08 2006
@@ -1,3 +1,3 @@
-This style is a rewrite of erp5_html_style more CSS and semantic html oriented.
-
+This style is a rewrite of erp5_html_style more CSS and semantic html oriented.
+
 Handles page parameters dynamically.

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=9282&r1=9281&r2=9282&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Mon Aug 21 15:45:08 2006
@@ -1,1 +1,1 @@
-90
+92

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=9282&r1=9281&r2=9282&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/version (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/version Mon Aug 21 15:45:08 2006
@@ -1,1 +1,1 @@
-1.2.1
+1.2.2




More information about the Erp5-report mailing list