[Vtigercrm-commits] [vtiger-commits] r9811 - /vtigercrm/branches/5.0.3/Smarty/templates/HomePage.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Nov 10 06:09:38 EST 2006


Author: richie
Date: Fri Nov 10 04:09:33 2006
New Revision: 9811

Log:
Moved 'More..' links inside the tables in homepage - mozilla issue fixed

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/HomePage.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/HomePage.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/HomePage.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/HomePage.tpl Fri Nov 10 04:09:33 2006
@@ -126,7 +126,7 @@
 								</tr>
 								<tr align="left">
 									<td valign=top  colspan=2>
-											<div style="overflow-y:auto;overflow-x:hidden;height:250px;width:99%"> 
+											<div style="overflow-y:auto;overflow-x:hidden;height:200px;width:99%"> 
 											<table border=0 cellspacing=0 cellpadding=5 width=100%>
 												{foreach item=elements from=$tabledetail.Entries}
 													<tr>
@@ -141,18 +141,16 @@
 													</tr>
 												{/foreach}
 											</table>	
-											</div>
-											<table border=0 cellspacing=0 cellpadding=5 width=100%>
-													<tr>
-														<td colspan="2" align="right" valign="bottom">
-															{if $modulename neq 'CustomView' && $modulename neq 'GroupAllocation'}
-																<a href="index.php?module={$modulename}&action=index">{$APP.LBL_MORE}..</a>
-															{else}
-																&nbsp;	
-															{/if}
-														</td>
-													</tr>
-											</table>										
+											</div>									
+									</td>
+								</tr>
+								<tr>
+									<td colspan="2" align="right" valign="bottom">
+									{if $modulename neq 'CustomView' && $modulename neq 'GroupAllocation'}
+									 <a href="index.php?module={$modulename}&action=index">{$APP.LBL_MORE}..</a>
+									{else}
+										&nbsp;	
+									{/if}
 									</td>
 								</tr>
 							</table>





More information about the vtigercrm-commits mailing list