[Vtigercrm-commits] [vtiger-commits] r9144 - in /vtigercrm/trunk/Smarty/templates: Inventory/InventoryEditView.tpl salesEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Aug 28 10:04:22 EDT 2006
Author: saraj
Date: Mon Aug 28 08:04:18 2006
New Revision: 9144
Log:
Removed the more information tab pertaining to related lists from edit view -- ahmed
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 Mon Aug 28 08:04:18 2006
@@ -78,11 +78,6 @@
<td class="dvtTabCache" style="width:10px" nowrap> </td>
<td class="dvtSelectedCell" align=center nowrap>{$MOD[$SINGLE_MOD]} {$APP.LBL_INFORMATION}</td>
<td class="dvtTabCache" style="width:10px"> </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}&mode={$OP_MODE}" onclick="getRelatedLink()">{$APP.LBL_MORE} {$APP.LBL_INFORMATION}</a></td>
- {/if}
-
<td class="dvtTabCache" style="width:100%"> </td>
</tr>
</table>
Modified: vtigercrm/trunk/Smarty/templates/salesEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/salesEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/salesEditView.tpl Mon Aug 28 08:04:18 2006
@@ -73,20 +73,9 @@
<table border=0 cellspacing=0 cellpadding=3 width=100% class="small">
<tr>
<td class="dvtTabCache" style="width:10px" nowrap> </td>
-
- {if $MODULE eq 'Notes' || $MODULE eq 'Faq'}
- <td class="dvtSelectedCell" align=center nowrap>{$APP[$SINGLE_MOD]} {$APP.LBL_INFORMATION}</td>
- <td class="dvtTabCache" style="width:100%"> </td>
- {else}
<td class="dvtSelectedCell" align=center nowrap>{$APP[$SINGLE_MOD]} {$APP.LBL_INFORMATION}</td>
<td class="dvtTabCache" style="width:10px"> </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}&mode={$OP_MODE}">{$APP.LBL_MORE} {$APP.LBL_INFORMATION}</a></td>
- {/if}
-
<td class="dvtTabCache" style="width:100%"> </td>
- {/if}
</tr>
</table>
</td>
More information about the vtigercrm-commits
mailing list