Commit 7df1cfc7 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

revert r.26569 partially. this script will be modified again with other UI changes.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26601 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e2daee3f
...@@ -75,11 +75,7 @@ for item in mixed_list:\n ...@@ -75,11 +75,7 @@ for item in mixed_list:\n
for x in fallback_category.getCategoryChildCompactLogicalPathItemList(base=1) if x[0]])\n for x in fallback_category.getCategoryChildCompactLogicalPathItemList(base=1) if x[0]])\n
break\n break\n
\n \n
for i in item_list:\n category_list.extend(item_list)\n
if i[0] != \'\':\n
category_list.append([\'%s/%s\' % (item, i[0]), i[1]])\n
else:\n
category_list.append(i)\n
\n \n
return category_list\n return category_list\n
</string> </value> </string> </value>
...@@ -135,7 +131,6 @@ return category_list\n ...@@ -135,7 +131,6 @@ return category_list\n
<string>append</string> <string>append</string>
<string>$append0</string> <string>$append0</string>
<string>x</string> <string>x</string>
<string>i</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
1167 1168
\ 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