* Completed last commit
authorSteven Barth <steven@midlink.org>
Wed, 14 May 2008 09:11:19 +0000 (09:11 +0000)
committerSteven Barth <steven@midlink.org>
Wed, 14 May 2008 09:11:19 +0000 (09:11 +0000)
core/src/view/cbi/valuefooter.htm [new file with mode: 0644]
core/src/view/cbi/valueheader.htm [new file with mode: 0644]

diff --git a/core/src/view/cbi/valuefooter.htm b/core/src/view/cbi/valuefooter.htm
new file mode 100644 (file)
index 0000000..99de567
--- /dev/null
@@ -0,0 +1,7 @@
+<%
+if self.tiny then
+       include("cbi/tiny_valuefooter")
+else
+       include("cbi/full_valuefooter")
+end
+%>
\ No newline at end of file
diff --git a/core/src/view/cbi/valueheader.htm b/core/src/view/cbi/valueheader.htm
new file mode 100644 (file)
index 0000000..3b7dd5b
--- /dev/null
@@ -0,0 +1,7 @@
+<%
+if self.tiny then
+       include("cbi/tiny_valueheader")
+else
+       include("cbi/full_valueheader")
+end
+%>
\ No newline at end of file