luci-mod-admin-full: use common alert message markup
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
e3bc12da6d
commit
724cc29978
1 changed files with 3 additions and 3 deletions
|
@ -101,9 +101,9 @@
|
||||||
<%+header%>
|
<%+header%>
|
||||||
|
|
||||||
<% if not has_iwinfo then %>
|
<% if not has_iwinfo then %>
|
||||||
<div class="errorbox">
|
<div class="alert-message warning">
|
||||||
<strong><%:Package libiwinfo required!%></strong><br />
|
<h4><%:Package libiwinfo required!%></h4>
|
||||||
<%_The <em>libiwinfo-lua</em> package is not installed. You must install this component for working wireless configuration!%>
|
<p><%_The <em>libiwinfo-lua</em> package is not installed. You must install this component for working wireless configuration!%></p>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue