diff options
Diffstat (limited to 'modules/luci-compat/luasrc/view/cbi/browser.htm')
-rw-r--r-- | modules/luci-compat/luasrc/view/cbi/browser.htm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/luci-compat/luasrc/view/cbi/browser.htm b/modules/luci-compat/luasrc/view/cbi/browser.htm new file mode 100644 index 0000000000..eb47ffafe6 --- /dev/null +++ b/modules/luci-compat/luasrc/view/cbi/browser.htm @@ -0,0 +1,10 @@ +<%+cbi/valueheader%> + +<input class="cbi-input-text" type="text"<%= + attr("id", cbid) .. + attr("name", cbid) .. + attr("value", self:cfgvalue(section) or self.default) .. + attr("data-browser", self.default_path or "") +%> /> + +<%+cbi/valuefooter%> |