libs/web: render aggregated messages
This commit is contained in:
parent
6e97be1e92
commit
34ee162976
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ $Id$
|
|||
|
||||
-%>
|
||||
|
||||
<%- if firstmap and messages then local msg; for _, msg in ipairs(messages) do -%>
|
||||
<div class="errorbox"><%=pcdata(msg)%></div>
|
||||
<%- end end -%>
|
||||
|
||||
<%-+cbi/apply_xhr-%>
|
||||
|
||||
<div class="cbi-map" id="cbi-<%=self.config%>">
|
||||
|
|
Loading…
Reference in a new issue