[Vtigercrm-commits] [vtiger-commits] r9677 - /vtigercrm/branches/5.0.2/Smarty/templates/ActivityEditView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Oct 23 06:48:47 EDT 2006


Author: aissafranc
Date: Mon Oct 23 04:48:43 2006
New Revision: 9677

Log:
Corrections for translation

Modified:
    vtigercrm/branches/5.0.2/Smarty/templates/ActivityEditView.tpl

Modified: vtigercrm/branches/5.0.2/Smarty/templates/ActivityEditView.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/ActivityEditView.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/ActivityEditView.tpl Mon Oct 23 04:48:43 2006
@@ -152,8 +152,8 @@
                                                                                         {foreach item=arr from=$ACTIVITYDATA.eventstatus}
                                                                                         {foreach key=sel_value item=value from=$arr}
                                                                                         <option value="{$sel_value}" {$value}>
-                                                                                                {if $APP[$sel_value] neq ''}
-                                                                                                {$APP[$sel_value]}
+                                                                                                {if $MOD.$sel_value neq ''}
+                                                                                                {$MOD.$sel_value}
                                                                                                 {else}
                                                                                                         {$sel_value}
                                                                                                 {/if}
@@ -224,8 +224,8 @@
                                                                                         {foreach item=arr from=$ACTIVITYDATA.taskpriority}
                                                                                         {foreach key=sel_value item=value from=$arr}
                                                                                         <option value="{$sel_value}" {$value}>
-                                                                                                {if $APP[$sel_value] neq ''}
-                                                                                                {$APP[$sel_value]}
+                                                                                                {if $MOD.$sel_value neq ''}
+                                                                                                {$MOD.$sel_value}
                                                                                                 {else}
                                                                                                         {$sel_value}
                                                                                                 {/if}
@@ -609,8 +609,8 @@
                                         			{foreach item=arr from=$ACTIVITYDATA.taskstatus}
                                         			{foreach key=sel_value item=value from=$arr}
                                                 			<option value="{$sel_value}" {$value}>
-                                                        		{if $APP[$sel_value] neq ''}
-                                                                		{$APP[$sel_value]}
+                                                        		{if $MOD.$sel_value neq ''}
+                                                                		{$MOD.$sel_value}
                                                         		{else}
                                                                 		{$sel_value}
                                                         		{/if}
@@ -626,8 +626,8 @@
         			                                {foreach item=arr from=$ACTIVITYDATA.taskpriority}
                                 			        {foreach key=sel_value item=value from=$arr}
 			                                                <option value="{$sel_value}" {$value}>
-                        		                                {if $APP[$sel_value] neq ''}
-                                        		                        {$APP[$sel_value]}
+                        		                                {if $MOD.$sel_value neq ''}
+                                        		                        {$MOD.$sel_value}
                                                        			{else}
                                                                 		{$sel_value}
                                                         		{/if}





More information about the vtigercrm-commits mailing list