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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 6 20:33:13 CEST 2009


Author: kazuhiko
Date: Wed May  6 20:33:12 2009
New Revision: 26861

URL: http://svn.erp5.org?rev=26861&view=rev
Log:
reset page number value by onblur event to show current page number.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/page_navigation_render.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/page_navigation_render.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/page_navigation_render.xml?rev=26861&r1=26860&r2=26861&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/page_navigation_render.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/page_navigation_render.xml [utf8] Wed May  6 20:33:12 2009
@@ -123,7 +123,7 @@
             <span class="image"/>\n
           </button>\n
         </tal:block>\n
-        <input id="listbox_set_page" name="page_start"\n
+        <input id="listbox_set_page" name="page_start" onblur="this.value=this.defaultValue"\n
                tal:define="params python: {field_id+\'_setPage:method\':\'\',field_id+\'_page_start\':\'this.value\',\'list_style\':list_style}"\n
                tal:attributes=\'id string:${field_id}_set_page;\n
                                name string:${field_id}_page_start;\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=26861&r1=26860&r2=26861&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] Wed May  6 20:33:12 2009
@@ -1,1 +1,1 @@
-748
+749




More information about the Erp5-report mailing list