Commit cda663f4 authored by Ivan Tyagov's avatar Ivan Tyagov

Rename "New File" (too technical and not always true) to "New Document" (more...

Rename "New File" (too technical and not always true) to "New Document" (more abstract & correct in DMS / KM context).
Hide other "New XXXXX" menu items which are provided by web toolbar now.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35302 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ebd27aee
......@@ -93,7 +93,7 @@
<tal:block tal:condition="python: here.Base_checkPermission(\'portal_contributions\', \'Add portal content\')">\n
<li>\n
<a href="#" i18n:translate="" i18n:domain="ui" tal:attributes="href string:${current_web_section_url}/Base_viewContributeFileDialog">\n
New File\n
New Document\n
</a>\n
</li>\n
<li>\n
......@@ -102,6 +102,7 @@
</a>\n
</li>\n
</tal:block>\n
<!--\n
<tal:block tal:condition="python: here.Base_checkPermission(\'web_page_module\', \'Add portal content\')">\n
<li>\n
<a href="#" i18n:translate="" i18n:domain="ui" tal:attributes="href string:${current_web_section_url}/WebSection_createNewWebPage">\n
......@@ -130,6 +131,7 @@
</a>\n
</li>\n
</tal:block>\n
-->\n
</ul>\n
<!--[if lte IE 6]></td></tr></table></a><![endif]-->\n
</li>\n
......
1382
\ No newline at end of file
1383
\ 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