[Vtigercrm-commits] [vtiger-commits] r4089 - /vtigercrm/trunk/Smarty/templates/Header.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 8 11:15:09 EST 2006


Author: saraj
Date: Wed Mar  8 09:15:05 2006
New Revision: 4089

Log:
Added the JUMPTO slide menu in header tpl

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

Modified: vtigercrm/trunk/Smarty/templates/Header.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Header.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Header.tpl Wed Mar  8 09:15:05 2006
@@ -117,3 +117,25 @@
 {rdelim}
 setInterval("Announcement_rss()",5000)
 </script>
+
+{* Begining of Slide Menu *}
+
+<div id="mnuSlide">
+<table border="0" cellpadding="0" cellspacing="0">
+	<tr>
+	<td  width="112" id="slidemenu">
+	<div id="slide" style="display:none;">
+	{foreach item=modulename from=$MODULELISTS}
+		<a href="index.php?module={$modulename}&action=index" class="submenu">{$modulename}</a>
+	{/foreach}
+	</div>		
+	</td>
+	<td width="8" valign="top" onMouseOver="fnSlide1('slidemenu','slide')">
+	<div id="mnuKey">J<br />U<br />M<br />P<BR /><BR />T<BR />O</div>
+	</td>
+	</tr>
+</table>
+</div>
+
+{* End *}
+





More information about the vtigercrm-commits mailing list