You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/02/09 21:00:59 UTC

svn commit: r505470 - /lenya/trunk/src/modules-core/administration/usecases/addUser.jx

Author: andreas
Date: Fri Feb  9 12:00:58 2007
New Revision: 505470

URL: http://svn.apache.org/viewvc?view=rev&rev=505470
Log:
Using link instead of submit input for cancel button

Modified:
    lenya/trunk/src/modules-core/administration/usecases/addUser.jx

Modified: lenya/trunk/src/modules-core/administration/usecases/addUser.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/administration/usecases/addUser.jx?view=diff&rev=505470&r1=505469&r2=505470
==============================================================================
--- lenya/trunk/src/modules-core/administration/usecases/addUser.jx (original)
+++ lenya/trunk/src/modules-core/administration/usecases/addUser.jx Fri Feb  9 12:00:58 2007
@@ -84,7 +84,9 @@
           <td/>
           <td>
             <input i18n:attr="value" type="submit" name="submit" value="Add"/>
-            <input i18n:attr="value" type="submit" name="cancel" value="Cancel"/>
+            <a href="?lenya.usecase=admin.users">
+              <input type="button" name="cancel" value="Cancel" i18n:attr="value"/>
+            </a>
           </td>
         </tr>
       </table>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org