You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/06/09 00:49:34 UTC

svn commit: r412877 - in /incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles: menu-admin.jsp menu-editor.jsp tiles-frontpage.jsp

Author: agilliland
Date: Thu Jun  8 15:49:34 2006
New Revision: 412877

URL: http://svn.apache.org/viewvc?rev=412877&view=rev
Log:
another couple changes that are part of the moving of velocity templates to /WEB-INF/velocity/*


Modified:
    incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/menu-admin.jsp
    incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/menu-editor.jsp
    incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/tiles-frontpage.jsp

Modified: incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/menu-admin.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/menu-admin.jsp?rev=412877&r1=412876&r2=412877&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/menu-admin.jsp (original)
+++ incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/menu-admin.jsp Thu Jun  8 15:49:34 2006
@@ -17,7 +17,7 @@
 --%>
 <%@ include file="/taglibs.jsp" %>
 
-<roller:Menu model="admin-menu.xml" view="/menu-tabbed.vm" />
+<roller:Menu model="admin-menu.xml" view="templates/menu/menu-tabbed.vm" />
 
 
 

Modified: incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/menu-editor.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/menu-editor.jsp?rev=412877&r1=412876&r2=412877&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/menu-editor.jsp (original)
+++ incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/menu-editor.jsp Thu Jun  8 15:49:34 2006
@@ -17,6 +17,6 @@
 --%>
 <%@ include file="/taglibs.jsp" %>
 
-<roller:Menu model="editor-menu.xml" view="/menu-tabbed.vm" />
+<roller:Menu model="editor-menu.xml" view="templates/menu/menu-tabbed.vm" />
 
 

Modified: incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/tiles-frontpage.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/tiles-frontpage.jsp?rev=412877&r1=412876&r2=412877&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/tiles-frontpage.jsp (original)
+++ incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/tiles/tiles-frontpage.jsp Thu Jun  8 15:49:34 2006
@@ -58,7 +58,7 @@
         <tiles:insert attribute="title" />
         <c:choose>
             <c:when test="${planetEnabled}">
-               <roller:Menu model="planet-menu.xml" view="/menu-tabbed.vm" />
+               <roller:Menu model="planet-menu.xml" view="templates/menu/menu-tabbed.vm" />
             </c:when>
             <c:otherwise>
             </c:otherwise>