summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/view/cbi/tvalue.htm
diff options
context:
space:
mode:
Diffstat (limited to 'libs/web/luasrc/view/cbi/tvalue.htm')
-rw-r--r--libs/web/luasrc/view/cbi/tvalue.htm5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/web/luasrc/view/cbi/tvalue.htm b/libs/web/luasrc/view/cbi/tvalue.htm
deleted file mode 100644
index fcf7a6c94..000000000
--- a/libs/web/luasrc/view/cbi/tvalue.htm
+++ /dev/null
@@ -1,5 +0,0 @@
-<%+cbi/valueheader%>
- <textarea class="cbi-input-textarea" <% if not self.size then %> style="width: 100%"<% else %> cols="<%=self.size%>"<% end %> onchange="cbi_d_update(this.id)"<%= attr("name", cbid) .. attr("id", cbid) .. ifattr(self.rows, "rows") .. ifattr(self.wrap, "wrap") %>>
- <%-=pcdata(self:cfgvalue(section))-%>
- </textarea>
-<%+cbi/valuefooter%>