[Vtigercrm-commits] [vtiger-commits] r9883 - /vtigercrm/branches/5.0.3/Smarty/templates/Webmails.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Nov 21 08:29:32 EST 2006
Author: richie
Date: Tue Nov 21 06:29:28 2006
New Revision: 9883
Log:
fixed the height issue causing improper UI display
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 Tue Nov 21 06:29:28 2006
@@ -45,8 +45,7 @@
<img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" />
<a href="index.php?module=Settings&action=AddMailAccount&record={$USERID}" class="webMnu">{$MOD.LBL_SETTINGS}</a>
</td>
-<!-- We do not need this feature. Confuses the end user as he is not used to it. Commented out by Richie -->
- <!-- td width="12%">
+ <!--td width="12%">
<img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" />
<a href="javascript:;" onclick="show_hidden();" class="webMnu">{$MOD.LBL_SHOW_HIDDEN}</a>
</td -->
@@ -109,7 +108,7 @@
<tr>
<td width="45%">
<input type="button" name="mass_del" value=" {$MOD.LBL_DELETE} " class="crmbutton small delete" onclick="mass_delete();"/>
- <input type="button" name="Button2" value=" {$MOD.LBL_MOVE_TO} " class="crmbutton small edit" onclick="move_messages();"/> {$FOLDER_SELECT}
+ {$FOLDER_SELECT}
</td>
{if $DEGRADED_SERVICE eq 'false'}
<td width="50%" align="right" nowrap>
@@ -136,8 +135,9 @@
</tr>
<tr>
<td> </td>
- <td style="padding:1px;" align="left">
- <div id="rssScroll">
+ <!-- td style="padding:1px;" align="left" -->
+ <td align="left" valign="top" style="height:150px;">
+ <div id="rssScroll" style="height:220px;">
<!-- Table to display the mails list - Starts -->
<table class="rssTable" cellspacing="0" cellpadding="0" border="0" width="100%" id="message_table">
@@ -158,9 +158,9 @@
</div>
</td>
</tr>
- <tr>
+ <!-- tr>
<td colspan="2"> </td>
- </tr>
+ </tr -->
<tr style="visibility:hidden" class="previewWindow">
<td> </td>
<td class="forwardBg">
More information about the vtigercrm-commits
mailing list