[Vtigercrm-commits] [vtiger-commits] r4146 - /vtigercrm/trunk/Smarty/templates/UserProfile.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 13 08:58:50 EST 2006
Author: saraj
Date: Mon Mar 13 06:58:46 2006
New Revision: 4146
Log:
issue in profile 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 Mon Mar 13 06:58:46 2006
@@ -39,7 +39,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><img src="{$IMAGE_PATH}edit.gif" alt="Edit" title="Edit" border="0">
{/if}
</td>
- <td nowrap><a href="index.php?module=Users&action=profilePrivileges&profileid={$LIST_ENTRIES[entries].profileid}">{$LIST_ENTRIES[entries].profilename}</td>
+ <td nowrap><a href="index.php?module=Users&action=profilePrivileges&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 width="1%" style="border-right:1px dotted #CCCCCC;"> </td>
</tr>
</table>
+</form>
</td>
</tr>
</table>
More information about the vtigercrm-commits
mailing list