Commit 4a96fa72 authored by Vincent Pelletier's avatar Vincent Pelletier

Woops, copy and paste access does not require the same permission as cut....

Woops, copy and paste access does not require the same permission as cut. Rezstricting previous change to only affect cut.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24713 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dfe5d06c
......@@ -154,9 +154,10 @@
list_mode list_mode | nothing;\n
can_modify_portal_content python: portal.portal_membership.checkPermission(\'Modify portal content\', here)">\n
<span class="separator"><!--separator--></span>\n
<tal:block tal:condition="python: list_mode and can_modify_portal_content">\n
<tal:block tal:condition="list_mode">\n
<button class="cut" type="submit" name="Folder_cut:method" title="Cut"\n
i18n:attributes="title" i18n:domain="ui">\n
i18n:attributes="title" i18n:domain="ui"\n
tal:condition="can_modify_portal_content">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Cut</span>\n
</button>\n
......
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