[Vtigercrm-commits] [vtiger-commits] r9568 - /vtigercrm/branches/5.0.1/Smarty/templates/ActivityEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 5 10:09:22 EDT 2006
Author: richie
Date: Thu Oct 5 08:09:18 2006
New Revision: 9568
Log:
changes made to fix the issue 2092 --Minnie
Modified:
vtigercrm/branches/5.0.1/Smarty/templates/ActivityEditView.tpl
Modified: vtigercrm/branches/5.0.1/Smarty/templates/ActivityEditView.tpl
==============================================================================
--- vtigercrm/branches/5.0.1/Smarty/templates/ActivityEditView.tpl (original)
+++ vtigercrm/branches/5.0.1/Smarty/templates/ActivityEditView.tpl Thu Oct 5 08:09:18 2006
@@ -741,9 +741,9 @@
<tr>
<td class="dvtTabCache" style="width: 10px;" nowrap="nowrap"> </td>
<td id="cellTabInvite" class="dvtSelectedCell" align="center" nowrap="nowrap"><a href="javascript:doNothing()" onClick="switchClass('cellTabInvite','on');switchClass('cellTabRelatedto','off');Taskshow('addTaskAlarmUI','todo',document.EditView.date_start.value,document.EditView.starthr.value,document.EditView.startmin.value,document.EditView.startfmt.value);ghide('addTaskRelatedtoUI');">{$MOD.LBL_NOTIFICATION}</a></td>
- <td class="dvtTabCache" style="width: 10px;" nowrap="nowrap">
+ <td class="dvtTabCache" style="width: 10px;" nowrap="nowrap"> </td>
<td id="cellTabRelatedto" class="dvtUnSelectedCell" align=center nowrap><a href="javascript:doNothing()" onClick="switchClass('cellTabInvite','off');switchClass('cellTabRelatedto','on');Taskshow('addTaskRelatedtoUI','todo',document.EditView.date_start.value,document.EditView.starthr.value,document.EditView.startmin.value,document.EditView.startfmt.value);ghide('addTaskAlarmUI');">{$MOD.LBL_RELATEDTO}</a></td>
- <td class="dvtTabCache" style="width:100%">
+ <td class="dvtTabCache" style="width:100%"> </td>
</tr>
</table>
More information about the vtigercrm-commits
mailing list