[Vtigercrm-commits] [vtiger-commits] r6846 - /vtigercrm/trunk/Smarty/templates/HomePage.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 08:46:55 EDT 2006


Author: don
Date: Wed May 31 06:46:52 2006
New Revision: 6846

Log:
more link added in home page

Modified:
    vtigercrm/trunk/Smarty/templates/HomePage.tpl

Modified: vtigercrm/trunk/Smarty/templates/HomePage.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/HomePage.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/HomePage.tpl Wed May 31 06:46:52 2006
@@ -140,23 +140,23 @@
 
 
 {* Main Contents Start Here *}
-<table width="98%" cellpadding="0" cellspacing="0" border="0" class="small showPanelBg" align="center">
+<table width="98%" cellpadding="0" cellspacing="0" border="0" class="small showPanelBg" align="center" valign="top">
 			<tr>
 				<td align=right valign=top><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
-					<td width="75%" align="center" style="border-right:1px solid #666666;" >
+					<td width="75%" align="center" style="border-right:1px solid #666666;" valign="top">
 
 	<div id="MainMatrix">
-				{foreach item=tabledetail from=$HOMEDETAILS}
+				{foreach key=modulename item=tabledetail from=$HOMEDETAILS}
 				{if $tabledetail neq ''}
 				
 					<div class="MatrixLayer" style="float:left;" id="{$tabledetail.Title.2}">
-	<table width="100%" border="0" cellpadding="5" cellspacing="0" class="small">
-  <tr style="cursor:move;">
+	<table width="100%" height="100%" border="0" cellpadding="5" cellspacing="0" class="small">
+  <tr style="cursor:move;height:30px;">
 		<td align="left" style="border-bottom:1px solid #666666;"><b>{$tabledetail.Title.1}</b></td>
 		<td align="right" style="border-bottom:1px solid #666666;"><img src="{$IMAGE_PATH}uparrow.gif" align="absmiddle" /></td>
            </tr>
 	{foreach item=elements from=$tabledetail.Entries}
-	    <tr >
+	    <tr style="height:25px;">
 		{if $tabledetail.Title.2 neq 'home_mytopinv' && $tabledetail.Title.2 neq 'home_mytopso' && $tabledetail.Title.2 neq 'home_mytopquote' && $tabledetail.Title.2 neq 'home_metrics'}
 		<td colspan="2"><img src="{$IMAGE_PATH}bookMark.gif" align="absmiddle" /> {$elements.0}</td>
 		{elseif $tabledetail.Title.2 eq 'home_metrics'}
@@ -164,9 +164,10 @@
 		<td align="absmiddle" /> {$elements.1}</td>
 		{else}	
 		<td colspan="2"><img src="{$IMAGE_PATH}bookMark.gif" align="absmiddle" /> {$elements.1}</td>
-		{/if}	
+		{/if}
            </tr>
 {/foreach}
+	<tr><td colspan="2" align="right" valign="bottom"><a href="index.php?module={$modulename}&action=index">more..</a></td></tr>
 	</table>
 				
 			</div>





More information about the vtigercrm-commits mailing list