Using Gmail have a long list of folders in IMAP. I believe this is setting of the page orientation of the Webmail mail page. Also the page boxes have a huge gap between inbox and current mail message window.
I have included pics below.
The boxes should grow with page and start at the top of the page rather than the bottom.
<!-- m --><a class="postlink" href="http://themindcatalog.com/images/Pic2.gif">http://themindcatalog.com/images/Pic2.gif</a><!-- m --> <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>; <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>;
Comments
thank you for reporting the issue with a screenshot.
we will address it going forward, i have added it to our bug tracker: <!-- m --><a class="postlink" href="http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4872">http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4872</a><!-- m -->
kindly bear with us in the meantime.
regards,
prasad
vtiger team
http://forums.vtiger.com/viewtopic.php?t=17908
you can change the size of the box on your own. just call in an editor the file:
vtigercrm5\apache\smarty\templates\webmails.tpl
in line 147 the variable after height.
<div id="rssscroll" style="height:220px;">
(this will change the size of the preview window) and in line 213:
<iframe id="email_description" width="100%" height="500" scrolling="no" frameborder="0"></iframe>
this will change the size of the body (the lower box). i achieved good results with 700 for both, but this is definitly a matter of taste
cheers
horst
r