Author: sdumitriu
Date: 2008-02-14 01:29:20 +0100 (Thu, 14 Feb 2008)
New Revision: 7718

Modified:
   xwiki-platform/web/trunk/standard/src/main/webapp/templates/diffall.vm
Log:
XWIKI-2114: Upgrade the default templates


Modified: xwiki-platform/web/trunk/standard/src/main/webapp/templates/diffall.vm
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/templates/diffall.vm      
2008-02-14 00:27:44 UTC (rev 7717)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/diffall.vm      
2008-02-14 00:29:20 UTC (rev 7718)
@@ -1,13 +1,9 @@
-#template("xwiki.vm")
-#template("httpheader.vm")
-#template("header.vm")
-#template("viewheader.vm")
-#if($message)
-<div id="xwikimessage">
-$message
-</div>
-#end
-<div id="xwikicontent">
+###
+### Document already exists message
+###
+###
+#template("startpage.vm")
+<div class="main layoutsubsection">
 #set($versiontodiff= $request.get("version"))
 #set($topic = $request.get("topic"))
 #if(!$topic)
@@ -116,6 +112,6 @@
 #set($nextversion = $version)
 #end
 #end
+<div class="clearfloats"></div>
 </div>
-#template("basefooter.vm")
-#template("footer.vm")
+#template("endpage.vm")

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

Reply via email to