[Erp5-report] r23883 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Sep 29 12:01:56 CEST 2008
Author: kazuhiko
Date: Mon Sep 29 12:01:48 2008
New Revision: 23883
URL: http://svn.erp5.org?rev=23883&view=rev
Log:
2008-09-29 Kazuhiko
* remove duplicate name attributes.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.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/planning_content.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml?rev=23883&r1=23882&r2=23883&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml Mon Sep 29 12:01:48 2008
@@ -109,7 +109,7 @@
\n
<tal:block tal:condition="python:basic.report_axis_info[\'bound_start\']!=0">\n
<b tal:replace="nothing"> previous page exists </b>\n
- <input type="image" src="/images/1leftarrowv.png" title="Previous Page" name="" border="0"\n
+ <input type="image" src="/images/1leftarrowv.png" title="Previous Page" border="0"\n
name="previousPage:method"\n
tal:attributes="src string:${address}/images/1leftarrowv.png" />\n
</tal:block>\n
@@ -135,7 +135,7 @@
\n
<tal:block tal:condition="python:basic.report_axis_info[\'bound_stop\']!=basic.report_axis_info[\'bound_end\']">\n
<b tal:replace="nothing"> next page exists </b>\n
- <input type="image" src="/images/1rightarrowv.png" title="Next Page" name="" border="0"\n
+ <input type="image" src="/images/1rightarrowv.png" title="Next Page" border="0"\n
name="nextPage:method"\n
tal:attributes="src string:${address}/images/1rightarrowv.png" />\n
</tal:block>\n
@@ -218,14 +218,14 @@
<!-- current axis is report axis-->\n
<tal:block tal:condition="python:basic.report_axis_info[\'bound_start\']!=0">\n
<!-- previous page exists -->\n
- <input type="image" src="/images/1leftarrowv.png" title="Previous Page" name="" border="0"\n
+ <input type="image" src="/images/1leftarrowv.png" title="Previous Page" border="0"\n
name="previousPage:method"\n
tal:attributes="src previous_src;\n
id python:axis.name + \'_previous\'" />\n
</tal:block>\n
<tal:block tal:condition="python:basic.report_axis_info[\'bound_stop\']!=basic.report_axis_info[\'bound_end\']">\n
<!-- next page exists -->\n
- <input type="image" src="/images/1rightarrowv.png" title="Next Page" name="" border="0"\n
+ <input type="image" src="/images/1rightarrowv.png" title="Next Page" border="0"\n
name="nextPage:method"\n
tal:attributes="src next_src;\n
id python:axis.name + \'_next\'" />\n
@@ -255,12 +255,12 @@
<tal:block tal:condition="python:axis==planning.lane_axis">\n
<!-- Lane page-->\n
<!-- previous page exists -->\n
- <input type="image" src="/images/1leftarrowv.png" title="Previous Lane Page" name="" border="0"\n
+ <input type="image" src="/images/1leftarrowv.png" title="Previous Lane Page" border="0"\n
name="previousLanePage:method"\n
tal:attributes="src previous_src;\n
id python:axis.name + \'_previous\'" />\n
<!-- next page exists -->\n
- <input type="image" src="/images/1rightarrowv.png" title="Next Lane Page" name="" border="0"\n
+ <input type="image" src="/images/1rightarrowv.png" title="Next Lane Page" border="0"\n
name="nextLanePage:method"\n
tal:attributes="src next_src;\n
id python:axis.name + \'_next\'" />\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=23883&r1=23882&r2=23883&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Mon Sep 29 12:01:48 2008
@@ -1,1 +1,1 @@
-620
+621
More information about the Erp5-report
mailing list