[Checkins] SVN: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/templates/ Template renamed.

Charlie Clark charlie at begeistert.org
Wed Nov 16 10:53:41 UTC 2011


Log message for revision 123368:
  Template renamed.

Changed:
  D   Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/templates/cache.pt
  A   Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/templates/flush.pt

-=-
Deleted: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/templates/cache.pt
===================================================================
--- Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/templates/cache.pt	2011-11-16 10:36:04 UTC (rev 123367)
+++ Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/templates/cache.pt	2011-11-16 10:53:41 UTC (rev 123368)
@@ -1,29 +0,0 @@
-<html>
-<title>Flush Cache</title>
-
-<body>
-
-<nav>
-  <ul>
-    <li>Overview</li>
-    <li>Activity</li>
-    <li>Cache Parameters</li>
-    <li>Flush Cache</li>
-  </ul>
-</nav>
-
-<h1>Flush Cache</h1>
-
-  <h2>Minimize</h2>
-  <p>Remove all objects from all ZODB in-memory caches</p>
-
-  <form action="./" method="Post">
-
-  <input type="submit" name="manage_minimize" value="Minimize" />
-
-  </form>
-
-<!--Cache details removed from this view - see cache parameters view-->
-
-</body>
-</html>
\ No newline at end of file

Copied: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/templates/flush.pt (from rev 123363, Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/templates/cache.pt)
===================================================================
--- Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/templates/flush.pt	                        (rev 0)
+++ Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/templates/flush.pt	2011-11-16 10:53:41 UTC (rev 123368)
@@ -0,0 +1,29 @@
+<html>
+<title>Flush Cache</title>
+
+<body>
+
+<nav>
+  <ul>
+    <li>Overview</li>
+    <li>Activity</li>
+    <li>Cache Parameters</li>
+    <li>Flush Cache</li>
+  </ul>
+</nav>
+
+<h1>Flush Cache</h1>
+
+  <h2>Minimize</h2>
+  <p>Remove all objects from all ZODB in-memory caches</p>
+
+  <form action="./" method="Post">
+
+  <input type="submit" name="manage_minimize" value="Minimize" />
+
+  </form>
+
+<!--Cache details removed from this view - see cache parameters view-->
+
+</body>
+</html>
\ No newline at end of file



More information about the checkins mailing list