[Vtigercrm-commits] [vtiger-commits] r5957 - /vtigercrm/trunk/Smarty/templates/FieldAccess.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sun May 14 08:48:37 EDT 2006


Author: saraj
Date: Sun May 14 06:48:33 2006
New Revision: 5957

Log:
i18n done for Field Access - ahmed

Modified:
    vtigercrm/trunk/Smarty/templates/FieldAccess.tpl

Modified: vtigercrm/trunk/Smarty/templates/FieldAccess.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/FieldAccess.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/FieldAccess.tpl Sun May 14 06:48:33 2006
@@ -61,9 +61,9 @@
 				<select name="selectmodule" style="width: 200px; font-size: 10px;" onChange="changemodules(this)">
 				{foreach item=module from=$FIELD_INFO}
 				{if $module == $DEF_MODULE}
-					<option selected>{$module}</option>
+					<option selected value='{$module}'>{$APP.$module}</option>
 				{else}		
-					<option>{$module}</option>
+					<option value='{$module}' >{$APP.$module}</option>
 				{/if}
 				{/foreach}
 				</select>
@@ -88,7 +88,7 @@
 					{/if}	
 					<table class="small" border="0" cellpadding="5" cellspacing="0" width="100%">
 	                <tbody><tr><td colspan="4" style="border-bottom: 1px dashed rgb(204, 204, 204);">
-					<b>{$CMOD.LBL_FIELDS_AVLBL} {$module} </b><br>
+					<b>{$CMOD.LBL_FIELDS_AVLBL} {$APP.$module} </b><br>
 	  				 {$CMOD.LBL_FIELDS_SELECT_DESELECT}
 				    </td></tr>
 					<tr><td colspan="4">&nbsp;</td></tr>





More information about the vtigercrm-commits mailing list