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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 13 11:20:25 CEST 2006


Author: vincent
Date: Fri Oct 13 11:20:17 2006
New Revision: 10689

URL: http://svn.erp5.org?rev=10689&view=rev
Log:
Inline call to ERP5XhtmlStyle_renderLink.
Remove static attribute defined in tal:attributes.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.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/view_main.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml?rev=10689&r1=10688&r2=10689&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml Fri Oct 13 11:20:17 2006
@@ -102,13 +102,13 @@
             <ul>\n
               <li tal:repeat="action actions"\n
                   tal:attributes="class python: action == current_action and \'selected\' or \'not_selected\'">\n
-                <a tal:attributes="href python: here.ERP5XhtmlStyle_renderLink(action[\'url\'], http_parameters)"\n
+                <a tal:attributes="href python: \'%s%s%s\' % (action[\'url\'], \'?\' in action[\'url\'] and \'&amp;\' or \'?\', http_parameters)"\n
                    tal:content="action/name"\n
                    i18n:translate="" i18n:domain="ui"/>\n
               </li>\n
             </ul>\n
           </div>\n
-          <div class="content" tal:attributes="class python: editable_mode and \'content editable\' or \'content\'">\n
+          <div tal:attributes="class python: editable_mode and \'content editable\' or \'content\'">\n
             <tal:block metal:define-slot="main"/>\n
           </div>\n
         </div>\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=10689&r1=10688&r2=10689&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Fri Oct 13 11:20:17 2006
@@ -1,1 +1,1 @@
-257
+258




More information about the Erp5-report mailing list