summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view/cbi/map.htm
diff options
context:
space:
mode:
Diffstat (limited to 'src/ffluci/view/cbi/map.htm')
-rw-r--r--src/ffluci/view/cbi/map.htm15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/ffluci/view/cbi/map.htm b/src/ffluci/view/cbi/map.htm
index e4f493bd09..b724ffccbb 100644
--- a/src/ffluci/view/cbi/map.htm
+++ b/src/ffluci/view/cbi/map.htm
@@ -1,7 +1,10 @@
-<div class="cbi-map" id="cbi-<%=self.config%>">
-<form method="post" action="<%=os.getenv("REQUEST_URI")%>">
-<h1><%=self.title%></h1>
-<div class="cbi-map-descr"><%=self.description%></div>
+ <div class="cbi-map" id="cbi-<%=self.config%>">
+ <form method="post" action="<%=os.getenv("REQUEST_URI")%>">
+ <h1><%=self.title%></h1>
+ <div class="cbi-map-descr"><%=self.description%></div>
+ <br />
<% for k, node in ipairs(self.children) do node:render() end %>
-</form>
-</div>
+ <br />
+ <input type="submit" /> <input type="reset" />
+ </form>
+ </div>