[Vtigercrm-commits] [vtiger-commits] r9263 - in /vtigercrm/trunk/Smarty/templates: DefModuleView.tpl Settings.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Sep 5 03:56:38 EDT 2006
Author: saraj
Date: Tue Sep 5 01:56:34 2006
New Revision: 9263
Log:
Icon added for single pane view -- ahmed
Modified:
vtigercrm/trunk/Smarty/templates/DefModuleView.tpl
vtigercrm/trunk/Smarty/templates/Settings.tpl
Modified: vtigercrm/trunk/Smarty/templates/DefModuleView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DefModuleView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DefModuleView.tpl Tue Sep 5 01:56:34 2006
@@ -31,7 +31,7 @@
<!-- DISPLAY -->
<table border=0 cellspacing=0 cellpadding=5 width=100% class="settingsSelUITopLine">
<tr>
- <td width=50 rowspan=2 valign=top><img src="{$IMAGE_PATH}" alt="{$MOD.LBL_DEFAULT_MODULE_VIEW}" width="48" height="48" border=0 title="{$MOD.LBL_DEFAULT_MODULE_VIEW}"></td>
+ <td width=50 rowspan=2 valign=top><img src="{$IMAGE_PATH}set-IcoTwoTabConfig.gif" alt="{$MOD.LBL_DEFAULT_MODULE_VIEW}" width="48" height="48" border=0 title="{$MOD.LBL_DEFAULT_MODULE_VIEW}"></td>
<td class=heading2 valign=bottom><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS}</a> > {$MOD.LBL_DEFAULT_MODULE_VIEW}</b></td>
</tr>
<tr>
Modified: vtigercrm/trunk/Smarty/templates/Settings.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings.tpl Tue Sep 5 01:56:34 2006
@@ -162,7 +162,7 @@
<!-- icon 9-->
<table border=0 cellspacing=0 cellpadding=5 width=100%>
<tr>
- <td rowspan=2 valign=top><a href="index.php?module=Users&action=DefModuleView&parenttab=Settings"><img src="{$IMAGE_PATH}" alt="{$MOD.LBL_DEFAULT_MODULE_VIEW}" width="48" height="48" border=0 title="{$MOD.LBL_DEFAULT_MODULE_VIEW}"></a></td>
+ <td rowspan=2 valign=top><a href="index.php?module=Users&action=DefModuleView&parenttab=Settings"><img src="{$IMAGE_PATH}set-IcoTwoTabConfig.gif" alt="{$MOD.LBL_DEFAULT_MODULE_VIEW}" width="48" height="48" border=0 title="{$MOD.LBL_DEFAULT_MODULE_VIEW}"></a></td>
<td class=big valign=top><a href="index.php?module=Users&action=DefModuleView&parenttab=Settings">{$MOD.LBL_DEFAULT_MODULE_VIEW}</a></td>
</tr>
<tr>
More information about the vtigercrm-commits
mailing list