summaryrefslogtreecommitdiffhomepage
path: root/modules/base/luasrc/view/cbi/header.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-06-11 14:00:09 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-06-11 14:00:09 +0000
commitd4dc08dcb219a278a94e68aa87c13bca6361eeca (patch)
treea45570843d4d1cb6af11615674857bc23a5d4afb /modules/base/luasrc/view/cbi/header.htm
parent8c866ce4527f22d413fca3a46691ea31c58154c5 (diff)
Fix wrong directory in luci-base
Diffstat (limited to 'modules/base/luasrc/view/cbi/header.htm')
-rw-r--r--modules/base/luasrc/view/cbi/header.htm7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/base/luasrc/view/cbi/header.htm b/modules/base/luasrc/view/cbi/header.htm
new file mode 100644
index 0000000000..2bddaba61a
--- /dev/null
+++ b/modules/base/luasrc/view/cbi/header.htm
@@ -0,0 +1,7 @@
+<%+header%>
+<form method="post" name="cbi" action="<%=REQUEST_URI%>" enctype="multipart/form-data" onreset="return cbi_validate_reset(this)" onsubmit="return cbi_validate_form(this, '<%:Some fields are invalid, cannot save values!%>')">
+ <div>
+ <script type="text/javascript" src="<%=resource%>/cbi.js"></script>
+ <input type="hidden" name="cbi.submit" value="1" />
+ <input type="submit" value="<%:Save%>" class="hidden" />
+ </div>