From: <jhe...@us...> - 2002-11-28 14:47:05
|
Update of /cvsroot/upcase-project/UpCase/templates/en In directory sc8-pr-cvs1:/tmp/cvs-serv21864 Modified Files: userslist.mxt Log Message: action attributes are set as modelixe tags Index: userslist.mxt =================================================================== RCS file: /cvsroot/upcase-project/UpCase/templates/en/userslist.mxt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** userslist.mxt 13 Nov 2002 08:41:31 -0000 1.2 --- userslist.mxt 28 Nov 2002 14:47:02 -0000 1.3 *************** *** 10,14 **** <center> <h3 align="center">Account Creation</h3> ! <form action="newuser.php"> <table> <tr> --- 10,14 ---- <center> <h3 align="center">Account Creation</h3> ! <form mXattribut="action:usercreate"> <table> <tr> *************** *** 24,35 **** <center> <h3 align="center">Account Edition</h3> ! <form action="useredit.php"> <table> <tr> <td>Select a user : <select name="username"> ! <mx:bloc id="users_list"> <option value="<mx:text id="user" />"><mx:text id="user" /></option> ! </mx:bloc id="users_list"> </select> </td> --- 24,35 ---- <center> <h3 align="center">Account Edition</h3> ! <form mXattribut="action:useredit"> <table> <tr> <td>Select a user : <select name="username"> ! <mx:bloc id="usersList"> <option value="<mx:text id="user" />"><mx:text id="user" /></option> ! </mx:bloc id="usersList"> </select> </td> *************** *** 45,49 **** <h3 align="center">Group Creation</h3> <center> ! <form action="newgroup.php"> <table> <tr> --- 45,49 ---- <h3 align="center">Group Creation</h3> <center> ! <form mXattribut="action:groupcreate"> <table> <tr> *************** *** 58,62 **** <h3 align="center">Group Deletion</h3> <center> ! <form action="groupdel.php"> <table> <tr> --- 58,62 ---- <h3 align="center">Group Deletion</h3> <center> ! <form mXattribut="action:groupdel"> <table> <tr> |