[Erp5-report] r15674 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 14 18:29:02 CEST 2007


Author: jerome
Date: Tue Aug 14 18:29:02 2007
New Revision: 15674

URL: http://svn.erp5.org?rev=15674&view=rev
Log:
only display object_ui actions in list mode

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.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/context_box_render.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml?rev=15674&r1=15673&r2=15674&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml Tue Aug 14 18:29:02 2007
@@ -307,14 +307,16 @@
           </a>\n
         </tal:block>\n
       </tal:block>\n
-      <tal:block tal:condition="ui_actions">\n
-        <span class="separator"></span>\n
-        <a class="configure" title="Configure"\n
-          tal:attributes="href python: here.ERP5Site_renderCustomLink(ui_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_ui\')"\n
-          i18n:attributes="title" i18n:domain="ui">\n
-          <span class="image"></span>\n
-          <span class="description" i18n:translate="" i18n:domain="ui">Configure</span>\n
-        </a>\n
+      <tal:block tal:condition="list_mode | nothing">\n
+        <tal:block tal:condition="ui_actions">\n
+          <span class="separator"></span>\n
+          <a class="configure" title="Configure"\n
+            tal:attributes="href python: here.ERP5Site_renderCustomLink(ui_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_ui\')"\n
+            i18n:attributes="title" i18n:domain="ui">\n
+            <span class="image"></span>\n
+            <span class="description" i18n:translate="" i18n:domain="ui">Configure</span>\n
+          </a>\n
+        </tal:block>\n
       </tal:block>\n
     </span>\n
 \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=15674&r1=15673&r2=15674&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Tue Aug 14 18:29:02 2007
@@ -1,1 +1,1 @@
-409
+410




More information about the Erp5-report mailing list