You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2003/08/08 10:50:26 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/admin/content content.xsl

gregor      2003/08/08 01:50:26

  Modified:    src/webapp/lenya/xslt/admin/content content.xsl
  Log:
  go back to admin overview if cancel
  
  Revision  Changes    Path
  1.2       +2 -2      cocoon-lenya/src/webapp/lenya/xslt/admin/content/content.xsl
  
  Index: content.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/admin/content/content.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- content.xsl	8 Aug 2003 08:43:29 -0000	1.1
  +++ content.xsl	8 Aug 2003 08:50:26 -0000	1.2
  @@ -43,7 +43,7 @@
    	      Do you really want to delete the trash ?
             </p>
             <input type="submit" class="lenya-form-element" value="Delete trash"/>
  -          <input type="button" class="lenya-form-element" onClick="location.href='{$request-uri}';" value="Cancel"/>
  +          <input type="button" class="lenya-form-element" onClick="location.href='{$request-uri}/../';" value="Cancel"/>
           </form>
         </div>
       </div>
  
  
  

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