[Vtigercrm-commits] [vtiger-commits] r10017 - /vtigercrm/branches/5.0.3/Smarty/templates/UserDetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jan 3 09:45:55 EST 2007


Author: richie
Date: Wed Jan  3 07:45:51 2007
New Revision: 10017

Log:
view audit trial issue fixed

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

Modified: vtigercrm/branches/5.0.3/Smarty/templates/UserDetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/UserDetailView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/UserDetailView.tpl Wed Jan  3 07:45:51 2007
@@ -310,7 +310,7 @@
 function showAuditTrail()
 {
 	var userid =  document.getElementById('userid').value;
-	window.open("index.php?module=Users&action=UsersAjax&file=ShowAuditTrail&userid="+userid,"","width=650,height=800,resizable=0,scrollbars=1,left=100");
+	window.open("index.php?module=Settings&action=SettingsAjax&file=ShowAuditTrail&userid="+userid,"","width=650,height=800,resizable=0,scrollbars=1,left=100");
 }
 
 function deleteUser(userid)





More information about the vtigercrm-commits mailing list