[Vtigercrm-commits] [vtiger-commits] r6037 - /vtigercrm/trunk/modules/Settings/CreateCustomField.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 16 06:17:38 EDT 2006


Author: saraj
Date: Tue May 16 04:17:34 2006
New Revision: 6037

Log:
Add Custom Field modified for i18n - ahmed

Modified:
    vtigercrm/trunk/modules/Settings/CreateCustomField.php

Modified: vtigercrm/trunk/modules/Settings/CreateCustomField.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/CreateCustomField.php (original)
+++ vtigercrm/trunk/modules/Settings/CreateCustomField.php Tue May 16 04:17:34 2006
@@ -122,7 +122,7 @@
 	  <div id="orgLay" style="display:block;">
 		<table width="100%" border="0" cellpadding="5" cellspacing="0">
 			<tr>
-				<td width="40%" align="left" class="genHeaderSmall">Add Field </td>
+				<td width="40%" align="left" class="genHeaderSmall">'.$mod_strings['LBL_ADD_FIELD'].'</td>
 				<td width="60%" align="right"><a href="javascript:fninvsh(\'orgLay\');"><img src="'.$image_path.'close.gif" border="0"  align="absmiddle" /></a></td>
 			</tr>
 			<tr><td colspan="2"><hr /></td></tr>
@@ -159,8 +159,8 @@
 			<tr><td style="border-bottom:1px dashed #CCCCCC;" colspan="2">&nbsp;</td></tr>
 			<tr>
 				<td colspan="2" align="center">
-					<input type="submit" name="save" value=" &nbsp; Save &nbsp; " class="classBtn" />&nbsp;&nbsp;
-					<input type="button" name="cancel" value=" Cancel " class="classBtn" onclick="fninvsh(\'orgLay\');" />
+					<input type="submit" name="save" value=" &nbsp; '.$app_strings['LBL_SAVE_BUTTON_LABEL'].' &nbsp; " class="classBtn" />&nbsp;&nbsp;
+					<input type="button" name="cancel" value=" '.$app_strings['LBL_CANCEL_BUTTON_LABEL'].' " class="classBtn" onclick="fninvsh(\'orgLay\');" />
 				</td>
 			</tr>
 			<tr><td colspan="2" style="border-top:1px dashed #CCCCCC;">&nbsp;</td></tr>





More information about the vtigercrm-commits mailing list