[Vtigercrm-commits] [vtiger-commits] r5647 - /vtigercrm/trunk/Smarty/templates/RelatedLists.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 2 06:18:10 EDT 2006
Author: saraj
Date: Tue May 2 04:18:06 2006
New Revision: 5647
Log:
Added the Go To Button Across All Modules' Related List View - Ahmed
Modified:
vtigercrm/trunk/Smarty/templates/RelatedLists.tpl
Modified: vtigercrm/trunk/Smarty/templates/RelatedLists.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/RelatedLists.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/RelatedLists.tpl Tue May 2 04:18:06 2006
@@ -15,8 +15,8 @@
<TABLE border=0 cellspacing=0 cellpadding=0 width=100% class=small>
<tr><td style="height:2px"></td></tr>
<tr>
- <td style="padding-left:10px;padding-right:10px" class="moduleName" nowrap>{$CATEGORY} > <a class="hdrLink" href="index.php?action=ListView&module={$MODULE}">{$MODULE}</a></td>
- <td class="sep1" style="width:1px"></td>
+ <td style="padding-left:10px;padding-right:30px" class="moduleName" nowrap>{$CATEGORY} > <a class="hdrLink" href="index.php?action=ListView&module={$MODULE}">{$MODULE}</a></td>
+ <td class="sep1" style="width:1px;padding-right:1px"></td>
<td class=small >
<table border=0 cellspacing=0 cellpadding=0>
<tr>
@@ -35,6 +35,8 @@
<td style="padding-right:0px"><a href="#"><img src="themes/blue/images/btnL3Calendar.gif" alt="Open Calendar..." title="Open Calendar..." border=0></a></a></td>
<td style="padding-right:0px"><a href="#"><img src="themes/blue/images/btnL3Clock.gif" alt="Show World Clock..." title="Show World Clock..." border=0 onClick="fnvshobj(this,'wclock')"></a></a></td>
<td style="padding-right:0px"><a href="#"><img src="themes/blue/images/btnL3Calc.gif" alt="Open Calculator..." title="Open Calculator..." border=0 onClick="fnvshobj(this,'calc')"></a></a></td>
+ <td nowrap="nowrap" width="25"> </td>
+ <td style="padding-right: 0px;"><a href="#" onClick="fnvshobj(this,'allMenu')"><img src="themes/blue/images/btnL3AllMenu.gif" alt="Open All Menu..." title="Open All Menu..." border="0"></a></td>
</tr>
</table>
</td>
@@ -49,7 +51,7 @@
</table>
</td>
{if $MODULE eq 'Contacts' || $MODULE eq 'Leads' || $MODULE eq 'Accounts' || $MODULE eq 'Potentials' || $MODULE eq 'Products' || $MODULE eq 'Notes' || $MODULE eq 'Emails'}
- <td class="sep1" style="width:1px"></td>
+ <td class="sep1" style="width:1px;padding-right:1px"></td>
<td nowrap style="width:50%;padding:10px">
{if $MODULE ne 'Notes' && $MODULE ne 'Emails'}
<a href="index.php?module={$MODULE}&action=Import&step=1&return_module={$MODULE}&return_action=index">Import {$MODULE}</a> |
More information about the vtigercrm-commits
mailing list