* Completed last commit
This commit is contained in:
parent
178da94019
commit
57eed999a2
2 changed files with 14 additions and 0 deletions
7
core/src/view/cbi/valuefooter.htm
Normal file
7
core/src/view/cbi/valuefooter.htm
Normal file
|
@ -0,0 +1,7 @@
|
|||
<%
|
||||
if self.tiny then
|
||||
include("cbi/tiny_valuefooter")
|
||||
else
|
||||
include("cbi/full_valuefooter")
|
||||
end
|
||||
%>
|
7
core/src/view/cbi/valueheader.htm
Normal file
7
core/src/view/cbi/valueheader.htm
Normal file
|
@ -0,0 +1,7 @@
|
|||
<%
|
||||
if self.tiny then
|
||||
include("cbi/tiny_valueheader")
|
||||
else
|
||||
include("cbi/full_valueheader")
|
||||
end
|
||||
%>
|
Loading…
Reference in a new issue