[Vtigercrm-commits] [vtiger-commits] r7235 - /vtigercrm/trunk/modules/Users/listnotificationschedulers.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Jun 17 10:33:21 EDT 2006
Author: richie
Date: Sat Jun 17 08:33:17 2006
New Revision: 7235
Log:
Updated the file for new UI
Modified:
vtigercrm/trunk/modules/Users/listnotificationschedulers.php
Modified: vtigercrm/trunk/modules/Users/listnotificationschedulers.php
==============================================================================
--- vtigercrm/trunk/modules/Users/listnotificationschedulers.php (original)
+++ vtigercrm/trunk/modules/Users/listnotificationschedulers.php Sat Jun 17 08:33:17 2006
@@ -29,9 +29,9 @@
$result_data['id'] = $result_row['schedulednotificationid'];
if($result_data['active'] != 1)
- $result_data['active'] = '<img src="'.$image_path.'no.gif">';
+ $result_data['active'] = $mod_strings['LBL_INACTIVE'];
else
- $result_data['active'] = '<img src="'.$image_path.'yes.gif">';
+ $result_data['active'] = $mod_strings['LBL_ACTIVE'];
$result_data['label'] = $mod_strings[$result_row['label']];
$notifiy_array []= $result_data;
More information about the vtigercrm-commits
mailing list