[Vtigercrm-commits] [vtiger-commits] r9608 - /vtigercrm/branches/5.0.1/Smarty/templates/SetMenu.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Oct 9 11:19:10 EDT 2006
Author: richie
Date: Mon Oct 9 09:19:07 2006
New Revision: 9608
Log:
Inventory terms and conditions moved
Modified:
vtigercrm/branches/5.0.1/Smarty/templates/SetMenu.tpl
Modified: vtigercrm/branches/5.0.1/Smarty/templates/SetMenu.tpl
==============================================================================
--- vtigercrm/branches/5.0.1/Smarty/templates/SetMenu.tpl (original)
+++ vtigercrm/branches/5.0.1/Smarty/templates/SetMenu.tpl Mon Oct 9 09:19:07 2006
@@ -110,12 +110,7 @@
<tr><td class="settingsTabList" nowrap><a href="index.php?module=Users&action=listinventorynotifications&parenttab=Settings">{$MOD.INVENTORYNOTIFICATION}</a></td></tr>
{/if}
- {if $smarty.request.action eq 'OrganizationTermsandConditions' || $smarty.request.action eq 'savetermsandconditions'}
- <tr><td class="settingsTabSelected" nowrap><a href="index.php?module=Users&action=OrganizationTermsandConditions&parenttab=Settings">{$MOD.LBL_INVENTORY_TANDC}</a></td></tr>
- {else}
- <tr><td class="settingsTabList" nowrap><a href="index.php?module=Users&action=OrganizationTermsandConditions&parenttab=Settings">{$MOD.LBL_INVENTORY_TANDC}</a></td></tr>
- {/if}
-
+
<tr><td class="settingsTabHeader" nowrap>{$MOD.LBL_OTHER_SETTINGS}</td></tr>
{if $smarty.request.action eq 'OrganizationConfig' || $smarty.request.action eq 'EditCompanyDetails' || $smarty.request.action eq 'add2db'}
@@ -179,6 +174,13 @@
{/if}
<tr><td class="settingsTabList" nowrap><a href="index.php?module=Migration&action=MigrationStep1&parenttab=Settings">{$MOD.LBL_MIGRATION}</a></td></tr>
+
+ {if $smarty.request.action eq 'OrganizationTermsandConditions' || $smarty.request.action eq 'savetermsandconditions'}
+ <tr><td class="settingsTabSelected" nowrap><a href="index.php?module=Users&action=OrganizationTermsandConditions&parenttab=Settings">{$MOD.LBL_INVENTORY_TANDC}</a></td></tr>
+ {else}
+ <tr><td class="settingsTabList" nowrap><a href="index.php?module=Users&action=OrganizationTermsandConditions&parenttab=Settings">{$MOD.LBL_INVENTORY_TANDC}</a></td></tr>
+ {/if}
+
</table>
<!-- Left side navigation table ends -->
More information about the vtigercrm-commits
mailing list