[Vtigercrm-commits] [vtiger-commits] r9986 - in /vtigercrm/branches/5.0.3/Smarty/templates: CustomView.tpl DetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Dec 18 02:20:51 EST 2006


Author: richie
Date: Mon Dec 18 00:20:47 2006
New Revision: 9986

Log:
UI issue fixed

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/CustomView.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/CustomView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/CustomView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/CustomView.tpl Mon Dec 18 00:20:47 2006
@@ -568,6 +568,8 @@
   </td></tr>
   <tr><td colspan="4">&nbsp;</td></tr>
 </table>
+</table>
+</table>
 {$STDFILTER_JAVASCRIPT}
 {$JAVASCRIPT}
 <!-- to show the mandatory fields while creating new customview -->

Modified: vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl Mon Dec 18 00:20:47 2006
@@ -293,7 +293,10 @@
 				{else}
 					{include file="DetailViewFields.tpl"}
 				{/if}
-			   {/if}
+			{else}
+                                <td class="dvtCellLabel" align=right>&nbsp;</td>
+                                <td class="dvtCellInfo" align=left >&nbsp;</td>
+			{/if}
                                    {/foreach}
 						      </tr>	
 						   {/foreach}	





More information about the vtigercrm-commits mailing list