Author: sdumitriu
Date: 2008-02-13 18:42:15 +0100 (Wed, 13 Feb 2008)
New Revision: 7647

Added:
   xwiki-platform/web/trunk/standard/src/main/webapp/templates/deleted.vm
Removed:
   xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/deleted.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/deleted.vm
===================================================================
--- 
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/deleted.vm    
    2008-02-13 17:41:51 UTC (rev 7646)
+++ 
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/deleted.vm    
    2008-02-13 17:42:15 UTC (rev 7647)
@@ -1,15 +0,0 @@
-###
-### Document deleted message
-###
-###
-#template("startpage.vm")
-<div class="main layoutsubsection">
-#if($message)
-<div id="xwikimessage">$message</div>
-#end
-#xwikimessageboxstart($msg.get("delete") $msg.get("deleted"))
-#template("recyclebinlist.vm")
-#xwikimessageboxend()
-</div>
-<div class="clearfloats"></div>
-#template("endpage.vm")

Copied: xwiki-platform/web/trunk/standard/src/main/webapp/templates/deleted.vm 
(from rev 7646, 
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/deleted.vm)
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/templates/deleted.vm      
                        (rev 0)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/deleted.vm      
2008-02-13 17:42:15 UTC (rev 7647)
@@ -0,0 +1,15 @@
+###
+### Document deleted message
+###
+###
+#template("startpage.vm")
+<div class="main layoutsubsection">
+#if($message)
+<div id="xwikimessage">$message</div>
+#end
+#xwikimessageboxstart($msg.get("delete") $msg.get("deleted"))
+#template("recyclebinlist.vm")
+#xwikimessageboxend()
+</div>
+<div class="clearfloats"></div>
+#template("endpage.vm")

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

Reply via email to