Added process control page
[project/luci.git] / libs / cbi / luasrc / view / cbi / cell_valuefooter.htm
index fbe266e..9412142 100644 (file)
@@ -13,8 +13,12 @@ $Id$
 
 -%>
 
-       <% if self.tag_invalid[section] then -%>
+       <% 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>