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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 9 15:49:00 CEST 2010


Author: ivan
Date: Thu Sep  9 15:48:59 2010
New Revision: 38241

URL: http://svn.erp5.org?rev=38241&view=rev
Log:
button tag doesn't support src attribute.

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=38241&r1=38240&r2=38241&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 15:48:59 2010
@@ -46,20 +46,18 @@
   <tal:block metal:define-macro="first_previous_page_navigation">\n
 \n
     <tal:block tal:condition="python: here.current_page > 0">\n
-      <button type="submit" src="2leftarrowv.png"\n
+      <button type="submit"\n
               title="First Page" name="firstPage:method"\n
               class="listbox_first_page"\n
               tal:attributes="name string:${field_id}_firstPage:method;\n
-                              src string:${portal_url_string}/images/2leftarrowv.png;\n
                               class python: test(is_default_listbox_field, \'listbox_first_page\', \'listbox_first_page %s_first_page\' %field_id)"\n
               i18n:domain="ui" i18n:attributes="title">\n
         <span class="image"/>\n
       </button>\n
-      <button type="submit" src="1leftarrowv.png"\n
+      <button type="submit"\n
               title="Previous Page" name="previousPage:method"\n
               class="listbox_previous_page"\n
               tal:attributes="name string:${field_id}_previousPage:method;\n
-                              src string:${portal_url_string}/images/1leftarrowv.png;\n
                               class python: test(is_default_listbox_field, \'listbox_previous_page\', \'listbox_previous_page %s_previous_page\' %field_id)"\n
               i18n:domain="ui" i18n:attributes="title">\n
         <span class="image"/>\n
@@ -73,18 +71,16 @@
   <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="submit" src="1rightarrowv.png"\n
+      <button type="submit"\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
                               class python: test(is_default_listbox_field, \'listbox_next_page\', \'listbox_next_page %s_next_page\' %field_id)"\n
               i18n:domain="ui" i18n:attributes="title">\n
         <span class="image"/>\n
       </button>\n
-      <button type="submit" src="2rightarrowv.png"\n
+      <button type="submit"\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
                               class python: test(is_default_listbox_field, \'listbox_last_page\', \'listbox_last_page %s_last_page\' %field_id)"\n
               i18n:domain="ui" i18n:attributes="title" >\n
         <span class="image"/>\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=38241&r1=38240&r2=38241&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 15:48:59 2010
@@ -1 +1 @@
-1002
\ No newline at end of file
+1003
\ No newline at end of file




More information about the Erp5-report mailing list