[Vtigercrm-commits] [vtiger-commits] r4040 - in /vtigercrm/trunk: Smarty/templates/ListView.tpl index.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 2 11:08:42 EST 2006
Author: saraj
Date: Thu Mar 2 09:08:37 2006
New Revision: 4040
Log:
chat integrated
Modified:
vtigercrm/trunk/Smarty/templates/ListView.tpl
vtigercrm/trunk/index.php
Modified: vtigercrm/trunk/Smarty/templates/ListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListView.tpl Thu Mar 2 09:08:37 2006
@@ -56,7 +56,8 @@
<td style="padding-right:0px"><a href="index.php?module={$MODULE}&action=EditView&return_action=DetailView&parenttab={$CATEGORY}"><img src="{$IMAGE_PATH}btnL3Add.gif" alt="Create {$MODULE}..." title="Create {$MODULE}..." border=0></a></td>
{/if}
<td style="padding-right:0px"><a href="#" onClick="moveMe('searchAcc');showhide('searchAcc')" ><img src="{$IMAGE_PATH}btnL3Search.gif" alt="Search in {$MODULE}..." title="Search in {$MODULE}..." border=0></a></a></td>
-
+ <td style="padding-right:0px"><a href="#" onClick="moveMe('searchAcc');showhide('searchAcc')" ><img src="{$IMAGE_PATH}btnL3Search.gif" alt="Search in {$MODULE}..." title="Search in {$MODULE}..." border=0></a> <a href="#" onClick='return window.open("index.php?module=Contacts&action=vtchat","Chat","width=450,height=400,resizable=1,scrollbars=1");'><img src="{$IMAGE_PATH}btnL3Search.gif" alt="Search in {$MODULE}..." title="Search in {$MODULE}..." border=0></a>
+ </td>
</tr>
</table>
</td>
Modified: vtigercrm/trunk/index.php
==============================================================================
Binary files - no diff available.
More information about the vtigercrm-commits
mailing list