[Vtigercrm-commits] [vtiger-commits] r5028 - /vtigercrm/trunk/Smarty/templates/DetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Apr 8 03:05:40 EDT 2006


Author: mmbrich
Date: Sat Apr  8 01:05:38 2006
New Revision: 5028

Log:
no need for related information in the webmails, relationships
will be created when the email is added to the CRM


Modified:
    vtigercrm/trunk/Smarty/templates/DetailView.tpl

Modified: vtigercrm/trunk/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DetailView.tpl Sat Apr  8 01:05:38 2006
@@ -104,7 +104,7 @@
 				<table border=0 cellspacing=0 cellpadding=3 width=100% class="small">
 				<tr>
 					<td class="dvtTabCache" style="width:10px" nowrap>&nbsp;</td>
-					{if $MODULE eq 'Notes' || $MODULE eq 'Faq' || ($MODULE eq 'Activities' && $ACTIVITY_MODE eq 'Task')}
+					{if $MODULE eq 'Notes' || $MODULE eq 'Faq' || $MODULE eq 'Webmails' || ($MODULE eq 'Activities' && $ACTIVITY_MODE eq 'Task')}
 					<td class="dvtSelectedCell" align=center nowrap>{$SINGLE_MOD} Information</td>
 					<td class="dvtTabCache" style="width:100%">&nbsp;</td>
 					{else}





More information about the vtigercrm-commits mailing list