* Separated the MVC-Webframework from core
[project/luci.git] / core / src / view / cbi / value.htm
diff --git a/core/src/view/cbi/value.htm b/core/src/view/cbi/value.htm
deleted file mode 100644 (file)
index 31bf38f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<%+cbi/valueheader%>
-                                                               <input type="text" onchange="cbi_d_update(this.id)" <% if self.size then %>size="<%=self.size%>" <% end %><% if self.maxlength then %>maxlength="<%=self.maxlength%>" <% end %>name="cbid.<%=self.config.."."..section.."."..self.option%>" id="cbid.<%=self.config.."."..section.."."..self.option%>" value="<%=self:cfgvalue(section)%>" />
-<%+cbi/valuefooter%>