From 8a03406d464a6a867218d05bda3ba64fa22102da Mon Sep 17 00:00:00 2001
From: Fabien Morin <fabien@nexedi.com>
Date: Wed, 9 Sep 2009 12:17:56 +0000
Subject: [PATCH] css class was missing to display all fields of the date in
 the same line in kb

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28874 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../Base_viewDialogFieldLibrary/your_date.xml  | 18 +++++++++++-------
 product/ERP5/bootstrap/erp5_core/bt/revision   |  2 +-
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_date.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_date.xml
index 173441342b..ebfe6e2f6e 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_date.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDialogFieldLibrary/your_date.xml
@@ -252,7 +252,7 @@
                 </item>
                 <item>
                     <key> <string>css_class</string> </key>
-                    <value> <string></string> </value>
+                    <value> <string>date_field</string> </value>
                 </item>
                 <item>
                     <key> <string>date_only</string> </key>
@@ -328,6 +328,10 @@
                     <key> <string>time_separator</string> </key>
                     <value> <string>:</string> </value>
                 </item>
+                <item>
+                    <key> <string>timezone_style</string> </key>
+                    <value> <int>0</int> </value>
+                </item>
                 <item>
                     <key> <string>title</string> </key>
                     <value> <string>Date</string> </value>
@@ -676,7 +680,7 @@
                 </item>
                 <item>
                     <key> <string>css_class</string> </key>
-                    <value> <string></string> </value>
+                    <value> <string>date_field</string> </value>
                 </item>
                 <item>
                     <key> <string>default</string> </key>
@@ -932,7 +936,7 @@
                 </item>
                 <item>
                     <key> <string>css_class</string> </key>
-                    <value> <string></string> </value>
+                    <value> <string>date_field</string> </value>
                 </item>
                 <item>
                     <key> <string>default</string> </key>
@@ -1184,7 +1188,7 @@
                 </item>
                 <item>
                     <key> <string>css_class</string> </key>
-                    <value> <string></string> </value>
+                    <value> <string>date_field</string> </value>
                 </item>
                 <item>
                     <key> <string>default</string> </key>
@@ -1436,7 +1440,7 @@
                 </item>
                 <item>
                     <key> <string>css_class</string> </key>
-                    <value> <string></string> </value>
+                    <value> <string>date_field</string> </value>
                 </item>
                 <item>
                     <key> <string>default</string> </key>
@@ -1688,7 +1692,7 @@
                 </item>
                 <item>
                     <key> <string>css_class</string> </key>
-                    <value> <string></string> </value>
+                    <value> <string>date_field</string> </value>
                 </item>
                 <item>
                     <key> <string>default</string> </key>
@@ -1940,7 +1944,7 @@
                 </item>
                 <item>
                     <key> <string>css_class</string> </key>
-                    <value> <string></string> </value>
+                    <value> <string>date_field</string> </value>
                 </item>
                 <item>
                     <key> <string>default</string> </key>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 3b2a35fae5..5e8508317b 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-1293
\ No newline at end of file
+1294
\ No newline at end of file
-- 
2.30.9