summaryrefslogtreecommitdiffhomepage
path: root/modules/base/luasrc/view/cbi/tvalue.htm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base/luasrc/view/cbi/tvalue.htm')
-rw-r--r--modules/base/luasrc/view/cbi/tvalue.htm5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/base/luasrc/view/cbi/tvalue.htm b/modules/base/luasrc/view/cbi/tvalue.htm
deleted file mode 100644
index 4841c370a4..0000000000
--- a/modules/base/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") .. ifattr(self.readonly, "readonly") %>>
- <%-=pcdata(self:cfgvalue(section))-%>
- </textarea>
-<%+cbi/valuefooter%>