[Vtigercrm-commits] [vtiger-commits] r10661 - in /vtigercrm/branches/5.0.3/Smarty/templates: ActivityDetailView.tpl pendingActivities.tpl upcomingActivities.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 12 09:27:28 EDT 2007
Author: saraj
Date: Thu Apr 12 07:27:21 2007
New Revision: 10661
Log:
Fixes #3608 #3609 --minnie
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/ActivityDetailView.tpl
vtigercrm/branches/5.0.3/Smarty/templates/pendingActivities.tpl
vtigercrm/branches/5.0.3/Smarty/templates/upcomingActivities.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 Thu Apr 12 07:27:21 2007
@@ -127,18 +127,18 @@
</tr>
<tr>
<td class="cellLabel" align="right"><b>{$MOD.LBL_EVENTNAME}</b></td>
- <td class="cellInfo" colspan=1 align="left" >{$ACTIVITYDATA.subject}</td>
+ <td class="cellInfo" colspan=3 align="left" >{$ACTIVITYDATA.subject}</td>
</tr>
{if $LABEL.description neq ''}
<tr>
<td class="cellLabel" align="right" nowrap valign="top"><b>{$LABEL.description}</b></td>
- <td class="cellInfo" valign="top" align="left" colspan="3" height="60px">{$ACTIVITYDATA.description}</td>
+ <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>
+ <td class="cellInfo" colspan=3 align="left" >{$ACTIVITYDATA.location} </td>
</tr>
{/if}
<tr>
@@ -291,7 +291,7 @@
{if $LABEL.description neq ''}
<tr>
<td class="cellLabel" align="right" valign="top"><b>{$LABEL.description}</b></td>
- <td class="cellInfo" align="left" colspan="3" valign="top" height="60px">{$ACTIVITYDATA.description}</td>
+ <td class="cellInfo" align="left" colspan="3" valign="top" height="60px">{$ACTIVITYDATA.description} </td>
</tr>
{/if}
<tr>
Modified: vtigercrm/branches/5.0.3/Smarty/templates/pendingActivities.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/pendingActivities.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/pendingActivities.tpl Thu Apr 12 07:27:21 2007
@@ -48,7 +48,7 @@
<div id="pendingActivitiesEntry" style="overflow-y:auto;overflow-x:hidden;height:150px;width:100%">
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
- <td style="border-bottom:1px dotted #dddddd;" colspan=3 align="right" valign=top> </td>
+ <td style="border-bottom:1px dotted #dddddd;" colspan=4 align="right" valign=top> </td>
</tr>
{if $ACTIVITIES.2.noofactivities != 0}
{foreach item=entries name=entryloop from=$ACTIVITIES.2.Entries}
@@ -88,7 +88,7 @@
<div id="pendingActivitiesEntry" style="overflow-y:auto;overflow-x:hidden;height:150px;width:100%">
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
- <td style="border-bottom:1px dotted #dddddd;" colspan=3 align="right" valign=top> </td>
+ <td style="border-bottom:1px dotted #dddddd;" colspan=4 align="right" valign=top> </td>
</tr>
{foreach item=entries name=entryloop from=$ACTIVITIES.3.Entries}
<tr>
Modified: vtigercrm/branches/5.0.3/Smarty/templates/upcomingActivities.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/upcomingActivities.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/upcomingActivities.tpl Thu Apr 12 07:27:21 2007
@@ -50,7 +50,7 @@
<div id="upcomingActivitiesEntry" style="overflow-y:auto;overflow-x:hidden;height:150px;width:100%">
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr bgcolor="#FFFFCF">
- <td style="border-bottom:1px dotted #dddddd;" colspan=3 align="right" valign=top> </td>
+ <td style="border-bottom:1px dotted #dddddd;" colspan=4 align="right" valign=top> </td>
</tr>
{if $ACTIVITIES.0.noofactivities != 0}
{foreach item=entries name=entryloop from=$ACTIVITIES.0.Entries}
@@ -92,7 +92,7 @@
<div id="upcomingActivitiesEntry" style="overflow-y:auto;overflow-x:hidden;height:150px;width:100%">
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr bgcolor="#FFFFCF">
- <td style="border-bottom:1px dotted #dddddd;" colspan=3 align="right" valign=top> </td>
+ <td style="border-bottom:1px dotted #dddddd;" colspan=4 align="right" valign=top> </td>
</tr>
{foreach item=entries name=entryloop from=$ACTIVITIES.1.Entries}
<tr bgcolor="#FFFFCF">
More information about the vtigercrm-commits
mailing list