[Vtigercrm-commits] [vtiger-commits] r11021 - /vtigercrm/branches/5.0.3/modules/Contacts/vtchat.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu May 24 15:14:55 EDT 2007


Author: richie
Date: Thu May 24 13:14:50 2007
New Revision: 11021

Log:
 Popup chat window theme is changed -Sri

Modified:
    vtigercrm/branches/5.0.3/modules/Contacts/vtchat.php

Modified: vtigercrm/branches/5.0.3/modules/Contacts/vtchat.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Contacts/vtchat.php (original)
+++ vtigercrm/branches/5.0.3/modules/Contacts/vtchat.php Thu May 24 13:14:50 2007
@@ -1,6 +1,7 @@
 <?php 
 global $mod_strings;
 global $app_strings;
+global $theme;
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
@@ -45,11 +46,11 @@
 </script>
 
 <!-- CSS classes for the popups -->
-<link rel="stylesheet" type="text/css" href="modules/Contacts/chat.css"/>
+<link rel="stylesheet" type="text/css" href="themes/<?php echo $theme;?>/chat.css"/>
 
 </head>
 
-<body onload="showPopup();" style="background-image:url(modules/Contacts/imgs/site_bg.gif);color:#ffffff;">
+<body onload="showPopup();" style="background-image:url(themes/<?php echo $theme;?>/images/site_bg.gif);color:#ffffff;">
 
 
 <!-- THIS IS NEEDED FOR THE USERS LIST TO APPEAR, -->
@@ -79,6 +80,7 @@
 					<td class="pchathead"></td>
 					<td class="pchathead1"><b><?php echo $mod_strings['User List']; ?></b></td>
 					<td class="pchathead2"></td>
+					<td>&nbsp;</td>
 				</tr>
 				<tr>
 					<td class="pchatbody"></td>
@@ -88,11 +90,13 @@
 						</div>
 					</td>
 					<td class="pchatbody2"></td>
+					<td>&nbsp;</td>
 				</tr>
 				<tr>
 					<td class="pchatfoot"></td>
 					<td class="pchatfoot1"></td>
 					<td class="pchatfoot2"></td>
+					<td>&nbsp;</td>
 				</tr>
 			</table>
 		</td>





More information about the vtigercrm-commits mailing list