[Vtigercrm-commits] [vtiger-commits] r7911 - in /branches/VTIGERCRM-5.0.2-MMBRICH/modules: Calendar/header.php Dashboard/display_charts.php Dashboard/index.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Jul 8 20:22:08 EDT 2006


Author: mmbrich
Date: Sat Jul  8 18:22:07 2006
New Revision: 7911

Log:
fixes for chat button

Modified:
    branches/VTIGERCRM-5.0.2-MMBRICH/modules/Calendar/header.php
    branches/VTIGERCRM-5.0.2-MMBRICH/modules/Dashboard/display_charts.php
    branches/VTIGERCRM-5.0.2-MMBRICH/modules/Dashboard/index.php

Modified: branches/VTIGERCRM-5.0.2-MMBRICH/modules/Calendar/header.php
==============================================================================
--- branches/VTIGERCRM-5.0.2-MMBRICH/modules/Calendar/header.php (original)
+++ branches/VTIGERCRM-5.0.2-MMBRICH/modules/Calendar/header.php Sat Jul  8 18:22:07 2006
@@ -43,14 +43,13 @@
 					<td style="padding-right:0px;padding-left:10px;"><a href="javascript:;" onClick=\'fnvshobj(this,"miniCal");getMiniCal();\'><img src="'.$image_path.'btnL3Calendar.gif" alt="'.$app_strings['LBL_CALENDAR_ALT'].'" title="'.$app_strings['LBL_CALENDAR_TITLE'].'" border=0></a></a></td>
 					<td style="padding-right:0px"><a href="javascript:;"><img src="'.$image_path.'btnL3Clock.gif" alt="'.$app_strings['LBL_CLOCK_ALT'].'" title="'.$app_strings['LBL_CLOCK_TITLE'].'" border=0 onClick="fnvshobj(this,\'wclock\');"></a></a></td>
 					<td style="padding-right:0px"><a href="#"><img src="'.$image_path.'btnL3Calc.gif" alt="'.$app_strings['LBL_CALCULATOR_ALT'].'" title="'.$app_strings['LBL_CALCULATOR_TITLE'].'" border=0 onClick="fnvshobj(this,\'calculator_cont\');fetch_calc();"></a></td>
-					<td style="padding-right:10px"><a href="javascript:;" onClick=\'return window.open("index.php?module=Contacts&action=vtchat","Chat","width=450,height=400,resizable=1,scrollbars=1");\'><img src="'.$image_path.'tbarChat.gif" alt="'.$app_strings['LBL_CHAT_ALT'].'" title="'.$app_strings['LBL_CHAT_TITLE'].'" border=0></a></td>
+
                                         <td style="padding-right:10px">
-                                                <a href="javascript:;" onClick='openCommSystem();'>
-                                                        <img src="{$IMAGE_PATH}tbarChat.gif" alt="{$APP.LBL_CHAT_ALT}" title="{$APP.LBL_CHAT_TITLE}" border=0>
+                                                <a href="javascript:;" onClick="openCommSystem();">
+                                                        <img src="'.$image_path.'tbarChat.gif" alt="'.$app_strings['LBL_CHAT_ALT'].'" title="'.$app_strings['LBL_CHAT_TITLE'].'" border="0">
                                                 </a>
                                         </td>
 
-					<!-- <td style="padding-right:10px"><a href="javascript:;" onClick=\'return window.open("index.php?module=Contacts&action=vtchat","Chat","width=450,height=400,resizable=1,scrollbars=1");\'><img src="'.$image_path.'tbarChat.gif" alt="'.$app_strings['LBL_CHAT_ALT'].'" title="'.$app_strings['LBL_CHAT_TITLE'].'" border=0></a></td> -->
 					<td style="padding-right:10px"><img src="'.$image_path.'btnL3Tracker.gif" alt="'.$app_strings['LBL_LAST_VIEWED'].'" title="'.$app_strings['LBL_LAST_VIEWED'].'" border=0 onClick="fnvshobj(this,\'tracker\');"></td>
 				</tr>
 				</table>

Modified: branches/VTIGERCRM-5.0.2-MMBRICH/modules/Dashboard/display_charts.php
==============================================================================
--- branches/VTIGERCRM-5.0.2-MMBRICH/modules/Dashboard/display_charts.php (original)
+++ branches/VTIGERCRM-5.0.2-MMBRICH/modules/Dashboard/display_charts.php Sat Jul  8 18:22:07 2006
@@ -162,7 +162,7 @@
 					<td style="padding-right:0px"><a href="#"><img src="<?echo $image_path;?>btnL3Calc.gif" alt="<? echo $app_strings['LBL_CALCULATOR_ALT']; ?>" title="<? echo $app_strings['LBL_CALCULATOR_TITLE']; ?>" border=0 onClick="fnvshobj(this,'calculator_cont');fetch_calc();"></a></td>
                                         <td style="padding-right:10px">
                                                 <a href="javascript:;" onClick='openCommSystem();'>
-                                                        <img src="{$IMAGE_PATH}tbarChat.gif" alt="{$APP.LBL_CHAT_ALT}" title="{$APP.LBL_CHAT_TITLE}" border=0>
+                                                        <img src="<?echo $image_path;?>tbarChat.gif" alt="<? echo $app_strings['LBL_CHAT_ALT']; ?>" title="<? echo $app_strings['LBL_CHAT_TITLE']; ?>" border=0>
                                                 </a>
                                         </td>
 

Modified: branches/VTIGERCRM-5.0.2-MMBRICH/modules/Dashboard/index.php
==============================================================================
--- branches/VTIGERCRM-5.0.2-MMBRICH/modules/Dashboard/index.php (original)
+++ branches/VTIGERCRM-5.0.2-MMBRICH/modules/Dashboard/index.php Sat Jul  8 18:22:07 2006
@@ -96,7 +96,7 @@
 					<td style="padding-right:0px"><a href="#"><img src="<?echo $image_path;?>btnL3Calc.gif" alt="<? echo $app_strings['LBL_CALCULATOR_ALT']; ?>" title="<? echo $app_strings['LBL_CALCULATOR_TITLE']; ?>" border=0 onClick="fnvshobj(this,'calculator_cont');fetch_calc();"></a></td>
                                         <td style="padding-right:10px">
                                                 <a href="javascript:;" onClick='openCommSystem();'>
-                                                        <img src="{$IMAGE_PATH}tbarChat.gif" alt="{$APP.LBL_CHAT_ALT}" title="{$APP.LBL_CHAT_TITLE}" border=0>
+                                                        <img src="<?echo $image_path;?>tbarChat.gif" alt="<? echo $app_strings['LBL_CHAT_ALT']; ?>" title="<? echo $app_strings['LBL_CHAT_TITLE']; ?>" border=0>
                                                 </a>
                                         </td>
 





More information about the vtigercrm-commits mailing list