diff --git a/core/src/view/cbi/valuefooter.htm b/core/src/view/cbi/valuefooter.htm new file mode 100644 index 0000000000..99de567e03 --- /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 0000000000..3b7dd5b820 --- /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