[Vtigercrm-commits] [vtiger-commits] r4193 - in /vtigercrm/trunk/Smarty/templates: GroupEditView.tpl ListGroup.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 15 05:07:47 EST 2006


Author: saraj
Date: Wed Mar 15 03:07:33 2006
New Revision: 4193

Log:
issue in group has been fixed

Modified:
    vtigercrm/trunk/Smarty/templates/GroupEditView.tpl
    vtigercrm/trunk/Smarty/templates/ListGroup.tpl

Modified: vtigercrm/trunk/Smarty/templates/GroupEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/GroupEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/GroupEditView.tpl Wed Mar 15 03:07:33 2006
@@ -120,6 +120,7 @@
 <input type="hidden" name="action" value="SaveGroup">
 <input type="hidden" name="mode" value="{$MODE}">
 <input type="hidden" name="parenttab" value="Settings">
+<input type="hidden" name="groupId" value="{$GROUPID}">
 <table width="100%" border="0" cellpadding="0" cellspacing="0" height="100%">
 <tr>
 <td class="showPanelBg" valign="top" width="100%" colspan="3" style="padding-left:20px; "><br />

Modified: vtigercrm/trunk/Smarty/templates/ListGroup.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListGroup.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListGroup.tpl Wed Mar 15 03:07:33 2006
@@ -38,9 +38,9 @@
 		<tr class="{cycle values="dvtCellInfo,dvtCellLabel"}">
 		<td nowrap>&nbsp;
 		<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&groupId={$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=editgroupId={$LIST_ENTRIES[entries].groupid}"><img src="{$IMAGE_PATH}edit.gif" alt="Edit" title="Edit" border="0"></a>
 		&nbsp;</td>
-		<td nowrap><a href="index.php?module=Users&action=GroupDetailView&groupId={$LIST_ENTRIES[entries].groupid}">{$LIST_ENTRIES[entries].groupname}</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}&nbsp;</td>
 		<tr>
 	{/section}	





More information about the vtigercrm-commits mailing list