Author: chathura
Date: Tue Feb  5 01:44:29 2008
New Revision: 13257

Log:


Removed the everyone role from add user dialog.



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

Modified: trunk/registry/modules/webapps/src/main/webapp/admin/people.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/people.jsp     
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/people.jsp     Tue Feb 
 5 01:44:29 2008
@@ -107,11 +107,12 @@
                                                    Iterator i = 
roleNames.iterator();
                                                    while (i.hasNext()) {
                                                        String role = (String) 
i.next();
-                                               %>
+                                            if 
(!RegistryConstants.EVERYONE_ROLE.equals(role)) {
+                                    %>
                        
                                                <option 
value="<%=role%>"><%=role%></option>
                        
-                                               <% } %>
+                                               <% }} %>
                                            </select>
                                        </td>
                                    </tr>

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

Reply via email to