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 2005/01/30 23:10:03 UTC

svn commit: r149166 - in lenya/trunk/src/webapp/lenya: content/menus/admin.xsp pubs/blog/config/menus/archive.xsp pubs/blog/config/menus/entry.xsp pubs/blog/config/menus/feed.xsp

Author: gregor
Date: Sun Jan 30 14:10:01 2005
New Revision: 149166

URL: http://svn.apache.org/viewcvs?view=rev&rev=149166
Log:
Changed remaining instances of lenya.usecase=logout to lenya.usecase=ac.logout

Modified:
    lenya/trunk/src/webapp/lenya/content/menus/admin.xsp
    lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/archive.xsp
    lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/entry.xsp
    lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/feed.xsp

Modified: lenya/trunk/src/webapp/lenya/content/menus/admin.xsp
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/content/menus/admin.xsp?view=diff&r1=149165&r2=149166
==============================================================================
--- lenya/trunk/src/webapp/lenya/content/menus/admin.xsp (original)
+++ lenya/trunk/src/webapp/lenya/content/menus/admin.xsp Sun Jan 30 14:10:01 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: admin.xsp,v 1.10 2004/03/13 12:31:34 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsp:page 
     language="java" 
@@ -39,7 +39,7 @@
   <menus>
     <menu i18n:attr="name" name="File" label="File">
       <block>
-        <item href="?lenya.usecase=logout&amp;lenya.step=showscreen"><i18n:text>Logout</i18n:text></item>
+        <item href="?lenya.usecase=ac.logout"><i18n:text>Logout</i18n:text></item>
       </block>
     </menu>
 

Modified: lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/archive.xsp
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/archive.xsp?view=diff&r1=149165&r2=149166
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/archive.xsp (original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/archive.xsp Sun Jan 30 14:10:01 2005
@@ -44,7 +44,7 @@
   <menus>
     <menu name="File" label="File">
       <block>
-        <item><xsp:attribute name="href">?lenya.usecase=logout</xsp:attribute>Logout</item>
+        <item><xsp:attribute name="href">?lenya.usecase=ac.logout</xsp:attribute>Logout</item>
       </block>
     </menu>
 

Modified: lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/entry.xsp
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/entry.xsp?view=diff&r1=149165&r2=149166
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/entry.xsp (original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/entry.xsp Sun Jan 30 14:10:01 2005
@@ -76,7 +76,7 @@
       </block>
       -->
       <block>
-        <item><xsp:attribute name="href">?lenya.usecase=logout</xsp:attribute>Logout</item>
+        <item><xsp:attribute name="href">?lenya.usecase=ac.logout</xsp:attribute>Logout</item>
       </block>
     </menu>
 

Modified: lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/feed.xsp
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/feed.xsp?view=diff&r1=149165&r2=149166
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/feed.xsp (original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/feed.xsp Sun Jan 30 14:10:01 2005
@@ -51,7 +51,7 @@
         <item uc:usecase="publish" href="../../sidebar.html?sources=sidebar.xml&amp;uris=feeds/all/index.html&amp;lenya.step=showscreen">Publish Sidebar</item>
       </block>
       <block>
-        <item><xsp:attribute name="href">?lenya.usecase=logout</xsp:attribute>Logout</item>
+        <item><xsp:attribute name="href">?lenya.usecase=ac.logout</xsp:attribute>Logout</item>
       </block>
     </menu>
  



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