[pal-cvs 2696] [428] added mode to support /configure.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 8月 3日 (金) 10:18:47 JST


Revision: 428
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=428
Author:   shinsuke
Date:     2007-08-03 10:18:46 +0900 (Fri, 03 Aug 2007)

Log Message:
-----------
added mode to support /configure.

Modified Paths:
--------------
    pal-portal/trunk/portal/patches/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm


-------------- next part --------------
Modified: pal-portal/trunk/portal/patches/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm
===================================================================
--- pal-portal/trunk/portal/patches/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm	2007-08-03 01:14:25 UTC (rev 427)
+++ pal-portal/trunk/portal/patches/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm	2007-08-03 01:18:46 UTC (rev 428)
@@ -235,8 +235,8 @@
 -    </fieldset>
 -    <br style="clear:both;">
 -    </form>
-+  #set ($pagePref = "${jetspeed.basePath}/system/customizer/site-editor.psml?path=${psrc.managedPage}&amp;returnPath=${profiledPage}")
-+  #set ($layoutPref = "${jetspeed.basePath}/system/customizer/site-editor.psml?path=${psrc.managedPage}::${myFragment.id}&amp;returnPath=${profiledPage}")
++  #set ($pagePref = "${jetspeed.basePath}/system/customizer/site-editor.psml?mode=${rc.request.servletPath}&amp;path=${psrc.managedPage}&amp;returnPath=${profiledPage}")
++  #set ($layoutPref = "${jetspeed.basePath}/system/customizer/site-editor.psml?mode=${rc.request.servletPath}&amp;path=${psrc.managedPage}::${myFragment.id}&amp;returnPath=${profiledPage}")
 +  <div style="text-align:right;" class="siteeditor">
 +  #if ($isRoot)
 +    <a href="$pagePref"><img src="#GetPageResource('images/page-preference.gif')" border="0"/>$messages.getString("portal.page.preference")</a>


pal-cvs メーリングリストの案内
Back to archive index