Author: sdumitriu
Date: 2008-02-13 19:47:35 +0100 (Wed, 13 Feb 2008)
New Revision: 7678

Added:
   xwiki-platform/web/trunk/standard/src/main/webapp/templates/rightpanels.vm
Removed:
   
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/rightpanels.vm
Log:
XWIKI-2114: Upgrade the default templates
XSALBATROSS-13: Move Albatross templates files to the XWiki Core templates 
directory to share them with other skins


Deleted: 
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/rightpanels.vm
===================================================================
--- 
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/rightpanels.vm
    2008-02-13 18:45:56 UTC (rev 7677)
+++ 
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/rightpanels.vm
    2008-02-13 18:47:35 UTC (rev 7678)
@@ -1,8 +0,0 @@
-#if($showRightPanels == "1" || $request.getParameter("forceRightPanels"))
-<div id="rightPanels" class="panels right"#if($showRightPanels != "1" && 
$request.getParameter("forceRightPanels")) style="display: none;"#end>
-#foreach($panel in $rightPanels)
-##$xwiki.includeForm("$panel",false)
-#displaypanel($panel.trim())
-#end
-</div>
-#end
\ No newline at end of file

Copied: 
xwiki-platform/web/trunk/standard/src/main/webapp/templates/rightpanels.vm 
(from rev 7677, 
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/rightpanels.vm)
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/templates/rightpanels.vm  
                        (rev 0)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/rightpanels.vm  
2008-02-13 18:47:35 UTC (rev 7678)
@@ -0,0 +1,8 @@
+#if($showRightPanels == "1" || $request.getParameter("forceRightPanels"))
+<div id="rightPanels" class="panels right"#if($showRightPanels != "1" && 
$request.getParameter("forceRightPanels")) style="display: none;"#end>
+#foreach($panel in $rightPanels)
+##$xwiki.includeForm("$panel",false)
+#displaypanel($panel.trim())
+#end
+</div>
+#end
\ No newline at end of file

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to