[Vtigercrm-commits] [vtiger-commits] r5350 - /vtigercrm/trunk/Smarty/templates/ListView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 09:06:55 EDT 2006


Author: richie
Date: Tue Apr 25 07:06:50 2006
New Revision: 5350

Log:
passed parenttab as parameter. Fixes #721

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

Modified: vtigercrm/trunk/Smarty/templates/ListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListView.tpl Tue Apr 25 07:06:50 2006
@@ -90,7 +90,7 @@
 	<td class="sep1" style="width: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=2&return_module={$MODULE}&return_action=index">Import {$MODULE}</a> |	
+		<a href="index.php?module={$MODULE}&action=Import&step=2&return_module={$MODULE}&return_action=index&parenttab={$CATEGORY}">Import {$MODULE}</a> |	
 		{/if}
 		<a href="index.php?module={$MODULE}&action=Export&all=1">Export {$MODULE}</a>
 	</td>





More information about the vtigercrm-commits mailing list