[Vtigercrm-commits] [vtiger-commits] r10311 - /vtigercrm/branches/5.0.3/modules/Users/notify_detail.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 2 02:46:17 EST 2007


Author: richie
Date: Fri Mar  2 00:45:47 2007
New Revision: 10311

Log:
fixes #3042

Modified:
    vtigercrm/branches/5.0.3/modules/Users/notify_detail.php

Modified: vtigercrm/branches/5.0.3/modules/Users/notify_detail.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Users/notify_detail.php (original)
+++ vtigercrm/branches/5.0.3/modules/Users/notify_detail.php Fri Mar  2 00:45:47 2007
@@ -10,6 +10,8 @@
  ********************************************************************************/
 
 global $theme;
+global $app_strings;
+global $mod_strings;
 $theme_path="themes/".$theme."/";
 $image_path=$theme_path."images/";
 
@@ -20,8 +22,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>Untitled Document</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title><?php echo $mod_strings['TITLE_USER_DOCUMENT']; ?></title>
+<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $app_strings['LBL_CHARSET']; ?>">
 </head>
 <body>
 <form method="post" action="index.php?module=Users&action=listnotificationschedulers" name="">
@@ -44,7 +46,7 @@
     </tr>
     <tr >
       <td nowrap class="dataLabel">Active: </td>
-      <td> <img src="yes.gif" alt="" width="13" height="12" align="absmiddle"> 
+      <td> <img src="yes.gif" alt="" title="" width="13" height="12" align="absmiddle"> 
         [<a href=#>Deactivate</a>]</td>
     </tr>
     <tr >





More information about the vtigercrm-commits mailing list