Commit 2fa5753b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

more fix for compatibility same as r.25433.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25435 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5dfa39ef
......@@ -108,7 +108,7 @@
</tr>\n
<tr>\n
<td>verifyLocation</td>\n
<td>${base_url}/foo_module/0/setSelectionQuickSortOrder</td>\n
<td tal:content="python:\'*%s/foo_module/0/setSelectionQuickSortOrder*\' % here.getPortalObject().absolute_url_path()"/>\n
<td></td>\n
</tr>\n
\n
......@@ -181,7 +181,7 @@
</tr>\n
<tr>\n
<td>verifyLocation</td>\n
<td>${base_url}/foo_module/0</td>\n
<td tal:content="python:\'*%s/foo_module/0\' % here.getPortalObject().absolute_url_path()"/>\n
<td></td>\n
</tr>\n
<!-- Go to last and verify -->\n
......@@ -227,7 +227,7 @@
</tr>\n
<tr>\n
<td>verifyLocation</td>\n
<td>${base_url}/foo_module/0/listbox_setPage</td>\n
<td tal:content="python:\'*%s/foo_module/0/listbox_setPage\' % here.getPortalObject().absolute_url_path()"/>\n
<td></td>\n
</tr>\n
<!-- Go to previous and verify -->\n
......@@ -263,7 +263,7 @@
</tr>\n
<tr>\n
<td>verifyLocation</td>\n
<td>${base_url}/foo_module/0</td>\n
<td tal:content="python:\'*%s/foo_module/0\' % here.getPortalObject().absolute_url_path()"/>\n
<td></td>\n
</tr>\n
<!-- Go to first and verify -->\n
......@@ -309,7 +309,7 @@
</tr>\n
<tr>\n
<td>verifyLocation</td>\n
<td>${base_url}/foo_module/0/listbox_setPage</td>\n
<td tal:content="python:\'*%s/foo_module/0/listbox_setPage\' % here.getPortalObject().absolute_url_path()"/>\n
<td></td>\n
</tr>\n
<tr>\n
......@@ -418,7 +418,7 @@
<!-- END of inspired code -->\n
<tr>\n
<td>verifyLocation</td>\n
<td>${base_url}/foo_module/0/unfoldDomain</td>\n
<td tal:content="python:\'*%s/foo_module/0/unfoldDomain*\' % here.getPortalObject().absolute_url_path()"/>\n
<td></td>\n
</tr>\n
\n
......
......@@ -88,7 +88,7 @@
</tr>\n
<tr>\n
<td>assertLocation</td>\n
<td>${base_url}/foo_module/0/view</td>\n
<td tal:content="python:\'*%s/foo_module/0/view\' % here.getPortalObject().absolute_url_path()"/>\n
<td></td>\n
</tr>\n
<tr>\n
......@@ -98,7 +98,7 @@
</tr>\n
<tr>\n
<td>assertLocation</td>\n
<td>${base_url}/view</td>\n
<td tal:content="python:\'*%s/view\' % here.getPortalObject().absolute_url_path()"/>\n
<td></td>\n
</tr>\n
\n
......
......@@ -119,7 +119,7 @@
</tr>\n
<tr>\n
<td>assertLocation</td>\n
<td>${base_url}/foo_module/1/Foo_view</td>\n
<td tal:content="python:\'*%s/foo_module/0/Foo_view\' % here.getPortalObject().absolute_url_path()"/>\n
<td></td>\n
</tr>\n
<tr>\n
......
......@@ -78,7 +78,7 @@ shouldn\'t do anything. -->\n
</tr>\n
<tr>\n
<td>assertLocation</td>\n
<td tal:content="python: \'/foo_module/1/view\'">/erp5/foo_module/1/view</td>\n
<td tal:content="python:\'*%s/foo_module/1/view\' % here.getPortalObject().absolute_url_path()"/>\n
<td/>\n
</tr>\n
<tr>\n
......
......@@ -119,7 +119,7 @@ button</td></tr>\n
</tr>\n
<tr>\n
<td>assertLocation</td>\n
<td tal:content="python: \'/portal_categories/foo_category/a/a1/view\'"/>\n
<td tal:content="python:\'*%s/portal_categories/foo_category/a/a1/view\' % here.getPortalObject().absolute_url_path()"/>\n
<td/>\n
</tr>\n
</tbody></table>\n
......
403
\ No newline at end of file
404
\ 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