[Erp5-report] r34428 romain - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: Skin...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Apr 9 15:15:50 CEST 2010
Author: romain
Date: Fri Apr 9 15:15:48 2010
New Revision: 34428
URL: http://svn.erp5.org?rev=34428&view=rev
Log:
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.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asTableStyleHTML.xml
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asTableStyleHTML.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asTableStyleHTML.xml?rev=34428&r1=34427&r2=34428&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asTableStyleHTML.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asTableStyleHTML.xml [utf8] Fri Apr 9 15:15:48 2010
@@ -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
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=34428&r1=34427&r2=34428&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Fri Apr 9 15:15:48 2010
@@ -1,1 +1,1 @@
-921
+922
More information about the Erp5-report
mailing list