diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-11 14:00:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-11 14:00:09 +0000 |
commit | d4dc08dcb219a278a94e68aa87c13bca6361eeca (patch) | |
tree | a45570843d4d1cb6af11615674857bc23a5d4afb /modules/base/luasrc/view/cbi/map.htm | |
parent | 8c866ce4527f22d413fca3a46691ea31c58154c5 (diff) |
Fix wrong directory in luci-base
Diffstat (limited to 'modules/base/luasrc/view/cbi/map.htm')
-rw-r--r-- | modules/base/luasrc/view/cbi/map.htm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/base/luasrc/view/cbi/map.htm b/modules/base/luasrc/view/cbi/map.htm new file mode 100644 index 0000000000..053220d185 --- /dev/null +++ b/modules/base/luasrc/view/cbi/map.htm @@ -0,0 +1,13 @@ +<%- if firstmap and messages then local msg; for _, msg in ipairs(messages) do -%> + <div class="errorbox"><%=pcdata(msg)%></div> +<%- end end -%> + +<%-+cbi/apply_xhr-%> + +<div class="cbi-map" id="cbi-<%=self.config%>"> + <% if self.title and #self.title > 0 then %><h2><a id="content" name="content"><%=self.title%></a></h2><% end %> + <% if self.description and #self.description > 0 then %><div class="cbi-map-descr"><%=self.description%></div><% end %> + <%- if firstmap and applymap then cbi_apply_xhr(self.config, parsechain, redirect) end -%> + <%- self:render_children() %> + <br /> +</div> |