Commit f45b970b authored by Vincent Pelletier's avatar Vincent Pelletier

Update checks for listbox search dialog field names.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10259 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bc9f3d24
......@@ -80,12 +80,12 @@
</tr>\n
<tr>\n
<td>type</td>\n
<td>field_your_search_listbox_id</td>\n
<td>field_your_id</td>\n
<td tal:content="value_a"></td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>field_your_search_listbox_title</td>\n
<td>field_your_title</td>\n
<td tal:content="value_b"></td>\n
</tr>\n
<tr>\n
......@@ -110,12 +110,12 @@
</tr>\n
<tr>\n
<td>type</td>\n
<td>field_your_search_listbox_id</td>\n
<td>field_your_id</td>\n
<td tal:content="other_value_a"></td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>field_your_search_listbox_title</td>\n
<td>field_your_title</td>\n
<td tal:content="other_value_b"></td>\n
</tr>\n
<tr>\n
......
......@@ -101,8 +101,8 @@
<key> <string>left</string> </key>
<value>
<list>
<string>your_search_listbox_id</string>
<string>your_search_listbox_title</string>
<string>your_id</string>
<string>your_title</string>
</list>
</value>
</item>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>your_search_listbox_id</string> </value>
<value> <string>your_id</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>your_search_listbox_title</string> </value>
<value> <string>your_title</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
65
\ No newline at end of file
68
\ 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