From c3a9382f8bd01bccae81bb9d5b1d9f1e9e676ca3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Tue, 2 Jun 2009 09:01:43 +0000
Subject: [PATCH] this text area was too big (800) and the css class failed in
 some situations

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27326 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../your_respond_event_text_content.xml            | 14 +++++++-------
 bt5/erp5_crm/bt/revision                           |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewWorkflowRespondActionDialog/your_respond_event_text_content.xml b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewWorkflowRespondActionDialog/your_respond_event_text_content.xml
index 79b5b2f50a..43f1eee3cd 100644
--- a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewWorkflowRespondActionDialog/your_respond_event_text_content.xml
+++ b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewWorkflowRespondActionDialog/your_respond_event_text_content.xml
@@ -13,15 +13,15 @@
             <key> <string>delegated_list</string> </key>
             <value>
               <list>
-                <string>title</string>
-                <string>default</string>
                 <string>css_class</string>
-                <string>width</string>
-                <string>height</string>
-                <string>text_editor</string>
+                <string>default</string>
                 <string>editable</string>
+                <string>height</string>
                 <string>required</string>
+                <string>text_editor</string>
+                <string>title</string>
                 <string>whitespace_preserve</string>
+                <string>width</string>
               </list>
             </value>
         </item>
@@ -170,7 +170,7 @@
                 </item>
                 <item>
                     <key> <string>width</string> </key>
-                    <value> <int>800</int> </value>
+                    <value> <int>80</int> </value>
                 </item>
               </dictionary>
             </value>
@@ -189,7 +189,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python:(here.hasFile() or here.getTextFormat() == \'text/html\' and \'page\') or \'\'</string> </value>
+            <value> <string>python:(here.hasFile() or here.getTextFormat() == \'text/html\') and \'page\' or \'\'</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_crm/bt/revision b/bt5/erp5_crm/bt/revision
index 8d4011ad25..5c9fe11c04 100644
--- a/bt5/erp5_crm/bt/revision
+++ b/bt5/erp5_crm/bt/revision
@@ -1 +1 @@
-412
\ No newline at end of file
+413
\ No newline at end of file
-- 
2.30.9