You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/06/20 17:25:59 UTC

svn commit: r415709 - /lenya/trunk/src/webapp/lenya/xslt/util/introspection.xsl

Author: michi
Date: Tue Jun 20 08:25:59 2006
New Revision: 415709

URL: http://svn.apache.org/viewvc?rev=415709&view=rev
Log:
links fixed

Modified:
    lenya/trunk/src/webapp/lenya/xslt/util/introspection.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/util/introspection.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/util/introspection.xsl?rev=415709&r1=415708&r2=415709&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/util/introspection.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/util/introspection.xsl Tue Jun 20 08:25:59 2006
@@ -33,11 +33,15 @@
     <edit mime-type="application/xml" name="Body Content">
 
       <!-- TODO: Re-use existing or create new lenya.usecase for opening and saving ... -->
-      <open url="{$context}/{$publication}/authoring/{$page-id}.xml"                               method="GET"/>
-      <save url="{$context}/{$publication}/authoring/{$page-id}.xml?lenya.usecase=neutron.checkin" method="PUT"/>
+      <open url="{$context}/{$publication}/authoring/{$page-id}.xml" method="GET"/>
+      <save url="{$context}/{$publication}/authoring/{$page-id}.xml?lenya.usecase=neutron&amp;lenya.step=checkin" method="PUT"/>
+
+      <checkout url="{$context}/{$publication}/authoring/{$page-id}.xml?lenya.usecase=neutron&amp;lenya.step=checkout" method="GET"/>
+      <checkin  url="{$context}/{$publication}/authoring/{$page-id}.xml?lenya.usecase=neutron&amp;lenya.step=checkin"  method="PUT"/>
+
+
+
 
-      <checkout url="{$context}/{$publication}/authoring/{$page-id}.xml?lenya.usecase=neutron.checkout" method="GET"/>
-      <checkin  url="{$context}/{$publication}/authoring/{$page-id}.xml?lenya.usecase=neutron.checkin"  method="PUT"/>
 
 <!--
       <schemas>



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