Commit befa5314 authored by Mame Coumba Sall's avatar Mame Coumba Sall

2007-10-09 Fabien

* add setPreferredListboxListModeLineCount(10) to ListBoxZuite_reset to diplay the correct lines number

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17109 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb6472a6
......@@ -76,10 +76,21 @@
<td></td>\n
</tr>\n
<tr>\n
\t<td>assertTextPresent</td>\n
\t<td>New Languages Added</td>\n
\t<td></td>\n
</tr>\n
<tr>\n
\n
<td>open</td>\n
<td tal:content="string: ${here/portal_url}/portal_skins/erp5_ui_test//Base_addUITestTranslation?message=Search Foos&translation_1=Seet Foos&translation_2=Searching Foos"></td>\n
<td></td>\n
</tr>\n
<tr>\n
\t<td>assertTextPresent</td>\n
\t<td>Translation of Search Foos updated</td>\n
\t<td></td>\n
</tr>\n
\n
<tr>\n
<td>open</td>\n
......
......@@ -69,7 +69,7 @@
<item>
<key> <string>_body</string> </key>
<value> <string>"""Add a New Test language."""\n
\n
context.getPortalObject().Localizer.erp5_ui.gettext(\'Search Foos\')\n
\n
context.getPortalObject().Localizer.erp5_ui.message_edit(message=\'Search Foos\', language=\'wo\', translation=\'Seet Foos\',note=None)\n
context.getPortalObject().Localizer.erp5_ui.message_edit(message=\'Search Foos\', language=\'xh\', translation=\'Searching Foos\',note=None)\n
......
227
\ No newline at end of file
269
\ 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