libs/cbi:
[project/luci.git] / libs / cbi / luasrc / view / cbi / map.htm
index 6378f72..8616568 100644 (file)
@@ -14,17 +14,17 @@ $Id$
 -%>
 
 <div class="cbi-map" id="cbi-<%=self.config%>">
-       <h1><%=self.title%></h1>
+       <h2><a id="content" name="content"><%=self.title%></a></h2>
        <div class="cbi-map-descr"><%=self.description%></div>
        <%- if self._apply then -%>
                <fieldset class="cbi-section">
-                       <legend><%:cbi_applying%></legend>
+                       <legend><%:Applying changes%></legend>
                        <ul class="cbi-apply"><%-
                                local fp = self._apply()
                                self._apply = nil
                                local line = fp:read()
                                while line do
-                                       write("<li>" .. luci.util.pcdata(line) .. "</li>\n")
+                                       write("<li>" .. pcdata(line) .. "</li>\n")
                                        line = fp:read()
                                end
                                fp:close()