Added process control page
[project/luci.git] / libs / cbi / luasrc / view / cbi / full_valuefooter.htm
index a5a6046..5a52898 100644 (file)
@@ -21,12 +21,14 @@ $Id$
        </div>
        <%- end -%>
 
-       <% 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>
-       <%- end %>
-       <% if self.tag_missing[section] then -%>
+       <%- elseif self.tag_missing[section] then -%>
                <div class="cbi-error"><%:cbi_missing%></div>
        <%- end %>
+
 </div>
 
 <% if #self.deps > 0 then -%>