[Vtigercrm-commits] [vtiger-commits] r11091 - /vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon May 28 11:14:39 EDT 2007


Author: richie
Date: Mon May 28 09:14:35 2007
New Revision: 11091

Log:
* Fixed the issue in showing the Qualify button

Modified:
    vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js

Modified: vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js (original)
+++ vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js Mon May 28 09:14:35 2007
@@ -81,7 +81,8 @@
         $("qualify_button").removeChild($("qualify_button").firstChild);
 	if(showQualify == 'yes')
         	$("qualify_button").appendChild(Builder.node('input',{type: 'button', name: 'Qualify2', value: ' Qualify ', className: 'buttonok', onclick: 'showRelationships('+mid+')'}));
-
+	else
+		$("qualify_button").appendChild(Builder.node('input',{type: 'hidden',name: 'hide'}));
         $("download_attach_button").removeChild($("download_attach_button").firstChild);
         $("download_attach_button").appendChild(Builder.node('input',{type: 'button', name: 'download', value: ' Download Attachments ', className: 'buttonok', onclick: 'displayAttachments('+mid+')'}));
 





More information about the vtigercrm-commits mailing list