Commit 4e40f4c2 authored by Ivan Tyagov's avatar Ivan Tyagov

Simplify portal type search selection.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36580 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2d016bd1
......@@ -66,9 +66,7 @@
"""\n
\n
translateString = context.Base_translateString\n
search_list = [(\'all\', \'All\'),\n
(\'\', \'Everything\'),\n
]\n
search_list = [(\'\', \'Everything\')]\n
\n
# Portal Types\n
for portal_type in context.getPortalDocumentTypeList():\n
......
1470
\ No newline at end of file
1471
\ 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