[Vtigercrm-commits] [vtiger-commits] r4181 - /vtigercrm/trunk/Smarty/templates/UserProfile.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 14 09:32:15 EST 2006
Author: saraj
Date: Tue Mar 14 07:32:11 2006
New Revision: 4181
Log:
issue in profile listview has been fixed
Modified:
vtigercrm/trunk/Smarty/templates/UserProfile.tpl
Modified: vtigercrm/trunk/Smarty/templates/UserProfile.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserProfile.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserProfile.tpl Tue Mar 14 07:32:11 2006
@@ -40,7 +40,7 @@
<a href="index.php?module=Users&action=ProfileDeleteStep1&profileid={$LIST_ENTRIES[entries].profileid}"><img src="{$IMAGE_PATH}del.gif" border="0" height="15" width="15"></a><a href="index.php?module=Users&action=profilePrivileges&mode=edit&profileid={$LIST_ENTRIES[entries].profileid}"><img src="{$IMAGE_PATH}edit.gif" alt="Edit" title="Edit" border="0"></a>
{/if}
</td>
- <td nowrap><a href="index.php?module=Users&action=profilePrivileges&mode=view&profileid={$LIST_ENTRIES[entries].profileid}">{$LIST_ENTRIES[entries].profilename}</td>
+ <td nowrap><a href="index.php?module=Users&action=profilePrivileges&mode=view&profileid={$LIST_ENTRIES[entries].profileid}">{$LIST_ENTRIES[entries].profilename}</a></td>
<td nowrap>{$LIST_ENTRIES[entries].description} </td>
<tr>
{/section}
@@ -50,6 +50,7 @@
</td>
<td width="1%" style="border-right:1px dotted #CCCCCC;"> </td>
</tr>
+</form>
</table>
</td>
</tr>
More information about the vtigercrm-commits
mailing list