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 2005/05/08 00:34:31 UTC

svn commit: r169114 - in /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus: archive.xsp entry.xsp feed.xsp

Author: michi
Date: Sat May  7 15:34:29 2005
New Revision: 169114

URL: http://svn.apache.org/viewcvs?rev=169114&view=rev
Log:
logout activated

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/archive.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/entry.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/feed.xsp

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/archive.xsp
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/archive.xsp?rev=169114&r1=169113&r2=169114&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/archive.xsp (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/archive.xsp Sat May  7 15:34:29 2005
@@ -44,7 +44,7 @@
   <menus>
     <menu i18n:attr="name" name="File" label="File">
       <block>
-        <item uc:usecase="logout"><i18n:text>Logout</i18n:text></item>
+        <item uc:usecase="logout" href="?"><i18n:text>Logout</i18n:text></item>
       </block>
     </menu>
 

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/entry.xsp
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/entry.xsp?rev=169114&r1=169113&r2=169114&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/entry.xsp (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/entry.xsp Sat May  7 15:34:29 2005
@@ -67,7 +67,7 @@
       </block>
       -->
       <block>
-        <item uc:usecase="logout"><i18n:text>Logout</i18n:text></item>
+        <item uc:usecase="logout" href="?"><i18n:text>Logout</i18n:text></item>
       </block>
     </menu>
 

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/feed.xsp
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/feed.xsp?rev=169114&r1=169113&r2=169114&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/feed.xsp (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/feed.xsp Sat May  7 15:34:29 2005
@@ -51,7 +51,7 @@
         <item uc:usecase="publish" uc:step="showscreen" href="../../sidebar.html?sources=sidebar.xml&amp;uris=feeds/all/index.html"><i18n:text>Publish Sidebar</i18n:text></item>
       </block>
       <block>
-        <item uc:usecase="logout"><i18n:text>Logout</i18n:text></item>
+        <item uc:usecase="logout" href="?"><i18n:text>Logout</i18n:text></item>
       </block>
     </menu>
  



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