* Completed last commit

This commit is contained in:
Steven Barth 2008-05-14 09:11:19 +00:00
parent 178da94019
commit 57eed999a2
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<%
if self.tiny then
include("cbi/tiny_valuefooter")
else
include("cbi/full_valuefooter")
end
%>

View file

@ -0,0 +1,7 @@
<%
if self.tiny then
include("cbi/tiny_valueheader")
else
include("cbi/full_valueheader")
end
%>