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 2003/09/22 19:15:27 UTC

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

andreas     2003/09/22 10:15:27

  Modified:    src/webapp/lenya/xslt/admin/content content.xsl
  Log:
  going to index.html after delete trash
  
  Revision  Changes    Path
  1.3       +5 -5      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- content.xsl	8 Aug 2003 08:50:26 -0000	1.2
  +++ content.xsl	22 Sep 2003 17:15:27 -0000	1.3
  @@ -34,16 +34,16 @@
       <div class="lenya-box">
         <div class="lenya-box-title">Delete the Trash</div>
         <div class="lenya-box-body">
  -        <form method="get">
  -          <xsl:attribute name="action"></xsl:attribute>
  +        <form method="get" action="index.html">
             <input type="hidden" name="lenya.usecase" value="deleteTrash"/>
             <input type="hidden" name="lenya.step" value="deleteTrash"/>
             <input type="hidden" name="task-id" value="{$task-id}"/>
             <p>
    	      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="submit" value="Delete trash"/>
  +          &#160;
  +          <input type="button" 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