[Vtigercrm-commits] [vtiger-commits] r11040 - in /vtigercrm/branches/5.0.3/modules/System/includes: common_functions.php xml/vitals.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri May 25 07:12:11 EDT 2007


Author: jerrydgeorge
Date: Fri May 25 05:12:00 2007
New Revision: 11040

Log:
Issues in System Config has been fixed

Modified:
    vtigercrm/branches/5.0.3/modules/System/includes/common_functions.php
    vtigercrm/branches/5.0.3/modules/System/includes/xml/vitals.php

Modified: vtigercrm/branches/5.0.3/modules/System/includes/common_functions.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/System/includes/common_functions.php (original)
+++ vtigercrm/branches/5.0.3/modules/System/includes/common_functions.php Fri May 25 05:12:00 2007
@@ -32,7 +32,7 @@
   
   $textdir = direction();
 
-  $imgpath = '/modules/System/templates/' . TEMPLATE_SET . '/images/';
+  $imgpath = 'modules/System/templates/' . TEMPLATE_SET . '/images/';
   $maximum == 0 ? $barwidth = 0 : $barwidth = round((100  / $maximum) * $value) * $b;
   $red = 90 * $b;
   $yellow = 75 * $b;

Modified: vtigercrm/branches/5.0.3/modules/System/includes/xml/vitals.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/System/includes/xml/vitals.php (original)
+++ vtigercrm/branches/5.0.3/modules/System/includes/xml/vitals.php Fri May 25 05:12:00 2007
@@ -79,7 +79,7 @@
 	 . "  </tr>\n"
 	 . "  <tr>\n"
 	 . "    <td align=right class=\"cellLabel small\" valign=\"top\"><font size=\"-1\">" . $text['dversion'] . "</font></td>\n"
-	 . "    <td class=\"cellText small\"><img width=\"16\" height=\"16\" alt=\"\" src=\"/modules/System/images/" . $XPath->getData("/phpsysinfo/Vitals/Distroicon") . "\">&nbsp;<font size=\"-1\">" . $XPath->getData("/phpsysinfo/Vitals/Distro") . "</font></td>\n"
+	 . "    <td class=\"cellText small\"><img width=\"16\" height=\"16\" alt=\"\" src=\"modules/System/images/" . $XPath->getData("/phpsysinfo/Vitals/Distroicon") . "\">&nbsp;<font size=\"-1\">" . $XPath->getData("/phpsysinfo/Vitals/Distro") . "</font></td>\n"
 	 . "  </tr>\n"
 	 . "  <tr>\n"
 	 . "    <td align=right  class=\"cellLabel small\" valign=\"top\"><font size=\"-1\">" . $text['uptime'] . "</font></td>\n"





More information about the vtigercrm-commits mailing list