r940 - in xwiki/trunk/src/main: resources web/templates
Phung Hai Nam
namphunghai at users.forge.objectweb.org
Mon Feb 27 04:20:20 CET 2006
Author: namphunghai
Date: 2006-02-27 04:20:19 +0100 (Mon, 27 Feb 2006)
New Revision: 940
Added:
xwiki/trunk/src/main/web/templates/notexist.vm
Modified:
xwiki/trunk/src/main/resources/ApplicationResources.properties
Log:
New view revision action fix for task #XWIKI-18
Modified: xwiki/trunk/src/main/resources/ApplicationResources.properties
===================================================================
--- xwiki/trunk/src/main/resources/ApplicationResources.properties 2006-02-27 03:03:03 UTC (rev 939)
+++ xwiki/trunk/src/main/resources/ApplicationResources.properties 2006-02-27 03:20:19 UTC (rev 940)
@@ -186,6 +186,7 @@
rollback=Rollback
readytorollback=Do you want to rollback to version
readonly=This server is currently in readonly mode
+revisiondoesnotexist=This document does not exist in this version. The latest version is available <a href="$doc.getURL("view")">here</a>.
chartwizard=Chart Wizard
chwhide=hide
Added: xwiki/trunk/src/main/web/templates/notexist.vm
===================================================================
--- xwiki/trunk/src/main/web/templates/notexist.vm 2006-02-27 03:03:03 UTC (rev 939)
+++ xwiki/trunk/src/main/web/templates/notexist.vm 2006-02-27 03:20:19 UTC (rev 940)
@@ -0,0 +1,15 @@
+#template("xwiki.vm")
+#template("httpheader.vm")
+#template("header.vm")
+#template("baseheader.vm")
+<div id="xwikicontent">
+$msg.get("problemoccured")
+<br /><br />
+$msg.get("detailedinformation"):<br />
+
+$xwiki.parseContent($msg.get("revisiondoesnotexist"))
+</div>
+#template("basefooter.vm")
+#template("footer.vm")
+
+
More information about the Xwiki-notifications
mailing list