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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 29 10:14:51 CEST 2008


Author: aurel
Date: Thu May 29 10:14:47 2008
New Revision: 21209

URL: http://svn.erp5.org?rev=21209&view=rev
Log:
fix unwanted white-space in page template

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=21209&r1=21208&r2=21209&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 Thu May 29 10:14:47 2008
@@ -103,19 +103,15 @@
         </tal:block>\n
         <tal:block tal:repeat="action actions/object_add | nothing">\n
           <option tal:attributes="value string:object ${action/url}"\n
-                  i18n:translate="" i18n:domain="ui">\n
-            Add <tal:block tal:content="action/name" i18n:name="portal_type" i18n:translate="" />\n
-          </option>\n
+                  i18n:translate="" i18n:domain="ui">Add <tal:block tal:content="action/name" i18n:name="portal_type" i18n:translate="" /></option>\n
         </tal:block>\n
         <tal:block tal:define="document_template_list here/getDocumentTemplateList | nothing"\n
                    tal:condition="document_template_list">\n
           <option disabled="disabled">-- <tal:block i18n:translate="" i18n:domain="ui">Templates</tal:block> --</option>\n
           <tal:block tal:repeat="document_template document_template_list">\n
             <option tal:attributes="value python:\'template %s\' % (document_template.getRelativeUrl(), )"\n
-                    i18n:translate="" i18n:domain="ui">\n
-              Add <tal:block tal:content="document_template/getTitle"\n
-                             i18n:name="document_template" />\n
-            </option>\n
+                    i18n:translate="" i18n:domain="ui">Add <tal:block tal:content="document_template/getTitle"\n
+                             i18n:name="document_template" /></option>\n
           </tal:block>\n
         </tal:block>\n
         <option disabled="disabled">-- <tal:block i18n:translate="" i18n:domain="ui">Workflows</tal:block> --</option>\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=21209&r1=21208&r2=21209&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Thu May 29 10:14:47 2008
@@ -1,1 +1,1 @@
-540
+541




More information about the Erp5-report mailing list