[Vtigercrm-commits] [vtiger-commits] r7533 - /vtigercrm/trunk/Smarty/templates/SetMenu.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Jun 26 08:51:38 EDT 2006
Author: saraj
Date: Mon Jun 26 06:51:34 2006
New Revision: 7533
Log:
changes made for proxy server settings
Modified:
vtigercrm/trunk/Smarty/templates/SetMenu.tpl
Modified: vtigercrm/trunk/Smarty/templates/SetMenu.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/SetMenu.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/SetMenu.tpl Mon Jun 26 06:51:34 2006
@@ -136,6 +136,11 @@
{else}
<tr><td class="settingsTabList" nowrap><a href="index.php?module=System&action=systemconfig&parenttab=Settings">{$MOD.LBL_SYSTEM_INFO}</a></td></tr>
{/if}
+ {if $smarty.request.action eq 'ProxyServerConfig'}
+ <tr><td class="settingsTabSelected" nowrap>{$MOD.LBL_PROXY_SETTINGS}</td></tr>
+ {else}
+ <tr><td class="settingsTabList" nowrap><a href="index.php?module=Settings&action=ProxyServerConfig&parenttab=Settings">{$MOD.LBL_PROXY_SETTINGS}</a></td></tr>
+ {/if}
</table>
</td>
<td width=90% class="small settingsSelectedUI" valign=top >
More information about the vtigercrm-commits
mailing list