[Erp5-report] r38104 jerome - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: Skin...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 1 13:59:09 CEST 2010


Author: jerome
Date: Wed Sep  1 13:59:06 2010
New Revision: 38104

URL: http://svn.erp5.org?rev=38104&view=rev
Log:
add an explicit tdbody with an id, to ease javascript manipulation

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/configure_list_dialog.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/configure_list_dialog.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/configure_list_dialog.xml?rev=38104&r1=38103&r2=38104&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/configure_list_dialog.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/configure_list_dialog.xml [utf8] Wed Sep  1 13:59:06 2010
@@ -60,6 +60,7 @@
                  global row_keys python: [\'None\'];\n
                  global stats python: [\' \',\'count\',\'sum\',\'max\',\'min\',\'avg\'];\n
                  all_columns python: default_columns + [x for x in listbox.get_value(\'all_columns\') if x not in default_columns]">\n
+            <tbody id="configure_list_table">\n
             <tal:block tal:repeat="item columns">\n
               <tr tal:define="global row_index python:row_index+1;\n
                   dummy python:row_keys.append(item[0])"\n
@@ -122,6 +123,7 @@
                 </tr>\n
               </tal:block>\n
             </tal:block>\n
+          </tbody>\n
           </table>\n
         </div>\n
       </tal:block>\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=38104&r1=38103&r2=38104&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Wed Sep  1 13:59:06 2010
@@ -1 +1 @@
-979
\ No newline at end of file
+980
\ No newline at end of file




More information about the Erp5-report mailing list