* luci/libs/cbi: fix html errors in cbi templates

This commit is contained in:
Jo-Philipp Wich 2008-09-08 00:34:27 +00:00
parent 19c79a30b9
commit eff278317e
2 changed files with 14 additions and 19 deletions

View file

@ -39,7 +39,6 @@ $Id$
<%- end -%>', '<%:cbi_manual%>'); <%- end -%>', '<%:cbi_manual%>');
</script> </script>
<% end -%> <% end -%>
<br />
<% if i <= #vals then %><br /> <% if i <= #vals then %><br />
<% end end %> <% end end %>
<%+cbi/valuefooter%> <%+cbi/valuefooter%>

View file

@ -107,8 +107,6 @@ end
<% end %> <% end %>
<%- if self.addremove then -%> <%- if self.addremove then -%>
<div class="cbi-section-table-row">
<td colspan="<%=count%>" class="cbi-section-table-optionals">
<div class="cbi-section-create"> <div class="cbi-section-create">
<% if self.anonymous then %> <% if self.anonymous then %>
<input class="cbi-button cbi-button-add" type="submit" value="<%:cbi_add%>" name="cbi.cts.<%=self.config%>.<%=self.sectiontype%>" title="<%:cbi_add%>" /> <input class="cbi-button cbi-button-add" type="submit" value="<%:cbi_add%>" name="cbi.cts.<%=self.config%>.<%=self.sectiontype%>" title="<%:cbi_add%>" />
@ -121,8 +119,6 @@ end
<%- end %> <%- end %>
<% end %> <% end %>
</div> </div>
</td>
</div>
<%- end -%> <%- end -%>
</div> </div>
</fieldset> </fieldset>