Commit 8273f88d authored by Romain Courteaud's avatar Romain Courteaud

Remove Copy/Paste action button definition from page template.

They have to be integrated by a widget inside the layout form.
Work by François-Xavier Algrain.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34428 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 82514e2a
......@@ -333,36 +333,7 @@
onkeypress="submitFormOnEnter(event, this.form, \'ERP5Site_processAdvancedSearchBottom\');"/>\n
<input class="button" value="Search" name="ERP5Site_processAdvancedSearchBottom:method" type="submit" />\n
</div>\n
\n
<!-- Copy / Paste buttons -->\n
<div class="bottom_actions" \n
tal:condition="python:not is_gadget_mode and show_select_column and not is_dialog_mode">\n
\n
<button type="submit" class="cut_button" title="Cut"\n
name="Folder_cut:method"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Cut</span>\n
</button>\n
<button type="submit" class="copy_button" title="Copy"\n
name="Folder_copy:method"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Copy</span>\n
</button>\n
<button type="submit" class="paste_button" title="Paste"\n
name="Folder_paste:method"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Paste</span>\n
</button>\n
<button type="submit" class="trash_button" title="Delete"\n
name="Folder_deleteObjectList:method"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Delete</span>\n
</button>\n
</div>\n
\n
</tal:block>\n
</tal:block>\n
</tal:block>\n
......
921
\ No newline at end of file
922
\ 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