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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 9 14:28:57 CEST 2010


Author: ivan
Date: Thu Sep  9 14:28:52 2010
New Revision: 38231

URL: http://svn.erp5.org?rev=38231&view=rev
Log:
Use XHTML complaint button type.

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=38231&r1=38230&r2=38231&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] Thu Sep  9 14:28:52 2010
@@ -46,7 +46,7 @@
   <tal:block metal:define-macro="first_previous_page_navigation">\n
 \n
     <tal:block tal:condition="python: here.current_page > 0">\n
-      <button type="image" src="2leftarrowv.png"\n
+      <button type="submit" src="2leftarrowv.png"\n
               title="First Page" name="firstPage:method"\n
               class="listbox_first_page"\n
               tal:attributes="name string:${field_id}_firstPage:method;\n
@@ -55,7 +55,7 @@
               i18n:domain="ui" i18n:attributes="title">\n
         <span class="image"/>\n
       </button>\n
-      <button type="image" src="1leftarrowv.png"\n
+      <button type="submit" src="1leftarrowv.png"\n
               title="Previous Page" name="previousPage:method"\n
               class="listbox_previous_page"\n
               tal:attributes="name string:${field_id}_previousPage:method;\n
@@ -73,7 +73,7 @@
   <tal:block metal:define-macro="next_last_page_navigation">\n
 \n
     <tal:block tal:condition="python: here.current_page < here.total_pages - 1">\n
-      <button type="image" src="1rightarrowv.png"\n
+      <button type="submit" src="1rightarrowv.png"\n
               title="Next Page" name="nextPage:method" class="listbox_next_page"\n
               tal:attributes="name string:${field_id}_nextPage:method;\n
                               src string:${portal_url_string}/images/1rightarrowv.png;\n
@@ -81,7 +81,7 @@
               i18n:domain="ui" i18n:attributes="title">\n
         <span class="image"/>\n
       </button>\n
-      <button type="image" src="2rightarrowv.png"\n
+      <button type="submit" src="2rightarrowv.png"\n
               title="Last Page" name="lastPage:method" class="listbox_last_page"\n
               tal:attributes="name string:${field_id}_lastPage:method;\n
                               src string:${portal_url_string}/images/2rightarrowv.png;\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=38231&r1=38230&r2=38231&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  9 14:28:52 2010
@@ -1 +1 @@
-999
\ No newline at end of file
+1000
\ No newline at end of file




More information about the Erp5-report mailing list