Author: sdumitriu
Date: 2008-02-13 16:38:48 +0100 (Wed, 13 Feb 2008)
New Revision: 7600

Removed:
   xwiki-platform/web/trunk/standard/src/main/webapp/templates/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/web/trunk/standard/src/main/webapp/templates/accessdenied.vm
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/templates/accessdenied.vm 
2008-02-13 15:36:15 UTC (rev 7599)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/accessdenied.vm 
2008-02-13 15:38:48 UTC (rev 7600)
@@ -1,16 +0,0 @@
-#template("xwiki.vm")
-#template("httpheader.vm")
-#template("header.vm")
-#template("baseheader.vm")
-#set ($isReadOnly = $xwiki.isReadOnly())
-<div id="xwikicontent">
-#if ($isReadOnly)
-<div id="xwikireadonly">
-$msg.get("readonly")
-</div>
-#else
-$msg.get("notallowed")
-#end
-</div>
-#template("basefooter.vm")
-#template("footer.vm")

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

Reply via email to