[Erp5-report] r37937 ivan - in /erp5/trunk/bt5/erp5_km: SkinTemplateItem/portal_skins/erp5_...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 23 09:54:37 CEST 2010


Author: ivan
Date: Mon Aug 23 09:54:33 2010
New Revision: 37937

URL: http://svn.erp5.org?rev=37937&view=rev
Log:
Use more appropriate name (thanks FX).

Modified:
    erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml
    erp5/trunk/bt5/erp5_km/bt/revision

Modified: erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml?rev=37937&r1=37936&r2=37937&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml [utf8] Mon Aug 23 09:54:33 2010
@@ -74,10 +74,9 @@
               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
-              listbox_id request/current_form_id | form_id ;\n
-              listbox_url string:${context_url}/${listbox_id};\n
+              form_url string:${context_url}/${form_id};\n
               need_pagination python: total_line > listbox_max_lines;">\n
-\n
+ \n
   <!-- Define hidden input.  -->\n
   <input type="hidden" name="list_selection_name" value="default" tal:attributes="value selection_name" />\n
   <input type="hidden" name="list_selection_name" value="default"\n
@@ -465,7 +464,7 @@
         <span i18n:translate="" i18n:domain="ui">Display:</span>\n
         <ul>\n
           <li tal:repeat="style display_style_list">\n
-            <a tal:attributes="href python: \'%s?list_style=%s\' % (listbox_url, style[0]);\n
+            <a tal:attributes="href python: \'%s?list_style=%s\' % (form_url, style[0]);\n
                                class python: test(style[0]==list_style, \'selected\',\'\');"\n
                tal:content="python: style[1]"\n
                i18n:translate="" i18n:domain="ui"/>\n

Modified: erp5/trunk/bt5/erp5_km/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/bt/revision?rev=37937&r1=37936&r2=37937&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/bt/revision [utf8] Mon Aug 23 09:54:33 2010
@@ -1 +1 @@
-1508
\ No newline at end of file
+1510
\ No newline at end of file




More information about the Erp5-report mailing list