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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 28 12:06:58 EST 2006


Author: saraj
Date: Tue Feb 28 10:06:54 2006
New Revision: 4018

Log:
login history has been integrated

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 Feb 28 10:06:54 2006
@@ -3,6 +3,19 @@
 
 
 {*<!--Home Page Entries  -->*}
+{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%">
+        <tr><td class=tblPro1ColHeader>ID</td><td class=tblPro1ColHeader>Type</td><td class=tblPro1ColHeader>Modified By</t
+d><td class=tblPro1ColHeader nowrap><img src="{$IMAGE_PATH}tblPro1BtnHide.gif" alt="Close" align="right" border="0" onClick
+="document.getElementById('loginhistory').style.display='none';">Modified Time</td></tr>
+        {foreach key=label item=detail from=$LOGINHISTORY}
+            <tr><td class=tblPro1DataCell>{$detail.crmid}</td><td class=tblPro1DataCell>{$detail.setype}</td><td class=tblP
+ro1DataCell>{$detail.modifiedby}</td><td class=tblPro1DataCell>{$detail.modifiedtime}</td></tr>
+        {/foreach}
+    </table>
+    </div>
+{/if}
 
 <TABLE border=0 cellspacing=0 cellpadding=0 width=100% class=small>
  	<tr><td style="height:2px"></td></tr>





More information about the vtigercrm-commits mailing list