From d5dff8f9a5ca85d197cbb6037f95053bc55941e5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 3 Nov 2019 20:49:31 +0100 Subject: treewide: move server side CBI support to luci-compat Signed-off-by: Jo-Philipp Wich --- modules/luci-base/luasrc/view/cbi/cell_valueheader.htm | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 modules/luci-base/luasrc/view/cbi/cell_valueheader.htm (limited to 'modules/luci-base/luasrc/view/cbi/cell_valueheader.htm') diff --git a/modules/luci-base/luasrc/view/cbi/cell_valueheader.htm b/modules/luci-base/luasrc/view/cbi/cell_valueheader.htm deleted file mode 100644 index 4b70957543..0000000000 --- a/modules/luci-base/luasrc/view/cbi/cell_valueheader.htm +++ /dev/null @@ -1,12 +0,0 @@ -<%- - local title = luci.util.trim(striptags(self.title)) - local descr = luci.util.trim(striptags(self.description)) - local ftype = self.typename or (self.template and self.template:gsub("^.+/", "")) --%> -
0, "data-type", ftype) .. - ifattr(title and #title > 0, "data-title", title, true) .. - ifattr(descr and #descr > 0, "data-description", descr, true) -%>> -
" data-index="<%=self.index%>" data-depends="<%=pcdata(self:deplist2json(section))%>"> -- cgit v1.2.3