From 3f687bf8f9336a12e93c9794ff4184b1d2613b1f Mon Sep 17 00:00:00 2001
From: Christophe Dumez <christophe@nexedi.com>
Date: Thu, 20 Apr 2006 16:24:20 +0000
Subject: [PATCH] improved caption design a little

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6836 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../erp5_svn/BusinessTemplate_viewSvnStatus.xml    | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnStatus.xml b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnStatus.xml
index e1e992993d..e541466dd0 100644
--- a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnStatus.xml
+++ b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnStatus.xml
@@ -117,13 +117,13 @@ here/BusinessTemplate_doCreateJavaScriptStatus">javascript here</tal:js><br>\n
 \t\t\tstyle="width:98%; height:98%;background-color:#f5f5f5;border :1px solid Silver;overflow:auto;">\n
 \t\t</div>\n
 \t\t</td>\n
-                <td style="vertical-align: top; text-align: left;"  width="10%" height="300">\n
-                <table><tr><td><b><u><font color=\'black\' size="1">Caption:</font></u></b></td></tr>\n
-                <tr><td>  </td></tr>\n
-                <tr><td><font color="green" size="1">Added File</font></td></tr>\n
-                <tr><td><font color="orange" size="1">Modified File</font></td></tr>\n
-                <tr><td><font color="red" size="1">Deleted File</font></td></tr>\n
-                <tr><td><font color="grey" size="1">Conflicted File</font></td></tr></table>\n
+                <td style="vertical-align: top; text-align: left;"  width="6%" height="300" id="caption">\n
+                <table style="background-color:#ffffff;"><tr><td><b><font color=\'black\' size="1">Caption:</font></b></td></tr>\n
+                <tr><td style="background-color:#000000;">  </td></tr>\n
+                <tr><td><font color="green" size="1">Added</font></td></tr>\n
+                <tr><td><font color="orange" size="1">Modified</font></td></tr>\n
+                <tr><td><font color="red" size="1">Deleted</font></td></tr>\n
+                <tr><td><font color="grey" size="1">Conflicted</font></td></tr></table>\n
                 <br><br>\n
                 </td>\n
 \t</tr>\n
-- 
2.30.9