summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view/cbi/value.htm
diff options
context:
space:
mode:
Diffstat (limited to 'src/ffluci/view/cbi/value.htm')
-rw-r--r--src/ffluci/view/cbi/value.htm7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ffluci/view/cbi/value.htm b/src/ffluci/view/cbi/value.htm
new file mode 100644
index 0000000000..a39010ac8d
--- /dev/null
+++ b/src/ffluci/view/cbi/value.htm
@@ -0,0 +1,7 @@
+<div class="cbi-value">
+<div class="cbi-value-title"><%=self.title%></div>
+<div class="cbi-value-field">
+<input type="text" name="<%=self.map.config.."."..self.section.."."..self.option%>" value="<%=self:ucivalue()%>" />
+</div>
+<div class="cbi-value-description"><%=self.description%></div>
+</div> \ No newline at end of file