[Vtigercrm-commits] [vtiger-commits] r5010 - /vtigercrm/trunk/Smarty/templates/ListGroup.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Apr 7 10:33:04 EDT 2006
Author: don
Date: Fri Apr 7 08:32:59 2006
New Revision: 5010
Log:
issue in Group Listview has been fixed
Modified:
vtigercrm/trunk/Smarty/templates/ListGroup.tpl
Modified: vtigercrm/trunk/Smarty/templates/ListGroup.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListGroup.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListGroup.tpl Fri Apr 7 08:32:59 2006
@@ -38,7 +38,7 @@
<tr class="{cycle values="dvtCellInfo,dvtCellLabel"}">
<td nowrap>
<img src="{$IMAGE_PATH}del.gif" border="0" height="15" width="15" onClick="deletegroup('{$LIST_ENTRIES[entries].groupid}','{$LIST_ENTRIES[entries].groupname}')";>
- <a href="index.php?module=Users&action=createnewgroup&returnaction=listgroups&mode=editgroupId={$LIST_ENTRIES[entries].groupid}"><img src="{$IMAGE_PATH}edit.gif" alt="Edit" title="Edit" border="0"></a>
+ <a href="index.php?module=Users&action=createnewgroup&returnaction=listgroups&mode=edit&groupId={$LIST_ENTRIES[entries].groupid}"><img src="{$IMAGE_PATH}edit.gif" alt="Edit" title="Edit" border="0"></a>
</td>
<td nowrap><a href="index.php?module=Users&action=GroupDetailView&groupId={$LIST_ENTRIES[entries].groupid}">{$LIST_ENTRIES[entries].groupname}</a></td>
<td nowrap>{$LIST_ENTRIES[entries].description} </td>
More information about the vtigercrm-commits
mailing list