[Vtigercrm-commits] [vtiger-commits] r6101 - in /vtigercrm/trunk: Smarty/templates/HomePage.tpl modules/Home/index.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 17 05:32:53 EDT 2006


Author: don
Date: Wed May 17 03:32:47 2006
New Revision: 6101

Log:
Login history commented out

Modified:
    vtigercrm/trunk/Smarty/templates/HomePage.tpl
    vtigercrm/trunk/modules/Home/index.php

Modified: vtigercrm/trunk/Smarty/templates/HomePage.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/HomePage.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/HomePage.tpl Wed May 17 03:32:47 2006
@@ -21,6 +21,7 @@
 
 
 {*<!--Home Page Entries  -->*}
+{* login history commented out
 {if isset($LOGINHISTORY.0)}
     <div id="loginhistory" style="float:left;position:absolute;left:300px;top:150px;height:100px:width:200px;overflow:auto;border:1px solid #dadada;">
     <table border="0" cellpadding="4" cellspacing="0" width="100%">
@@ -34,6 +35,8 @@
     </table>
     </div>
 {/if}
+*}
+
 
 <TABLE border=0 cellspacing=0 cellpadding=0 width=100% class=small>
  	<tr><td style="height:2px"></td></tr>

Modified: vtigercrm/trunk/modules/Home/index.php
==============================================================================
--- vtigercrm/trunk/modules/Home/index.php (original)
+++ vtigercrm/trunk/modules/Home/index.php Wed May 17 03:32:47 2006
@@ -151,7 +151,7 @@
 $tagcloud_js=$adb->query_result($result,0,'tagcloud');
 $smarty->assign("TAGCLOUD_JS",$tagcloud_js);
 $smarty->assign("TAGCLOUD_CSS",ereg_replace('/js/','/css/',$tagcloud_js));
-$smarty->assign("LOGINHISTORY",getLoginHistory());
+//$smarty->assign("LOGINHISTORY",getLoginHistory());
 global $current_language;
 $current_module_strings = return_module_language($current_language, 'Calendar');
 





More information about the vtigercrm-commits mailing list