[Vtigercrm-commits] [vtiger-commits] r9594 - /vtigercrm/branches/5.0.1/include/js/dtlviewajax.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Oct 9 02:38:26 EDT 2006


Author: richie
Date: Mon Oct  9 00:38:22 2006
New Revision: 9594

Log:
changes made for uitype 85-Skype  --Minnie 

Modified:
    vtigercrm/branches/5.0.1/include/js/dtlviewajax.js

Modified: vtigercrm/branches/5.0.1/include/js/dtlviewajax.js
==============================================================================
--- vtigercrm/branches/5.0.1/include/js/dtlviewajax.js (original)
+++ vtigercrm/branches/5.0.1/include/js/dtlviewajax.js Mon Oct  9 00:38:22 2006
@@ -216,7 +216,10 @@
 	}else if(uitype == '17')
 	{
 		getObj(dtlView).innerHTML = "<a href=\"http://"+ tagValue+"\" target=\"_blank\">"+tagValue+"&nbsp;</a>";
-	}else if(uitype == '53')
+	}else if(uitype == '85')
+        {
+                getObj(dtlView).innerHTML = "<a href=\"skype://"+ tagValue+"?call\">"+tagValue+"&nbsp;</a>";
+        }else if(uitype == '53')
 	{
 		var hdObj = getObj(hdTxt);
 		if(typeof(document.DetailView.assigntype[0]) != 'undefined')





More information about the vtigercrm-commits mailing list