[Vtigercrm-commits] [vtiger-commits] r10744 - in /vtigercrm/branches/5.0.3: Smarty/templates/Settings/BackupServer.tpl modules/Settings/language/en_us.lang.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Apr 20 10:35:44 EDT 2007


Author: richie
Date: Fri Apr 20 08:35:33 2007
New Revision: 10744

Log:
fix for Manage Backup Server Settings. Fixes #1634 --minnie

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/Settings/BackupServer.tpl
    vtigercrm/branches/5.0.3/modules/Settings/language/en_us.lang.php

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Settings/BackupServer.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Settings/BackupServer.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Settings/BackupServer.tpl Fri Apr 20 08:35:33 2007
@@ -60,6 +60,13 @@
 					</td>
 					</tr>
 					</table>
+					<table width="100%" border="0" cellspacing="0" cellpadding="5">
+                                        <tr>
+                                        <td class="small" valign="top">
+                                                <br>{$MOD.LBL_BACKUP_DESC}
+                                        </td>
+                                        </tr>
+                                        </table>
 				</td>
 				</tr>
 				<tr>

Modified: vtigercrm/branches/5.0.3/modules/Settings/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Settings/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/modules/Settings/language/en_us.lang.php Fri Apr 20 08:35:33 2007
@@ -921,5 +921,7 @@
 'LBL_ADD_ROLE'=>'Add Role',
 'LBL_EDIT_ROLE'=>'Edit Role',
 'LBL_MOVE_ROLE'=>'Move Role',
+
+'LBL_BACKUP_DESC'=>' The CRM system allows you to make a backup of the database to your FTP server. The CRM will take backup of all data whenever an admin user logs out. Make sure you have enough disk space available on your FTP server. The created backup file will be in the following format: "backup-date-time.sql".',
 );
 ?>





More information about the vtigercrm-commits mailing list