[Vtigercrm-commits] [vtiger-commits] r9037 - /vtigercrm/trunk/modules/System/includes/xml/vitals.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Aug 18 11:24:54 EDT 2006


Author: richie
Date: Fri Aug 18 09:24:47 2006
New Revision: 9037

Log:
Image path made proper for sys info -- Ahmed

Modified:
    vtigercrm/trunk/modules/System/includes/xml/vitals.php

Modified: vtigercrm/trunk/modules/System/includes/xml/vitals.php
==============================================================================
--- vtigercrm/trunk/modules/System/includes/xml/vitals.php (original)
+++ vtigercrm/trunk/modules/System/includes/xml/vitals.php Fri Aug 18 09:24:47 2006
@@ -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=\"". getcwd()."/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