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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Sep 9 06:43:59 EDT 2006


Author: jerrydgeorge
Date: Sat Sep  9 04:43:51 2006
New Revision: 9373

Log:
Changes given by Radiant for The AllMenu's out-of-screen positioning has been integrated --Jeri

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 Sat Sep  9 04:43:51 2006
@@ -402,7 +402,7 @@
 {/literal}
 
 {* Quick Access Functionality *}
-<div id="allMenu" onmouseout="fninvsh('allMenu');" onMouseOver="fnvshNrm('allMenu');" style="width:650px">
+<div id="allMenu" onmouseout="fninvsh('allMenu');" onMouseOver="fnvshNrm('allMenu');" style="width:550px">
 	<table border=0 cellpadding="5" cellspacing="0" class="allMnuTable" >
 	<tr>
 		<td valign="top">
@@ -411,7 +411,7 @@
 			<span class="allMnuHdr">{$APP[$parenttab]}</span>
 			{foreach name=modulelist item=modules from=$details}
        		{math assign="num" equation="x + y" x=$parentno y=1}
-			{math assign="loopvalue" equation="x % y" x=$num y=14}
+			{math assign="loopvalue" equation="x % y" x=$num y=15}
 			{assign var="parentno" value=$num}
 			{if $loopvalue eq '0'}
 				</td><td valign="top">





More information about the vtigercrm-commits mailing list