Commit 27d1430a authored by Lucas Carvalho's avatar Lucas Carvalho

22-03-2011 lucas

- Fixed the listbox element name.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44502 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 42fde235
......@@ -66,7 +66,7 @@ for selection in listbox_selection:\n
"""\\\n
<tr>\n
<td>type</td>\n
<td>//tr[@class=\'listbox-search-line\']/th[@class="listbox-table-filter-cell"]/input[@name=\'%s\']</td>\n
<td>//tr[@class=\'listbox-search-line\']/th[@class="listbox-table-filter-cell"]/input[@name=\'listbox_%s\']</td>\n
<td>%s</td>\n
</tr>\n
""" % (selection[0], selection[1])\n
......
22-03-2011 lucas
- Fixed the listbox element name.
21-03-2011 lucas
- Tests uses select_module list box instead of front page.
......
750
\ No newline at end of file
751
\ 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