[Vtigercrm-commits] [vtiger-commits] r6000 - in /vtigercrm/trunk/Smarty/templates: Buttons_List.tpl ListView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 15 09:31:19 EDT 2006
Author: saraj
Date: Mon May 15 07:31:11 2006
New Revision: 6000
Log:
changes made to fix the issue in activity createlink layer
Modified:
vtigercrm/trunk/Smarty/templates/Buttons_List.tpl
vtigercrm/trunk/Smarty/templates/ListView.tpl
Modified: vtigercrm/trunk/Smarty/templates/Buttons_List.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Buttons_List.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Buttons_List.tpl Mon May 15 07:31:11 2006
@@ -24,7 +24,7 @@
<tr>
{if $CHECK.EditView eq 'yes'}
{if $MODULE eq 'Activities'}
- <td style="padding-right:0px"><a href="#" id="showSubMenu" onMouseOver="moveMe('subMenu');searchshowhide('subMenu');"><img src="{$IMAGE_PATH}btnL3Add.gif" alt="{$APP.LBL_CREATE_BUTTON_LABEL} {$MODULE}..." title="{$APP.LBL_CREATE_BUTTON_LABEL} {$MODULE}..." border=0></a></td>
+ <td style="padding-right:0px"><a href="#" id="showSubMenu" onMouseOver="fnvshobj(this,'reportLay');" onMouseOut="fninvsh('reportLay');"><img src="{$IMAGE_PATH}btnL3Add.gif" alt="{$APP.LBL_CREATE_BUTTON_LABEL} {$MODULE}..." title="{$APP.LBL_CREATE_BUTTON_LABEL} {$MODULE}..." border=0></a></td>
{else}
<td style="padding-right:0px"><a href="index.php?module={$MODULE}&action=EditView&return_action=DetailView&parenttab={$CATEGORY}"><img src="{$IMAGE_PATH}btnL3Add.gif" alt="{$APP.LBL_CREATE_BUTTON_LABEL} {$MODULE}..." title="{$APP.LBL_CREATE_BUTTON_LABEL} {$MODULE}..." border=0></a></td>
{/if}
Modified: vtigercrm/trunk/Smarty/templates/ListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListView.tpl Mon May 15 07:31:11 2006
@@ -91,25 +91,19 @@
</script>
{include file='Buttons_List.tpl'}
-
-<div id="subMenuBg" style="position:absolute;display:none;filter:Alpha(Opacity=90);-moz-opacit
-y:0.90;z-index:50"></div>
-<div id="subMenu" style="z-index:1;display:none;position:absolute;">
-<table border=0 cellspacing=0 cellpadding=0 width="100px" align=center class="moduleSearch">
- <tr>
- <td class=small>
- <table cellspacing="2" cellpadding="2" border="0">
- <tr>
- <td width=90% ><a href="index.php?module={$MODULE}&action=EditView&return_module={$MODULE}&activity_mode=Events&return_action=DetailView&parenttab={$CATEGORY}">{$NEW_EVENT}</a></td>
- </tr>
- <tr>
- <td width=90% ><a href="index.php?module={$MODULE}&action=EditView&return_module={$MODULE}&activity_mode=Task&return_action=DetailView&parenttab={$CATEGORY}">{$NEW_TASK}</a></td>
- </tr>
- </table>
- </td>
- </tr>
-</table>
+<!-- Activity createlink layer start -->
+<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>
+ <td>
+ <a href="index.php?module={$MODULE}&action=EditView&return_module={$MODULE}&activity_mode=Events&return_action=DetailView&parenttab={$CATEGORY}" class="calMnu">{$NEW_EVENT}</a>
+ <a href="index.php?module={$MODULE}&action=EditView&return_module={$MODULE}&activity_mode=Task&return_action=DetailView&parenttab={$CATEGORY}" class="calMnu">{$NEW_TASK}</a>
+ </td>
+ </tr>
+ </table>
+
</div>
+<!-- Activity createlink layer end -->
<!-- SIMPLE SEARCH -->
<div id="searchAcc" style="z-index:1;display:none;position:relative;">
<form name="basicSearch" action="index.php">
More information about the vtigercrm-commits
mailing list