From a9d292d9dede99ea81d2c1b1a5ac36389acbf24a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Thu, 29 May 2008 08:14:47 +0000
Subject: [PATCH] fix unwanted white-space in page template

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21209 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../erp5_xhtml_style/context_box_render.xml            | 10 +++-------
 product/ERP5/bootstrap/erp5_xhtml_style/bt/revision    |  2 +-
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml
index f86d5066b6..90d2809b77 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml
@@ -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
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index 06e8971dc6..3e990b743e 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-540
\ No newline at end of file
+541
\ No newline at end of file
-- 
2.30.9