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/sysauth.htm | |
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/sysauth.htm')
-rw-r--r-- | modules/luci-base/luasrc/view/sysauth.htm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/view/sysauth.htm b/modules/luci-base/luasrc/view/sysauth.htm index b3ec9b7617..e7a741aaab 100644 --- a/modules/luci-base/luasrc/view/sysauth.htm +++ b/modules/luci-base/luasrc/view/sysauth.htm @@ -8,7 +8,9 @@ <form method="post" action="<%=pcdata(FULL_REQUEST_URI)%>"> <%- if fuser then %> - <div class="errorbox"><%:Invalid username and/or password! Please try again.%></div> + <div class="alert-message warning"> + <p><%:Invalid username and/or password! Please try again.%></p> + </div> <% end -%> <div class="cbi-map"> |