Commit 0600b268 authored by Romain Courteaud's avatar Romain Courteaud

Fix actions's url.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19948 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cb734e4f
......@@ -232,14 +232,14 @@ Beware this only generates the HTML code, no CSS generation is done in this scri
<!-- previous page exists -->\n
<input type="image" src="/images/1leftarrowv.png" title="Previous Page" name="" border="0"\n
tal:attributes="src previous_src;\n
name string:${address}/previousPage:method;\n
name string:previousPage:method;\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
tal:attributes="src next_src;\n
name string:{address}/nextPage:method;\n
name string:nextPage:method;\n
id python:axis.name + \'_next\'" />\n
</tal:block>\n
<!-- inserting depth widget -->\n
......
507
\ No newline at end of file
508
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment