[Vtigercrm-commits] [vtiger-commits] r10286 - in /vtigercrm/branches/5.0.3: Smarty/templates/Emails.tpl themes/alphagrey/style.css themes/bluelagoon/style.css themes/woodspice/style.css
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 1 07:47:48 EST 2007
Author: saraj
Date: Thu Mar 1 05:47:33 2007
New Revision: 10286
Log:
changes made to extend email body area --Minnie
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/Emails.tpl
vtigercrm/branches/5.0.3/themes/alphagrey/style.css
vtigercrm/branches/5.0.3/themes/bluelagoon/style.css
vtigercrm/branches/5.0.3/themes/woodspice/style.css
Modified: vtigercrm/branches/5.0.3/Smarty/templates/Emails.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Emails.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Emails.tpl Thu Mar 1 05:47:33 2007
@@ -115,9 +115,8 @@
</tr>
<!-- Columns -->
<tr>
- <td width="25%" class="big mailSubHeader" ><b>{$MOD.LBL_EMAIL_FOLDERS}</b></td>
- <td width="2%"> </td>
- <td width="73%" class="big mailSubHeader" align="left"><span id="mail_fldrname"><b>{$MOD.LBL_ALLMAILS}</b></span></td>
+ <td width="18%" class="big mailSubHeader" ><b>{$MOD.LBL_EMAIL_FOLDERS}</b></td>
+ <td width="82%" class="big mailSubHeader" align="left"><span id="mail_fldrname"><b>{$MOD.LBL_ALLMAILS}</b></span></td>
</tr>
<tr>
@@ -152,7 +151,6 @@
</li>
</ul>
</td>
- <td> </td>
<!-- All mails pane -->
<td class="hdrNameBg">
<!-- Command Buttons and Search Email -->
@@ -177,7 +175,6 @@
</tr>
<!-- Mail Subject Headers list -->
<tr>
- <td> </td>
<td align="left">
<div id="email_con">
{include file="EmailContents.tpl"}
@@ -186,17 +183,6 @@
</tr>
<tr>
- <td> </td>
- <td height="5"></td>
- </tr>
-
- <tr>
- <td> </td>
- <td class="mailSubHeader" id="subjectsetter" align=left><b> </b></td>
- </tr>
-
- <tr>
- <td> </td>
<td valign="top">
<div id="EmailDetails" >
{include file="EmailDetails.tpl"}
Modified: vtigercrm/branches/5.0.3/themes/alphagrey/style.css
==============================================================================
--- vtigercrm/branches/5.0.3/themes/alphagrey/style.css (original)
+++ vtigercrm/branches/5.0.3/themes/alphagrey/style.css Thu Mar 1 05:47:33 2007
@@ -27,7 +27,7 @@
.componentName {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
- line-height: 18px;
+ line-height: 3px;
color: #000;
font-weight:bold;
border-left:2px dotted #333;
@@ -865,7 +865,7 @@
font-size:12px;
background-color:#FFFFFF;
width:100%;
- height:130px;
+ height:175px;
overflow:auto;
border:0px solid #000000;
}
Modified: vtigercrm/branches/5.0.3/themes/bluelagoon/style.css
==============================================================================
--- vtigercrm/branches/5.0.3/themes/bluelagoon/style.css (original)
+++ vtigercrm/branches/5.0.3/themes/bluelagoon/style.css Thu Mar 1 05:47:33 2007
@@ -27,7 +27,7 @@
.componentName {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
- line-height: 18px;
+ line-height: 3px;
color: #3333ff;
font-weight:bold;
border-left:2px dotted #fff;
@@ -816,7 +816,7 @@
font-size:12px;
background-color:#FFFFFF;
width:100%;
- height:200px;
+ height:175px;
overflow:auto;
border:0px solid #000000;
}
Modified: vtigercrm/branches/5.0.3/themes/woodspice/style.css
==============================================================================
--- vtigercrm/branches/5.0.3/themes/woodspice/style.css (original)
+++ vtigercrm/branches/5.0.3/themes/woodspice/style.css Thu Mar 1 05:47:33 2007
@@ -24,7 +24,7 @@
.componentName {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
- line-height: 18px;
+ line-height: 3px;
color: #998877;
font-weight:bold;
border-left:2px dotted #332211;
@@ -876,7 +876,7 @@
font-size:12px;
background-color:#FFFFFF;
width:100%;
- height:130px;
+ height:175px;
overflow:auto;
border:0px solid #000000;
}
More information about the vtigercrm-commits
mailing list