Commit a6ed45a4 authored by Ivan Tyagov's avatar Ivan Tyagov

Adjust selector after class change in http://svn.erp5.org?rev=39525&view=rev

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40154 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6ee43113
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</item> </item>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <unicode encoding="cdata"><![CDATA[
<tal:block xmlns:tal="http://xml.zope.org/namespaces/tal"\n <tal:block xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:metal="http://xml.zope.org/namespaces/metal">\n xmlns:metal="http://xml.zope.org/namespaces/metal">\n
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>verifyText</td>\n <td>verifyText</td>\n
<td tal:content="python: \'//tr[@class=\\\'listbox_stat_line\\\']/td[%s]\' % inventory_tuple[1]">inventory value</td>\n <td tal:content="python: \'//tr[@class=\\\'listbox_stat_line listbox-stat-line\\\']/td[%s]\' % inventory_tuple[1]">inventory value</td>\n
<td tal:content="python: inventory_tuple[0]">current inventory</td>\n <td tal:content="python: inventory_tuple[0]">current inventory</td>\n
</tr>\n </tr>\n
\n \n
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
</tal:block>\n </tal:block>\n
</tal:block> </tal:block>
]]></string> </value> ]]></unicode> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
...@@ -107,9 +107,13 @@ ...@@ -107,9 +107,13 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>PdmZuite_checkStockBrowser</string> </value> <value> <string>PdmZuite_checkStockBrowser</string> </value>
</item> </item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <unicode></unicode> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
31 32
\ No newline at end of file \ 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