[Erp5-report] r38123 ivan - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTe...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 2 14:02:34 CEST 2010


Author: ivan
Date: Thu Sep  2 14:02:33 2010
New Revision: 38123

URL: http://svn.erp5.org?rev=38123&view=rev
Log:
Bet set class to make it easier for testing.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTMLLibrary.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_asHTMLLibrary.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTMLLibrary.xml?rev=38123&r1=38122&r2=38123&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTMLLibrary.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTMLLibrary.xml [utf8] Thu Sep  2 14:02:33 2010
@@ -137,14 +137,16 @@
   <span class="listbox-current-page-total-number"\n
         tal:content="total_line"\n
         tal:attributes="class python: test(is_default_listbox_field, \'listbox-current-page-total-number\', \'listbox-current-page-total-number %s-current-page-total-number\' %field_id)" />\n
-  <span i18n:translate="" i18n:domain="ui">records</span>\n
+  <span i18n:translate="" i18n:domain="ui">records</span> - \n
 \n
-  <span class="listbox_item_number"\n
-        tal:attributes="class string:${field_id}_item_number"\n
+  <span class="listbox-current-item-number"\n
+        tal:attributes="class string:${field_id}-current-item-number"\n
         tal:condition="show_select_column"\n
-        i18n:translate="" i18n:domain="ui"> - \n
-    <tal:block tal:replace="python: len(here.getCheckedUidList())" i18n:name="number">0</tal:block> items selected\n
+        i18n:translate="" i18n:domain="ui">\n
+    <tal:block tal:replace="python: len(here.getCheckedUidList())" i18n:name="number">0</tal:block>\n
   </span>\n
+  <span i18n:translate="" i18n:domain="ui">items selected</span>\n
+\n
 \n
 </div>\n
 \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=38123&r1=38122&r2=38123&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] Thu Sep  2 14:02:33 2010
@@ -1 +1 @@
-985
\ No newline at end of file
+986
\ No newline at end of file




More information about the Erp5-report mailing list