Author: prabath
Date: Sun Feb 24 02:03:21 2008
New Revision: 14102

Log:

highlighted required fields

Modified:
   
trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/adduserprofile.jsp

Modified: 
trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/adduserprofile.jsp
==============================================================================
--- 
trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/adduserprofile.jsp 
    (original)
+++ 
trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/adduserprofile.jsp 
    Sun Feb 24 02:03:21 2008
@@ -51,7 +51,7 @@
                                        <s:iterator value="claims">
                                                <tr>
                                                        <td><s:property 
value="displayTag" /></td>
-                                                       <td width="2"><s:if 
test="optional==false">
+                                                       <td width="2"><s:if 
test="required==true">
                                                                <font 
class="required">*</font>
                                                        </s:if></td>
                                                        <td><input type="text" 
name="<s:property value="uri" />"></td>

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

Reply via email to