[Vtigercrm-commits] [vtiger-commits] r10452 - in /vtigercrm/branches/5.0.3/Smarty/templates: ActivityDetailView.tpl ActivityEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 16 02:44:50 EDT 2007
Author: saraj
Date: Fri Mar 16 00:44:14 2007
New Revision: 10452
Log:
changes made for location field of event. --Minnie
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/ActivityDetailView.tpl
vtigercrm/branches/5.0.3/Smarty/templates/ActivityEditView.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/ActivityDetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ActivityDetailView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ActivityDetailView.tpl Fri Mar 16 00:44:14 2007
@@ -128,10 +128,6 @@
<tr>
<td class="cellLabel" align="right"><b>{$MOD.LBL_EVENTNAME}</b></td>
<td class="cellInfo" colspan=1 align="left" >{$ACTIVITYDATA.subject}</td>
-
- <td class="cellLabel" align="right" valign="top"><b>{$MOD.LBL_APP_LOCATION}</b></td>
- <td class="cellInfo" colspan=3 align="left" >{$ACTIVITYDATA.location}</td>
-
</tr>
{if $LABEL.description neq ''}
<tr>
@@ -139,6 +135,12 @@
<td class="cellInfo" valign="top" align="left" colspan="3" height="60px">{$ACTIVITYDATA.description}</td>
</tr>
{/if}
+ {if $LABEL.location neq ''}
+ <tr>
+ <td class="cellLabel" align="right" valign="top"><b>{$LABEL.location}</b></td>
+ <td class="cellInfo" colspan=3 align="left" >{$ACTIVITYDATA.location}</td>
+ </tr>
+ {/if}
<tr>
{if $LABEL.eventstatus neq ''}
<td class="cellLabel" align="right" nowrap valign="top"><b>{$LABEL.eventstatus}</b></td>
Modified: vtigercrm/branches/5.0.3/Smarty/templates/ActivityEditView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ActivityEditView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ActivityEditView.tpl Fri Mar 16 00:44:14 2007
@@ -147,13 +147,12 @@
<td class="cellInfo" align="left"><textarea style="width:100%; height : 60px;" name="description">{$ACTIVITYDATA.description}</textarea></td>
</tr>
{/if}
+ {if $LABEL.location neq ''}
<tr>
<td class="cellLabel" align="right" valign="top"><b>{$MOD.LBL_APP_LOCATION}</b></td>
<td class="cellInfo" align="left"><input name="location" type="text" class="textbox" value="{$ACTIVITYDATA.location}" style="width:50%">
</tr>
-
-
-
+ {/if}
<tr>
<td colspan=2 width=80% align="center">
More information about the vtigercrm-commits
mailing list