[Vtigercrm-commits] [vtiger-commits] r6404 - /vtigercrm/trunk/modules/Settings/ListLeadCustomFieldMapping.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu May 25 06:30:27 EDT 2006
Author: saraj
Date: Thu May 25 04:30:23 2006
New Revision: 6404
Log:
image included for delete operation
Modified:
vtigercrm/trunk/modules/Settings/ListLeadCustomFieldMapping.php
Modified: vtigercrm/trunk/modules/Settings/ListLeadCustomFieldMapping.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/ListLeadCustomFieldMapping.php (original)
+++ vtigercrm/trunk/modules/Settings/ListLeadCustomFieldMapping.php Thu May 25 04:30:23 2006
@@ -57,7 +57,7 @@
$label['potentiallabel'] = $potentialfield;
if($accountfield !=''&& $contactfield !='' && $potentialfield!='')
{
- $label['del']='<a href="javascript:confirmdelete(\'index.php?action=DeleteLeadCustomFieldMapping&module=Settings&id='.$cfmid.'&return_module=Settings&return_action=ListCustomFieldMapping\')">delete</a>';
+ $label['del']='<img src="'.$image_path.'delete.gif" border="0" onClick="confirmdelete(\'index.php?action=DeleteLeadCustomFieldMapping&module=Settings&id='.$cfmid.'&return_module=Settings&return_action=ListCustomFieldMapping\');" alt="Delete" title="Delete"/>';
}else
{
$label['del']= '';
More information about the vtigercrm-commits
mailing list