Author: sdumitriu
Date: 2008-02-13 16:39:02 +0100 (Wed, 13 Feb 2008)
New Revision: 7601

Added:
   xwiki-platform/web/trunk/standard/src/main/webapp/templates/accessdenied.vm
Removed:
   
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/accessdenied.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/accessdenied.vm
===================================================================
--- 
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/accessdenied.vm
   2008-02-13 15:38:48 UTC (rev 7600)
+++ 
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/accessdenied.vm
   2008-02-13 15:39:02 UTC (rev 7601)
@@ -1,16 +0,0 @@
-###
-### Access denied message
-###
-###
-#template("startpage.vm")
-<div class="main layoutsubsection">
-#if ($xwiki.isReadOnly())
-#xwikimessageboxstart($msg.get("error") $msg.get("readonly"))
-#else
-#xwikimessageboxstart($msg.get("error") $msg.get("notallowed"))
-#end
-$!exception
-#xwikimessageboxend()
-<div class="clearfloats"></div>
-</div>
-#template("endpage.vm")

Copied: 
xwiki-platform/web/trunk/standard/src/main/webapp/templates/accessdenied.vm 
(from rev 7600, 
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/accessdenied.vm)
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/templates/accessdenied.vm 
                        (rev 0)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/accessdenied.vm 
2008-02-13 15:39:02 UTC (rev 7601)
@@ -0,0 +1,16 @@
+###
+### Access denied message
+###
+###
+#template("startpage.vm")
+<div class="main layoutsubsection">
+#if ($xwiki.isReadOnly())
+#xwikimessageboxstart($msg.get("error") $msg.get("readonly"))
+#else
+#xwikimessageboxstart($msg.get("error") $msg.get("notallowed"))
+#end
+$!exception
+#xwikimessageboxend()
+<div class="clearfloats"></div>
+</div>
+#template("endpage.vm")

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

Reply via email to