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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jul 4 05:03:56 EDT 2006


Author: richie
Date: Tue Jul  4 03:03:51 2006
New Revision: 7754

Log:
more link in Home Page KeyMetrics has been removed.Fixes #1430

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 Tue Jul  4 03:03:51 2006
@@ -168,7 +168,12 @@
 
            </tr>
 {/foreach}
-	<tr><td colspan="2" align="right" valign="bottom"><a href="index.php?module={$modulename}&action=index">{$APP.LBL_MORE}..</a></td></tr>
+	<tr><td colspan="2" align="right" valign="bottom">
+		{if $modulename neq 'CustomView'}
+	                <a href="index.php?module={$modulename}&action=index">{$APP.LBL_MORE}..</a>
+                {else}
+        	        &nbsp;
+                {/if}
 	</table>
 				
 			</div>





More information about the vtigercrm-commits mailing list