* core: Added template for a table view of typed sections
[project/luci.git] / core / src / view / cbi / valueheader.htm
index 3b7dd5b8208d4df11847742c5b5ed81c86d869b4..8d9802f57fba99d3c1beffa07354541ecdc71174 100644 (file)
@@ -1,7 +1,5 @@
-<%
-if self.tiny then
-       include("cbi/tiny_valueheader")
+<% if valueheader then
+       include(valueheader)
 else
        include("cbi/full_valueheader")
 else
        include("cbi/full_valueheader")
-end
-%>
\ No newline at end of file
+end %>
\ No newline at end of file