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 2009/01/27 17:24:42 UTC

svn commit: r738131 - /lenya/trunk/src/modules-core/administration/usecases/aboutLenya.jx

Author: andreas
Date: Tue Jan 27 16:24:41 2009
New Revision: 738131

URL: http://svn.apache.org/viewvc?rev=738131&view=rev
Log:
Removing some validation issues in administration module.

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

Modified: lenya/trunk/src/modules-core/administration/usecases/aboutLenya.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/administration/usecases/aboutLenya.jx?rev=738131&r1=738130&r2=738131&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/administration/usecases/aboutLenya.jx (original)
+++ lenya/trunk/src/modules-core/administration/usecases/aboutLenya.jx Tue Jan 27 16:24:41 2009
@@ -25,11 +25,7 @@
   xmlns:ci="http://apache.org/cocoon/include/1.0"  
   >
   <page:body>  
-
     <ci:include src="context://lenya/content/about.xml" select="/*/*/*"/>
-  
-    <form>
-      <input i18n:attr="value" type="submit" value="Back"/>
-    </form>  
+    <input i18n:attr="value" type="submit" value="Back" onclick="history.back();"/>
   </page:body>
 </page:page>



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