* luci/libs/cbi: better layout for apply output
[project/luci.git] / libs / cbi / luasrc / view / cbi / cell_valuefooter.htm
index 7d1ac4e..6dd5667 100644 (file)
@@ -12,14 +12,6 @@ You may obtain a copy of the License at
 $Id$
 
 -%>
-
-       <% if self.tag_error[section] then -%>
-               <div class="cbi-error"><%=self.tag_error[section]%></div>
-       <%- elseif self.tag_invalid[section] then -%>
-               <div class="cbi-error"><%:cbi_invalid%></div>
-       <%- elseif self.tag_missing[section] then -%>
-               <div class="cbi-error"><%:cbi_missing%></div>
-       <%- end %>
 </td>
 
 <% if #self.deps > 0 then -%>