[Ds-java-dev] svn commit r16834 - trunk/solutions/data-services/java/docs/design/storyboards

svn at wso2.org svn at wso2.org
Sun May 11 23:27:18 PDT 2008


Author: dimuthul
Date: Sun May 11 23:27:18 2008
New Revision: 16834

Log:
Making username token a check box



Modified:
   trunk/solutions/data-services/java/docs/design/storyboards/add_group_1.html
   trunk/solutions/data-services/java/docs/design/storyboards/sec-usernametoken.html

Modified: trunk/solutions/data-services/java/docs/design/storyboards/add_group_1.html
==============================================================================
--- trunk/solutions/data-services/java/docs/design/storyboards/add_group_1.html	(original)
+++ trunk/solutions/data-services/java/docs/design/storyboards/add_group_1.html	Sun May 11 23:27:18 2008
@@ -8,9 +8,7 @@
 <p>Add User Group</p>
 <form method="get" action="add_group_2.html">
 <p>Please select a store type</p>
-
-<input type="submit" value="submit"/>
-</form>
+
 <p>&nbsp;</p>
 <p>&nbsp;</p>
 </body>

Modified: trunk/solutions/data-services/java/docs/design/storyboards/sec-usernametoken.html
==============================================================================
--- trunk/solutions/data-services/java/docs/design/storyboards/sec-usernametoken.html	(original)
+++ trunk/solutions/data-services/java/docs/design/storyboards/sec-usernametoken.html	Sun May 11 23:27:18 2008
@@ -17,26 +17,26 @@
     <td width="220"><div align="center"><strong>Description</strong></div></td>
   </tr>
   <tr>
-    <td><input type="radio" name="store" value="store1"/></td>
-    <td height="21">Store 1 </label></td>
+    <td><input type="checkbox" name="group" value="group1"/></td>
+    <td height="21">Group 1 </label></td>
     <td><div align="center">JDBC</div></td>
     <td>This is the first user store </td>
   </tr>
   <tr>
-    <td><input type="radio" name="store" value="store2"/></td>
-    <td height="21"><label>Store 2 </label></td>
+    <td><input type="checkbox" name="group" value="group2"/></td>
+    <td height="21"><label>Group 2 </label></td>
     <td><div align="center">LDAP</div></td>
     <td>This is the second user store </td>
   </tr>
   <tr>
-    <td><input type="radio" name="store" value="role1"/></td>
-    <td height="21"><label>Role 1</label></td>
+    <td><input type="checkbox" name="group" value="group3"/></td>
+    <td height="21"><label>Group 3</label></td>
     <td><div align="center">Internal</div></td>
     <td>This is a uer group </td>
   </tr>
   <tr>
-    <td><input type="radio" name="store" value="role2"/></td>
-    <td height="21"><label>Role 2 </label></td>
+    <td><input type="checkbox" name="group" value="group4"/></td>
+    <td height="21"><label>Group 4</label></td>
     <td><div align="center">Internal</div></td>
     <td>This is the second user store </td>
   </tr>



More information about the Ds-java-dev mailing list