Commit 2fbfdde9 authored by Vincent Pelletier's avatar Vincent Pelletier

Add checkCurrentPage macro. It was forgotten in previous commit (r22241).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22269 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a5aa1746
......@@ -85,6 +85,13 @@
<td></td>\n
</tr>\n
</tal:block>\n
<tal:block metal:define-macro="checkCurrentPage">\n
<tr>\n
<td>assertValue</td>\n
<td tal:content="python: \'name=%s_list_start\' % (prefix, )"></td>\n
<td tal:content="list_start"></td>\n
</tr>\n
</tal:block>\n
</tal:block>\n
......
371
373
\ 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