[Vtigercrm-commits] [vtiger-commits] r10087 - 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 Jan 19 06:01:43 EST 2007
Author: richie
Date: Fri Jan 19 04:01:38 2007
New Revision: 10087
Log:
Location added in Detail view. Fixes #2599
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 Jan 19 04:01:38 2007
@@ -125,7 +125,11 @@
</tr>
<tr>
<td class="cellLabel" align="right"><b>{$MOD.LBL_EVENTNAME}</b></td>
- <td class="cellInfo" colspan=3 align="left" >{$ACTIVITYDATA.subject}</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>
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 Jan 19 04:01:38 2007
@@ -141,6 +141,14 @@
<td class="cellInfo" align="left"><textarea style="width:100%; height : 60px;" name="description">{$ACTIVITYDATA.description}</textarea></td>
</tr>
{/if}
+ <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>
+
+
+
+
<tr>
<td colspan=2 width=80% align="center">
<table border=0 cellspacing=0 cellpadding=3 width=80%>
More information about the vtigercrm-commits
mailing list