luci-mod-freifunk: use common alert message markup
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
29b391d7bc
commit
a64ab077d7
1 changed files with 3 additions and 3 deletions
|
@ -238,9 +238,9 @@ end
|
||||||
<h2><%:Wireless Overview%></h2>
|
<h2><%:Wireless Overview%></h2>
|
||||||
|
|
||||||
<% 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</em> package is not installed. You must install this component for working wireless configuration!%>
|
<p><%_The <em>libiwinfo</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