luci-0.9: merge r5115

This commit is contained in:
Jo-Philipp Wich 2010-03-06 19:15:16 +00:00
parent 9e0713734e
commit f72e3e2ad3

View file

@ -69,7 +69,7 @@ end
-%>
<tr class="cbi-section-table-row<% if self.extedit or self.rowcolors then %> cbi-rowstyle-<%=rowstyle()%><% end %>" id="cbi-<%=self.config%>-<%=section%>">
<% if not self.anonymous then -%>
<th><h3><%=k%></h3></th>
<th><h3><%=(type(self.sectiontitle) == "function") and self:sectiontitle(section) or k%></h3></th>
<%- end %>