[Erp5-report] r8702 - /erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Jul 23 18:04:58 CEST 2006


Author: kevin
Date: Sun Jul 23 18:04:52 2006
New Revision: 8702

URL: http://svn.erp5.org?rev=8702&view=rev
Log:
Minor code layout change.

Modified:
    erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/ListBox_asWebStyleSearchResultHTML.xml

Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/ListBox_asWebStyleSearchResultHTML.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/ListBox_asWebStyleSearchResultHTML.xml?rev=8702&r1=8701&r2=8702&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/ListBox_asWebStyleSearchResultHTML.xml (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/ListBox_asWebStyleSearchResultHTML.xml Sun Jul 23 18:04:52 2006
@@ -117,12 +117,7 @@
                           current_page_max   python: listbox_max_lines * current_page;\n
                           current_page_start python: (listbox_max_lines * (current_page - 1)) + 1;\n
                           current_page_stop  python: (total_line < current_page_max) and total_line or current_page_max;">\n
-              <tal:block condition="python: total_line > 0">\n
-                Resultats\n
-                <em tal:content="current_page_start"/> -\n
-                <em tal:content="current_page_stop"/>\n
-                sur un total de <em tal:content="total_line"/><tal:block tal:condition="search_query"> pour <em tal:content="search_query"/></tal:block>.\n
-              </tal:block>\n
+              <tal:block condition="python: total_line > 0">Resultats <em tal:content="current_page_start"/> - <em tal:content="current_page_stop"/> sur un total de <em tal:content="total_line"/><tal:block tal:condition="search_query"> pour <em tal:content="search_query"/></tal:block>.</tal:block>\n
               <span tal:condition="python: total_line == 0" class="warning">No result !</span>\n
             </span>\n
           </div>\n




More information about the Erp5-report mailing list