[Vtigercrm-commits] [vtiger-commits] r10293 - /vtigercrm/branches/5.0.3/Smarty/templates/Webmails.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 1 09:03:12 EST 2007
Author: richie
Date: Thu Mar 1 07:03:03 2007
New Revision: 10293
Log:
changed the alignment in the Email Client as it was occupying too much space. This change will lead to higher readability as the user gets more screen-space to read the mail
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/Webmails.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/Webmails.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Webmails.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Webmails.tpl Thu Mar 1 07:03:03 2007
@@ -53,9 +53,8 @@
</td>
</tr>
<tr>
- <td width="22%" class="big mailSubHeader"><b>{$MOD.LBL_EMAIL_FOLDERS}</b></td>
- <td width="2%"> </td>
- <td width="60%" class="big mailSubHeader"><span style="float:left">{$ACCOUNT} > {$MAILBOX}</span> <span style="float:right">{$NAVIGATION}</span></td>
+ <td width="20%" class="big mailSubHeader"><b>{$MOD.LBL_EMAIL_FOLDERS}</b></td>
+ <td width="80%" class="big mailSubHeader"><span style="float:left">{$ACCOUNT} > {$MAILBOX}</span> <span style="float:right">{$NAVIGATION}</span></td>
</tr>
<tr>
<td rowspan="6" valign="top" class="hdrNameBg">
@@ -94,7 +93,6 @@
</ul>
</td>
- <td> </td>
<td class="hdrNameBg" style="height:30px;">
<!-- Table to display Delete, Move To and Search buttons and options - Starts -->
@@ -128,7 +126,6 @@
</td>
</tr>
<tr>
- <td> </td>
<!-- td style="padding:1px;" align="left" -->
<td align="left" valign="top" style="height:150px;">
<div id="rssScroll" style="height:220px;">
@@ -156,7 +153,6 @@
<td colspan="2"> </td>
</tr -->
<tr style="visibility:hidden" class="previewWindow">
- <td> </td>
<td class="forwardBg">
<!-- Table to display the Qualify, Reply, Forward, etc buttons - Starts -->
@@ -177,7 +173,6 @@
</td>
</tr>
<tr style="visibility:hidden" class="previewWindow">
- <td> </td>
<td height="300" bgcolor="#FFFFFF" valign="top" style="padding-top:10px;">
<!-- Table to display the Header details (From, To, Subject and date) - Starts -->
More information about the vtigercrm-commits
mailing list