Author: sdumitriu
Date: 2008-02-13 18:32:32 +0100 (Wed, 13 Feb 2008)
New Revision: 7638

Added:
   
xwiki-platform/web/trunk/standard/src/main/webapp/templates/docalreadyexists.vm
Removed:
   
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docalreadyexists.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/docalreadyexists.vm
===================================================================
--- 
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docalreadyexists.vm
       2008-02-13 17:32:24 UTC (rev 7637)
+++ 
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docalreadyexists.vm
       2008-02-13 17:32:32 UTC (rev 7638)
@@ -1,17 +0,0 @@
-###
-### Document already exists message
-###
-###
-$response.setStatus(409)
-#template("startpage.vm")
-<div class="main layoutsubsection">
-#if($xwiki.exists("XWiki.DocumentAlreadyExist"))
-    $xwiki.includeForm("XWiki.DocumentAlreadyExist",false)
-#else
-#xwikimessageboxstart($msg.get("notice") $msg.get("thispagealreadyexists"))
-$!exception
-#xwikimessageboxend()
-#end
-<div class="clearfloats"></div>
-</div>
-#template("endpage.vm")

Copied: 
xwiki-platform/web/trunk/standard/src/main/webapp/templates/docalreadyexists.vm 
(from rev 7637, 
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docalreadyexists.vm)
===================================================================
--- 
xwiki-platform/web/trunk/standard/src/main/webapp/templates/docalreadyexists.vm 
                            (rev 0)
+++ 
xwiki-platform/web/trunk/standard/src/main/webapp/templates/docalreadyexists.vm 
    2008-02-13 17:32:32 UTC (rev 7638)
@@ -0,0 +1,17 @@
+###
+### Document already exists message
+###
+###
+$response.setStatus(409)
+#template("startpage.vm")
+<div class="main layoutsubsection">
+#if($xwiki.exists("XWiki.DocumentAlreadyExist"))
+    $xwiki.includeForm("XWiki.DocumentAlreadyExist",false)
+#else
+#xwikimessageboxstart($msg.get("notice") $msg.get("thispagealreadyexists"))
+$!exception
+#xwikimessageboxend()
+#end
+<div class="clearfloats"></div>
+</div>
+#template("endpage.vm")

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

Reply via email to