diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-05-31 19:05:40 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-05-31 19:06:48 +0200 |
commit | 29b391d7bc9424542a0974a5ee5c2d26767ab90d (patch) | |
tree | 201c9d1cf52a3eb7d77b91f805dce1f9ca773837 /modules/luci-base/luasrc/view/cbi | |
parent | 724cc29978034e03cbda2821b4297b9dee42f74f (diff) |
luci-base: use common alert message markup
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-base/luasrc/view/cbi')
-rw-r--r-- | modules/luci-base/luasrc/view/cbi/map.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/view/cbi/map.htm b/modules/luci-base/luasrc/view/cbi/map.htm index 69ef3615a..02b47f545 100644 --- a/modules/luci-base/luasrc/view/cbi/map.htm +++ b/modules/luci-base/luasrc/view/cbi/map.htm @@ -1,5 +1,5 @@ <%- if firstmap and messages then local msg; for _, msg in ipairs(messages) do -%> - <div class="errorbox"><%=pcdata(msg)%></div> + <div class="alert-message warning"><%=pcdata(msg)%></div> <%- end end -%> <div class="cbi-map" id="cbi-<%=self.config%>"> |