From 57eed999a292247bfb1e163c604f2cf876687baa Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 14 May 2008 09:11:19 +0000 Subject: [PATCH] * Completed last commit --- core/src/view/cbi/valuefooter.htm | 7 +++++++ core/src/view/cbi/valueheader.htm | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 core/src/view/cbi/valuefooter.htm create mode 100644 core/src/view/cbi/valueheader.htm diff --git a/core/src/view/cbi/valuefooter.htm b/core/src/view/cbi/valuefooter.htm new file mode 100644 index 000000000..99de567e0 --- /dev/null +++ b/core/src/view/cbi/valuefooter.htm @@ -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 index 000000000..3b7dd5b82 --- /dev/null +++ b/core/src/view/cbi/valueheader.htm @@ -0,0 +1,7 @@ +<% +if self.tiny then + include("cbi/tiny_valueheader") +else + include("cbi/full_valueheader") +end +%> \ No newline at end of file -- 2.25.1