[Vtigercrm-commits] [vtiger-commits] r5374 - /vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 26 07:03:02 EDT 2006
Author: richie
Date: Wed Apr 26 05:02:56 2006
New Revision: 5374
Log:
ID is properly passed. Fixes #507
Modified:
vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl
Modified: vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl Wed Apr 26 05:02:56 2006
@@ -39,7 +39,7 @@
<tr>
<td class="dvtTabCache" style="width: 10px;" nowrap="nowrap"> </td>
<td width="75" align="center" nowrap="nowrap" class="dvtSelectedCell" id="pi" onclick="fnLoadValues('pi','mi','mnuTab','mnuTab2')"><b>My Details</b></td>
- <td class="dvtUnSelectedCell" style="width: 100px;" align="center" nowrap="nowrap"><a href="index.php?action=MailAccountDetailView&module=Settings&record={$RECORD_ID}"> <b>My Mail Server Details </a></b></td>
+ <td class="dvtUnSelectedCell" style="width: 100px;" align="center" nowrap="nowrap"><a href="index.php?action=ListMailAccount&module=Settings&record={$ID}"> <b>My Mail Server Details </a></b></td>
<td class="dvtTabCache" nowrap="nowrap"> </td>
</tr>
More information about the vtigercrm-commits
mailing list