Commit 416a518c authored by Mohamadou Mbengue's avatar Mohamadou Mbengue

2009-08-20 Mohamadou

* Update  ListBoxZuite_CommonTemplate to support mobile ui tests.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28553 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2d042b2c
......@@ -89,7 +89,12 @@
<tal:block metal:define-macro="checkCurrentPage">\n
<tr>\n
<td>assertValue</td>\n
<td tal:content="python: \'id=%s_set_page\' % (prefix, )"></td>\n
<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
<td tal:content="python: \'id=%s_set_page\' % (prefix, )"></td>\n
</tal:block>\n
<tal:block tal:condition="python: context.TestTool_getSkinName()==\'Mobile\'">\n
<td tal:content="python: \'id=%s_page_selection\' % (prefix, )"></td>\n
</tal:block>\n
<td tal:content="set_page"></td>\n
</tr>\n
</tal:block>\n
......
467
\ No newline at end of file
468
\ 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