[Vtigercrm-commits] [vtiger-commits] r11089 - in /vtigercrm/branches/5.0.3/Smarty/templates: Buttons_List.tpl EditProfile.tpl ProfileDetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon May 28 10:30:50 EDT 2007


Author: jerrydgeorge
Date: Mon May 28 08:30:40 2007
New Revision: 11089

Log:
Emails Export Option has been removed from Profiles

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/Buttons_List.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/EditProfile.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/ProfileDetailView.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Buttons_List.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Buttons_List.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Buttons_List.tpl Mon May 28 08:30:40 2007
@@ -100,7 +100,7 @@
 				{else}	
 					<td style="padding-right:10px"><img src="{$IMAGE_PATH}tbarExport-Faded.gif" border="0"></td>
                 {/if}
-			{elseif $MODULE eq 'Notes' || $MODULE eq 'Emails'}	
+			{elseif $MODULE eq 'Notes'}	
 				
 				{if $CHECK.Export eq 'yes'}
 					<td style="padding-right:0px;padding-left:10px;"><img src="{$IMAGE_PATH}tbarImport-Faded.gif" border="0"></td>
@@ -111,7 +111,7 @@
 				{/if}
 			{else}
 				<td style="padding-right:0px;padding-left:10px;"><img src="{$IMAGE_PATH}tbarImport-Faded.gif" border="0"></td>
-                <td style="padding-right:10px"><img src="{$IMAGE_PATH}tbarExport-Faded.gif" border="0"></td>
+                		<td style="padding-right:10px"><img src="{$IMAGE_PATH}tbarExport-Faded.gif" border="0"></td>
 			{/if}
 			</tr>
 			</table>	

Modified: vtigercrm/branches/5.0.3/Smarty/templates/EditProfile.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/EditProfile.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/EditProfile.tpl Mon May 28 08:30:40 2007
@@ -181,7 +181,7 @@
 					{$STANDARD_PRIV[$tabid][2]}
         			  </div></td>
 			          <td class="small cellText" width="22%">&nbsp;<div align="center">
-				{if $FIELD_PRIVILEGES[$tabid] neq NULL || $modulename eq 'Emails'}
+				{if $FIELD_PRIVILEGES[$tabid] neq NULL}
 				<img src="{$IMAGE_PATH}showDown.gif" id="img_{$tabid}" alt="{$APP.LBL_EXPAND_COLLAPSE}" title="{$APP.LBL_EXPAND_COLLAPSE}" onclick="fnToggleVIew('{$tabid}_view')" border="0" height="16" width="40" style="display:block;">
 				{/if}
 				</div></td>

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ProfileDetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ProfileDetailView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ProfileDetailView.tpl Mon May 28 08:30:40 2007
@@ -253,7 +253,7 @@
 					{$STANDARD_PRIV[$tabid][2]}
         			  </div></td>
 			          <td class="small cellText" width="22%">&nbsp;<div align="center">
-				{if $FIELD_PRIVILEGES[$tabid] neq NULL || $modulename eq 'Emails'}
+				{if $FIELD_PRIVILEGES[$tabid] neq NULL}
 				<img src="{$IMAGE_PATH}showDown.gif" alt="{$APP.LBL_EXPAND_COLLAPSE}" title="{$APP.LBL_EXPAND_COLLAPSE}" onclick="fnToggleVIew('{$modulename}_view')" border="0" height="16" width="40">
 				{/if}
 				</div></td>





More information about the vtigercrm-commits mailing list