Commit b08c3700 authored by Romain Courteaud's avatar Romain Courteaud

Fix action's url.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19951 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c5e568d1
......@@ -123,7 +123,7 @@ Beware this only generates the HTML code, no CSS generation is done in this scri
<b tal:replace="nothing"> previous page exists </b>\n
<input type="image" src="/images/1leftarrowv.png" title="Previous Page" name="" border="0"\n
tal:attributes="src string:${address}/images/1leftarrowv.png;\n
name string:${address}/previousPage:method" />\n
name string:previousPage:method" />\n
</tal:block>\n
<select name="list_start" title="Change Page" size="1"\n
onChange=""\n
......@@ -149,7 +149,7 @@ Beware this only generates the HTML code, no CSS generation is done in this scri
<b tal:replace="nothing"> next page exists </b>\n
<input type="image" src="/images/1rightarrowv.png" title="Next Page" name="" border="0"\n
tal:attributes="src string:${address}/images/1rightarrowv.png;\n
name string:${address}/nextPage:method" />\n
name string:nextPage:method" />\n
</tal:block>\n
\n
<tal:block tal:repeat="nb python:range(8)"> &nbsp; </tal:block>\n
......
508
\ No newline at end of file
509
\ 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