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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 7 08:05:05 CEST 2010


Author: ivan
Date: Tue Sep  7 08:05:05 2010
New Revision: 38160

URL: http://svn.erp5.org?rev=38160&view=rev
Log:
Generate table foot only if stats are indeed available.
Do not use ID but class.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.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_asHTML.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml?rev=38160&r1=38159&r2=38160&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml [utf8] Tue Sep  7 08:05:05 2010
@@ -460,11 +460,10 @@
             </tr>\n
           </tbody>\n
 \n
-          <tfoot>\n
+          <tfoot tal:condition="python:here.showStat() and not hide_rows_on_no_search_criterion">\n
             <!-- Stats -->\n
-            <tr tal:condition="python:here.showStat() and not hide_rows_on_no_search_criterion" \n
-              id="listbox_stat_line" class="listbox_stat_line"\n
-              tal:attributes="id string:${field_id}_stat_line">\n
+            <tr class="listbox_stat_line"\n
+                tal:attributes="class string:${field_id}_stat_line">\n
               <td tal:condition="is_report_tree_mode" >&nbsp;</td>\n
               <td class="listbox-table-anchor-cell" tal:condition="show_anchor_column">&nbsp;</td>\n
               <td class="listbox-table-select-cell" tal:condition="show_select_column">&nbsp;</td>\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=38160&r1=38159&r2=38160&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] Tue Sep  7 08:05:05 2010
@@ -1 +1 @@
-987
\ No newline at end of file
+988
\ No newline at end of file




More information about the Erp5-report mailing list