[Vtigercrm-commits] [vtiger-commits] r7207 - in /vtigercrm/trunk/Smarty/templates: Inventory/InventoryEditView.tpl salesEditView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Jun 17 03:03:01 EDT 2006


Author: saraj
Date: Sat Jun 17 01:02:57 2006
New Revision: 7207

Log:
changes made to fix the issue 1040

Modified:
    vtigercrm/trunk/Smarty/templates/Inventory/InventoryEditView.tpl
    vtigercrm/trunk/Smarty/templates/salesEditView.tpl

Modified: vtigercrm/trunk/Smarty/templates/Inventory/InventoryEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Inventory/InventoryEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Inventory/InventoryEditView.tpl Sat Jun 17 01:02:57 2006
@@ -80,7 +80,7 @@
 	                                        <td class="dvtTabCache" style="width:10px">&nbsp;</td>
 
         	                                {if $OP_MODE neq 'create_view'}
-	                                        <td class="dvtUnSelectedCell" align=center nowrap><a href="index.php?action=CallRelatedList&module={$MODULE}&record={$ID}&parenttab={$CATEGORY}" onclick="getRelatedLink()">{$APP.LBL_MORE} {$APP.LBL_INFORMATION}</a></td>
+	                                        <td class="dvtUnSelectedCell" align=center nowrap><a href="index.php?action=CallRelatedList&module={$MODULE}&record={$ID}&parenttab={$CATEGORY}&mode={$OP_MODE}" onclick="getRelatedLink()">{$APP.LBL_MORE} {$APP.LBL_INFORMATION}</a></td>
         	                                {/if}
 
                 	                        <td class="dvtTabCache" style="width:100%">&nbsp;</td>

Modified: vtigercrm/trunk/Smarty/templates/salesEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/salesEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/salesEditView.tpl Sat Jun 17 01:02:57 2006
@@ -82,7 +82,7 @@
 						<td class="dvtTabCache" style="width:10px">&nbsp;</td>
 
 	               	                        {if $OP_MODE neq 'create_view'}
-                				<td class="dvtUnSelectedCell" align=center nowrap><a href="index.php?action=CallRelatedList&module={$MODULE}&record={$ID}&parenttab={$CATEGORY}" onclick="getRelatedLink()">{$APP.LBL_MORE} {$APP.LBL_INFORMATION}</a></td>
+                				<td class="dvtUnSelectedCell" align=center nowrap><a href="index.php?action=CallRelatedList&module={$MODULE}&record={$ID}&parenttab={$CATEGORY}&mode={$OP_MODE}" onclick="getRelatedLink()">{$APP.LBL_MORE} {$APP.LBL_INFORMATION}</a></td>
 						{/if}
 
 						<td class="dvtTabCache" style="width:100%">&nbsp;</td>





More information about the vtigercrm-commits mailing list