Commit 9c47d96d authored by Ivan Tyagov's avatar Ivan Tyagov

Partially revert r36580.

Use instead of 'All' -> 'All Documents' (which is what actually is meant).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36589 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f42cc5ab
...@@ -66,9 +66,11 @@ ...@@ -66,9 +66,11 @@
"""\n """\n
\n \n
translateString = context.Base_translateString\n translateString = context.Base_translateString\n
search_list = [(\'\', \'Everything\')]\n search_list = [(\'all\', \'All Documents\'),\n
(\'\', \'Everything\')]\n
\n \n
# Portal Types\n # Document Portal Types\n
search_list.append((\'\', \'-- Documents --\'))\n
for portal_type in context.getPortalDocumentTypeList():\n for portal_type in context.getPortalDocumentTypeList():\n
search_list.append((portal_type, portal_type))\n search_list.append((portal_type, portal_type))\n
\n \n
......
1471 1472
\ 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