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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 10 10:24:34 CEST 2009


Author: fabien
Date: Fri Apr 10 10:24:30 2009
New Revision: 26386

URL: http://svn.erp5.org?rev=26386&view=rev
Log:
remove id from checkbox in listbox lines. In most of cases, this id was hudge (more than 100 caracters) and was not XHTML valid (because it contain invalid caracters such '=' wich are not XHTML valid)
And I found it was not used. This will make big listbox a bit faster and make page more XHTML valid.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asStandardHTML.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/ListBox_asStandardHTML.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asStandardHTML.xml?rev=26386&r1=26385&r2=26386&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asStandardHTML.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asStandardHTML.xml [utf8] Fri Apr 10 10:24:30 2009
@@ -341,10 +341,9 @@
                   class="DataA" style="width: 50px; text-align: center; vertical-align: middle"\n
                   tal:attributes="class css">\n
                   <input tal:condition="python: not line.isSummary() and line.getObject() is not None"\n
-                    type="checkbox" value="checked" id="listbox_cb_1" name="uids:list"\n
+                    type="checkbox" value="checked" name="uids:list"\n
                     tal:attributes="checked python: line.getUid() in checked_uid_set;\n
-                                    value line/getUid;\n
-                                    id string:${field_id}_cb_${line/getUid}" />\n
+                                    value line/getUid;">\n
                   <tal:block tal:condition="python: line.isSummary() or line.getObject() is None"></tal:block>\n
                 </td>\n
                 <tal:block tal:repeat="value render_result">\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=26386&r1=26385&r2=26386&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] Fri Apr 10 10:24:30 2009
@@ -1,1 +1,1 @@
-699
+702




More information about the Erp5-report mailing list