[Vtigercrm-commits] [vtiger-commits] r10114 - in /vtigercrm/branches/5.0.3/modules/Calendar: CalendarCommon.php language/en_us.lang.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Jan 29 07:36:16 EST 2007


Author: richie
Date: Mon Jan 29 05:36:11 2007
New Revision: 10114

Log:
Email content modifed

Modified:
    vtigercrm/branches/5.0.3/modules/Calendar/CalendarCommon.php
    vtigercrm/branches/5.0.3/modules/Calendar/language/en_us.lang.php

Modified: vtigercrm/branches/5.0.3/modules/Calendar/CalendarCommon.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Calendar/CalendarCommon.php (original)
+++ vtigercrm/branches/5.0.3/modules/Calendar/CalendarCommon.php Mon Jan 29 05:36:11 2007
@@ -370,7 +370,7 @@
         global $adb,$mod_strings;
         $log->debug("Entering getActivityDetails(".$description.") method ...");
 
-        $reply = (($_REQUEST['mode'] == 'edit')?'Replied':'Created');
+        $reply = (($_REQUEST['mode'] == 'edit')?'updated':'created');
         if($inviteeid=='')
         $name = getUserName($_REQUEST['assigned_user_id']);
         else
@@ -380,16 +380,16 @@
         $status = (($_REQUEST['activity_mode']=='Task')?($_REQUEST['taskstatus']):($_REQUEST['eventstatus']));
 
         $list = $name.',';
-        $list .= '<br><br>'.$mod_strings['LBL_ACTIVITY_STRING'].' '.$reply.'. '.$mod_strings['LBL_DETAILS_STRING'].':';
-        $list .= '<br>'.$mod_strings["LBL_SUBJECT"].' '.$_REQUEST['subject'];
-        $list .= '<br>'.$mod_strings["LBL_STATUS"].': '.$status;
-        $list .= '<br>'.$mod_strings["Priority"].': '.$_REQUEST['taskpriority'];
-        $list .= '<br>'.$mod_strings["Related To"].' : '.$_REQUEST['parent_name'];
+        $list .= '<br><br>'.$mod_strings['LBL_ACTIVITY_STRING'].' '.$reply.'.<br> '.$mod_strings['LBL_DETAILS_STRING'].':';
+        $list .= '<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'.$mod_strings["LBL_SUBJECT"].' '.$_REQUEST['subject'];
+        $list .= '<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'.$mod_strings["LBL_STATUS"].': '.$status;
+        $list .= '<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'.$mod_strings["Priority"].': '.$_REQUEST['taskpriority'];
+        $list .= '<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'.$mod_strings["Related To"].' : '.$_REQUEST['parent_name'];
 	if($_REQUEST['activity_mode']!= 'Events')
 	{
         	$list .= '<br>'.$mod_strings["LBL_CONTACT"].' '.$_REQUEST['contactlist'];
 	}
-        $list .= '<br>'.$mod_strings["LBL_APP_DESCRIPTION"].': '.$description;
+        $list .= '<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'.$mod_strings["LBL_APP_DESCRIPTION"].': '.$description;
         $list .= '<br><br>'.$mod_strings["LBL_REGARDS_STRING"].' ,';
         $list .= '<br>'.$current_username.'.';
 

Modified: vtigercrm/branches/5.0.3/modules/Calendar/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Calendar/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/modules/Calendar/language/en_us.lang.php Mon Jan 29 05:36:11 2007
@@ -228,14 +228,13 @@
 
 
 
-//DON'T CONVERT THESE THEY ARE MAPPINGS - Starts
+//DON'T CONVERT THESE THEY ARE MAPPINGS - STARTS
 'db_last_name' => 'LBL_LIST_LAST_NAME',
 'db_first_name' => 'LBL_LIST_FIRST_NAME',
 'db_title' => 'LBL_LIST_TITLE',
 'db_email1' => 'LBL_LIST_EMAIL_ADDRESS',
 'db_email2' => 'LBL_LIST_EMAIL_ADDRESS',
-//DON'T CONVERT THESE THEY ARE MAPPINGS  - Ends
-
+//DON'T CONVERT THESE THEY ARE MAPPINGS -ENDS
 'LBL_COMPLETED'=>'Mark Completed',
 'LBL_DEFERRED'=>'Mark Deferred',
 'LBL_HELD'=>'Mark Held',
@@ -253,7 +252,7 @@
 'LBL_CALENDAR_INFORMATION'=>'Calendar Information',
 
 'LBL_NAME'=>'Subject:',
-'LBL_ACTIVITY_STRING'=>'There is an activity',
+'LBL_ACTIVITY_STRING'=>'This is a notification that an activity you have been invited to has been',
 'LBL_DETAILS_STRING'=>'The details are',
 'LBL_REGARDS_STRING'=>'Thanks & Regards',
 'LBL_CONTACT_NAME'=>'Contact Name',





More information about the vtigercrm-commits mailing list