[Vtigercrm-commits] [vtiger-commits] r9408 - /vtigercrm/trunk/Smarty/templates/Buttons_List1.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Sep 11 09:52:28 EDT 2006
Author: richie
Date: Mon Sep 11 07:52:20 2006
New Revision: 9408
Log:
Fixed the Settings link URL --By Ahmed
Modified:
vtigercrm/trunk/Smarty/templates/Buttons_List1.tpl
Modified: vtigercrm/trunk/Smarty/templates/Buttons_List1.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Buttons_List1.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Buttons_List1.tpl Mon Sep 11 07:52:20 2006
@@ -31,7 +31,8 @@
<tr><td style="height:2px"></td></tr>
<tr>
{if $CATEGORY eq 'Settings'}
- <td style="padding-left:10px;padding-right:50px" class="moduleName" nowrap><a class="hdrLink" href="index.php?action=ListView&module={$MODULE}&parenttab={$CATEGORY}">{$APP.$MODULE}</a></td>
+<!-- No List View in Settings - Action is index -->
+ <td style="padding-left:10px;padding-right:50px" class="moduleName" nowrap><a class="hdrLink" href="index.php?action=index&module={$MODULE}&parenttab={$CATEGORY}">{$APP.$MODULE}</a></td>
{else}
<td style="padding-left:10px;padding-right:50px" class="moduleName" nowrap>{$APP.$CATEGORY} > <a class="hdrLink" href="index.php?action=ListView&module={$MODULE}&parenttab={$CATEGORY}">{$APP.$MODULE}</a></td>
{/if}
More information about the vtigercrm-commits
mailing list