Author: chanaka
Date: Wed Jan 30 23:23:56 2008
New Revision: 13196

Log:

delete icon Tool tip added

Modified:
   trunk/registry/modules/webapps/src/main/webapp/admin/user.jsp

Modified: trunk/registry/modules/webapps/src/main/webapp/admin/user.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/user.jsp       
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/user.jsp       Wed Jan 
30 23:23:56 2008
@@ -145,8 +145,8 @@
         <input type="submit" class="button" value="Add"/>
     </form>
     <% } %>
-
-    <h3>Available roles to <%=userDetailsAction.getUserName()%></h3>
+    
+    <h3><%=userDetailsAction.getDisplayUserName()%>'s roles</h3>
     <table cellpadding="0" cellspacing="0" border="0" style="width:600px;" 
class="data-table">
         <tr>
             <th>Role Name</th>
@@ -158,7 +158,7 @@
             while (iUserRoles.hasNext()) {
                 String userRole = (String) iUserRoles.next();
         %>
-        <tr><td><%=userRole%></td><td><% if 
(!RegistryConstants.EVERYONE_ROLE.equals(userRole) && 
userDetailsAction.isUserAdmin()) { %><a 
href="/wso2registry/system/removeUserFromRole?user=<%=userDetailsAction.getDisplayUserName()%>&role=<%=userRole%>"><img
 src="/wso2registry/admin/images/icon-trash.gif" border="0" /></a><% } 
%></td></tr>
+        <tr><td><%=userRole%></td><td>&nbsp;<% if 
(!RegistryConstants.EVERYONE_ROLE.equals(userRole) && 
userDetailsAction.isUserAdmin()) { %><a 
href="/wso2registry/system/removeUserFromRole?user=<%=userDetailsAction.getDisplayUserName()%>&role=<%=userRole%>"
 title="Remove <%=userRole%> role from 
<%=userDetailsAction.getDisplayUserName()%>"><img 
src="/wso2registry/admin/images/icon-trash.gif" border="0" /></a><% } 
%></td></tr>
         <% } %>
 
     </table>

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to