[Vtigercrm-commits] [vtiger-commits] r6354 - in /vtigercrm/trunk/Smarty/templates: Buttons_List1.tpl ListView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 24 07:19:28 EDT 2006
Author: saraj
Date: Wed May 24 05:19:20 2006
New Revision: 6354
Log:
changes made to display create event layer only in Activities module
Modified:
vtigercrm/trunk/Smarty/templates/Buttons_List1.tpl
vtigercrm/trunk/Smarty/templates/ListView.tpl
Modified: vtigercrm/trunk/Smarty/templates/Buttons_List1.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Buttons_List1.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Buttons_List1.tpl Wed May 24 05:19:20 2006
@@ -11,6 +11,7 @@
-->*}
<script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
<!-- Activity createlink layer start -->
+{if $MODULE eq 'Activities'}
<div id="reportLay" style="width: 125px; right: 159px; top: 260px; display: none; z-index:50" onmouseout="fninvsh('reportLay')" onmouseover="fnvshNrm('reportLay')">
<table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
@@ -22,6 +23,7 @@
</table>
</div>
+{/if}
<!-- Activity createlink layer end -->
Modified: vtigercrm/trunk/Smarty/templates/ListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListView.tpl Wed May 24 05:19:20 2006
@@ -92,6 +92,7 @@
{include file='Buttons_List.tpl'}
<!-- Activity createlink layer start -->
+{if $MODULE eq 'Activities'}
<div id="reportLay" style="width: 125px; right: 159px; top: 260px; display: none; z-index:50" onmouseout="fninvsh('reportLay')" onmouseover="fnvshNrm('reportLay')">
<table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
@@ -103,6 +104,7 @@
</table>
</div>
+{/if}
<!-- Activity createlink layer end -->
<!-- SIMPLE SEARCH -->
<div id="searchAcc" style="z-index:1;display:none;position:relative;">
More information about the vtigercrm-commits
mailing list