[Erp5-report] r32154 fabien - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: Skin...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 1 16:47:38 CET 2010


Author: fabien
Date: Mon Feb  1 16:47:37 2010
New Revision: 32154

URL: http://svn.erp5.org?rev=32154&view=rev
Log:
2010-02-01 fabien
* don't display action buttons (like copy/paste, ...) in dialog_mode

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml
    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/change_log
    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_asHTML.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml?rev=32154&r1=32153&r2=32154&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml [utf8] Mon Feb  1 16:47:37 2010
@@ -61,6 +61,7 @@
               show_anchor_column here/showAnchorColumn;\n
               show_search_line here/showSearchLine;\n
               is_web_mode request/is_web_mode | nothing;\n
+              is_dialog_mode request/dialog_mode | nothing;\n
               list_style python:request.get(\'list_style\', \n
                 selection.getParams().get(\'list_style\', is_web_mode and \'table\' or None));\n
               is_gadget_mode request/is_gadget_mode | nothing;\n

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=32154&r1=32153&r2=32154&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] Mon Feb  1 16:47:37 2010
@@ -336,7 +336,7 @@
 \n
           <!-- Copy / Paste buttons -->\n
           <div class="bottom_actions" \n
-               tal:condition="python:not is_gadget_mode and show_select_column">\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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log?rev=32154&r1=32153&r2=32154&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log [utf8] Mon Feb  1 16:47:37 2010
@@ -1,3 +1,6 @@
+2010-02-01 fabien
+* don't display action buttons (like copy/paste, ...) in dialog_mode
+
 2010-02-01 yo
 * Add classes into elements which have ids set in page templates, so that we could get rid of the ids potentially (but we can't because of tests).
 

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=32154&r1=32153&r2=32154&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] Mon Feb  1 16:47:37 2010
@@ -1,1 +1,1 @@
-881
+883




More information about the Erp5-report mailing list