[Vtigercrm-commits] [vtiger-commits] r10637 - /vtigercrm/branches/5.0.3/install/1checkSystem.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 11 08:32:51 EDT 2007


Author: saraj
Date: Wed Apr 11 06:32:46 2007
New Revision: 10637

Log:
fix for text prefixed with vtiger_. Fixes #3277 --minnie

Modified:
    vtigercrm/branches/5.0.3/install/1checkSystem.php

Modified: vtigercrm/branches/5.0.3/install/1checkSystem.php
==============================================================================
--- vtigercrm/branches/5.0.3/install/1checkSystem.php (original)
+++ vtigercrm/branches/5.0.3/install/1checkSystem.php Wed Apr 11 06:32:46 2007
@@ -253,7 +253,7 @@
 		 			
 					<tr bgcolor="#fafafa">
 		    				<td valign=top ><strong>Uploads Directory</strong><br> (storage/)</td>
-            					<td valign=top bgcolor="white"><?php echo (is_writable('./storage/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>You might experience problems with the file vtiger_attachments feature. Refer <a target=\"_blank\"  href=http://www.vtiger.com/forums/viewtopic.php?t=24&highlight=permission>File vtiger_attachments issue</a> for more details </font>"; ?></td>
+            					<td valign=top bgcolor="white"><?php echo (is_writable('./storage/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>You might experience problems with the file attachments feature. Refer <a target=\"_blank\"  href=http://www.vtiger.com/forums/viewtopic.php?t=24&highlight=permission>File attachments issue</a> for more details </font>"; ?></td>
         				</tr>
 					<tr bgcolor="#fafafa">
 		    				<td valign=top ><strong>Install Directory</strong><br> (install/)</td>
@@ -300,19 +300,19 @@
 				
 					<tr bgcolor="#fafafa">
 						<td valign=top ><strong>Product Image Directory</strong><br> (test/product/)</td>
-						<td valign=top bgcolor="white"><?php echo (is_writable('./test/product/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>You might experience problems while attaching image for Products.Refer <a href=http://www.vtiger.com/forums/viewtopic.php?t=24&highlight=permission target=\"_blank\">File vtiger_attachments issue</a> for more details </font>"; ?></td>
+						<td valign=top bgcolor="white"><?php echo (is_writable('./test/product/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>You might experience problems while attaching image for Products.Refer <a href=http://www.vtiger.com/forums/viewtopic.php?t=24&highlight=permission target=\"_blank\">File attachments issue</a> for more details </font>"; ?></td>
 					</tr>
 					<tr bgcolor="#fafafa">
 						<td valign=top ><strong>User Image Directory</strong><br> (test/user/)</td>
-						<td valign=top bgcolor="white"><?php echo (is_writable('./test/user/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>You might experience problems while attaching image for Users. Refer <a target=\"_blank\"  href=http://www.vtiger.com/forums/viewtopic.php?t=24&highlight=permission>File vtiger_attachments issue</a> for more details </font>"; ?></td>
+						<td valign=top bgcolor="white"><?php echo (is_writable('./test/user/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>You might experience problems while attaching image for Users. Refer <a target=\"_blank\"  href=http://www.vtiger.com/forums/viewtopic.php?t=24&highlight=permission>File attachments issue</a> for more details </font>"; ?></td>
 					</tr>
 					<tr bgcolor="#fafafa">
 						<td valign=top ><strong>Contact Image Directory</strong><br> (test/contact/)</td>
-						<td valign=top bgcolor="white"><?php echo (is_writable('./test/contact/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>You might experience problems while attaching image for Contacts. Refer <a target=\"_blank\" href=http://www.vtiger.com/forums/viewtopic.php?t=24&highlight=permission>File vtiger_attachments issue</a> for more details </font>"; ?></td>
+						<td valign=top bgcolor="white"><?php echo (is_writable('./test/contact/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>You might experience problems while attaching image for Contacts. Refer <a target=\"_blank\" href=http://www.vtiger.com/forums/viewtopic.php?t=24&highlight=permission>File attachments issue</a> for more details </font>"; ?></td>
 					</tr>	
 					<tr bgcolor="#fafafa">
 		    				<td valign=top ><strong>Logo Directory</strong><br> (test/logo/)</td>
-					        <td valign=top bgcolor="white"><?php echo (is_writable('./test/logo/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>You might experience problems with the company logo in the pdf generation. Refer <a target=\"_blank\" href=http://www.vtiger.com/forums/viewtopic.php?t=24&highlight=permission>File vtiger_attachments issue</a> for more details </font>"; ?></td>
+					        <td valign=top bgcolor="white"><?php echo (is_writable('./test/logo/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>You might experience problems with the company logo in the pdf generation. Refer <a target=\"_blank\" href=http://www.vtiger.com/forums/viewtopic.php?t=24&highlight=permission>File attachments issue</a> for more details </font>"; ?></td>
 					</tr>
 					<tr bgcolor="#fafafa">
 						<td valign=top ><strong>Logs Directory</strong><br> (logs/)</td>





More information about the vtigercrm-commits mailing list