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 2005/02/14 11:32:43 UTC

svn commit: r153772 - lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/feed.xsp

Author: andreas
Date: Mon Feb 14 02:32:41 2005
New Revision: 153772

URL: http://svn.apache.org/viewcvs?view=rev&rev=153772
Log:
added missing href attribute to menu item

Modified:
    lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/feed.xsp

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=153771&r2=153772
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/feed.xsp (original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/config/menus/feed.xsp Mon Feb 14 02:32:41 2005
@@ -45,7 +45,7 @@
   <menus>
     <menu i18n:attr="name" name="File">
       <block>
-        <item uc:usecase="site.create">Add&#160;new&#160;Entry</item>
+        <item uc:usecase="site.create" href="?">Add&#160;new&#160;Entry</item>
       </block>
       <block>
         <item wf:event="edit" uc:usecase="edit" uc:step="open" href="../../sidebar.html?form=sidebar">Edit&#160;Sidebar&#160;with&#160;Forms</item>



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