mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
* Completed last commit
This commit is contained in:
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
|
||||
%>
|
||||
Reference in New Issue
Block a user