[Erp5-report] r27326 - in /erp5/trunk/bt5/erp5_crm: SkinTemplateItem/portal_skins/erp5_crm/...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 2 11:01:47 CEST 2009


Author: jerome
Date: Tue Jun  2 11:01:43 2009
New Revision: 27326

URL: http://svn.erp5.org?rev=27326&view=rev
Log:
this text area was too big (800) and the css class failed in some situations

Modified:
    erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewWorkflowRespondActionDialog/your_respond_event_text_content.xml
    erp5/trunk/bt5/erp5_crm/bt/revision

Modified: erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewWorkflowRespondActionDialog/your_respond_event_text_content.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewWorkflowRespondActionDialog/your_respond_event_text_content.xml?rev=27326&r1=27325&r2=27326&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewWorkflowRespondActionDialog/your_respond_event_text_content.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewWorkflowRespondActionDialog/your_respond_event_text_content.xml [utf8] Tue Jun  2 11:01:43 2009
@@ -13,15 +13,15 @@
             <key> <string>delegated_list</string> </key>
             <value>
               <list>
+                <string>css_class</string>
+                <string>default</string>
+                <string>editable</string>
+                <string>height</string>
+                <string>required</string>
+                <string>text_editor</string>
                 <string>title</string>
-                <string>default</string>
-                <string>css_class</string>
+                <string>whitespace_preserve</string>
                 <string>width</string>
-                <string>height</string>
-                <string>text_editor</string>
-                <string>editable</string>
-                <string>required</string>
-                <string>whitespace_preserve</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>

Modified: erp5/trunk/bt5/erp5_crm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/bt/revision?rev=27326&r1=27325&r2=27326&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_crm/bt/revision [utf8] Tue Jun  2 11:01:43 2009
@@ -1,1 +1,1 @@
-412
+413




More information about the Erp5-report mailing list