[Vtigercrm-commits] [vtiger-commits] r6574 - /vtigercrm/trunk/Smarty/templates/Webmails.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sun May 28 00:08:25 EDT 2006
Author: mmbrich
Date: Sat May 27 22:08:24 2006
New Revision: 6574
Log:
a little more real estate for the list view
Modified:
vtigercrm/trunk/Smarty/templates/Webmails.tpl
Modified: vtigercrm/trunk/Smarty/templates/Webmails.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Webmails.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Webmails.tpl Sat May 27 22:08:24 2006
@@ -60,7 +60,7 @@
</td>
</tr>
<tr>
- <td width="28%" bgcolor="#949494"><span class="subHdr"><b>{$MOD.LBL_EMAIL_FOLDERS}</b></span> </td>
+ <td width="22%" bgcolor="#949494" style="overflow:auto"><span class="subHdr"><b>{$MOD.LBL_EMAIL_FOLDERS}</b></span> </td>
<td width="2%"> </td>
<td width="60%" class="subHdr"><span style="float:left"><strong>{$MOD.LBL_MAILS} {$ACCOUNT} > {$MAILBOX} </strong></span> <span style="float:right">{$NAVIGATION}</span></td>
</tr>
@@ -129,7 +129,7 @@
</tr>
{foreach item=row from=$LISTENTITY}
{foreach item=row_values from=$row}
- {$row_values}
+ {$row_values}
{/foreach}
{/foreach}
</table>
More information about the vtigercrm-commits
mailing list