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>
|
||||
|
||||
<% if not has_iwinfo then %>
|
||||
<div class="errorbox">
|
||||
<strong><%:Package libiwinfo required!%></strong><br />
|
||||
<%_The <em>libiwinfo</em> package is not installed. You must install this component for working wireless configuration!%>
|
||||
<div class="alert-message warning">
|
||||
<h4><%:Package libiwinfo required!%></h4>
|
||||
<p><%_The <em>libiwinfo</em> package is not installed. You must install this component for working wireless configuration!%></p>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue