[Vtigercrm-commits] [vtiger-commits] r4911 - /vtigercrm/trunk/modules/Settings/CurrencyListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 5 07:38:43 EDT 2006
Author: saraj
Date: Wed Apr 5 05:38:39 2006
New Revision: 4911
Log:
image name has been changed
Modified:
vtigercrm/trunk/modules/Settings/CurrencyListView.php
Modified: vtigercrm/trunk/modules/Settings/CurrencyListView.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/CurrencyListView.php (original)
+++ vtigercrm/trunk/modules/Settings/CurrencyListView.php Wed Apr 5 05:38:39 2006
@@ -33,7 +33,7 @@
if($temprow["defaultid"] != '-11')
{
$currency_element['name'] = '<a href=index.php?module=Settings&action=CurrencyDetailView&record='.$temprow["id"].'>'.$temprow["currency_name"].'</a>';
- $currency_element['tool']= '<a href=index.php?module=Settings&action=CurrencyDetailView&record='.$temprow["id"].'><img src="'.$image_path.'editField.gif" border="0" alt="Edit" title="Edit"/></a> | <a href=index.php?module=Settings&action=CurrencyDelete&record='.$temprow["id"].' onClick=DeleteCurrency("'.$temprow["id"].'");><img src="'.$image_path.'currencydelete.gif" border="0" alt="Delete" title="Delete"/></a>';
+ $currency_element['tool']= '<a href=index.php?module=Settings&action=CurrencyDetailView&record='.$temprow["id"].'><img src="'.$image_path.'editfield.gif" border="0" alt="Edit" title="Edit"/></a> | <a href=index.php?module=Settings&action=CurrencyDelete&record='.$temprow["id"].' onClick=DeleteCurrency("'.$temprow["id"].'");><img src="'.$image_path.'currencydelete.gif" border="0" alt="Delete" title="Delete"/></a>';
}
else
$currency_element['tool']= '';
More information about the vtigercrm-commits
mailing list