luci-mod-admin-full: replace status page legend tags with h3 (#1907)
authorJo-Philipp Wich <jo@mein.io>
Mon, 25 Jun 2018 06:58:34 +0000 (08:58 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 25 Jun 2018 07:00:07 +0000 (09:00 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm

index 89ed973c1c626c994c126d6cce6afa2bc13e2928..7c4a5bfc98705ce391787b7becfa32126510e402 100644 (file)
 <h2 name="content"><%:Status%></h2>
 
 <div class="cbi-section">
-       <legend><%:System%></legend>
+       <h3><%:System%></h3>
 
        <div class="table" width="100%">
                <div class="tr"><div class="td left" width="33%"><%:Hostname%></div><div class="td left"><%=luci.sys.hostname() or "?"%></div></div>
 </div>
 
 <div class="cbi-section">
-       <legend><%:Memory%></legend>
+       <h3><%:Memory%></h3>
 
        <div class="table" width="100%">
                <div class="tr"><div class="td left" width="33%"><%:Total Available%></div><div class="td left" id="memtotal">-</div></div>
 
 <% if swapinfo.total > 0 then %>
 <div class="cbi-section">
-       <legend><%:Swap%></legend>
+       <h3><%:Swap%></h3>
 
        <div class="table" width="100%">
                <div class="tr"><div class="td left" width="33%"><%:Total Available%></div><div class="td left" id="swaptotal">-</div></div>
 <% end %>
 
 <div class="cbi-section">
-       <legend><%:Network%></legend>
+       <h3><%:Network%></h3>
 
        <div id="upstream_status_table" class="network-status-table">
                <em><%:Collecting data...%></em>
 
 <% if has_dhcp then %>
 <div class="cbi-section">
-       <legend><%:DHCP Leases%></legend>
+       <h3><%:DHCP Leases%></h3>
 
        <div class="cbi-section-node">
                <div class="table" id="lease_status_table">
 </div>
 
 <div class="cbi-section" style="display:none">
-       <legend><%:DHCPv6 Leases%></legend>
+       <h3><%:DHCPv6 Leases%></h3>
 
        <div class="cbi-section-node">
                <div class="table" id="lease6_status_table">
 
 <% if has_dsl then %>
 <div class="cbi-section">
-       <legend><%:DSL%></legend>
+       <h3><%:DSL%></h3>
 
        <div class="cbi-section-node">
                <div class="table" width="100%">
 
 <% if has_wifi then %>
 <div class="cbi-section">
-       <legend><%:Wireless%></legend>
+       <h3><%:Wireless%></h3>
 
        <div id="wifi_status_table" class="network-status-table">
                <em><%:Collecting data...%></em>
 </div>
 
 <div class="cbi-section">
-       <legend><%:Associated Stations%></legend>
+       <h3><%:Associated Stations%></h3>
 
        <div class="cbi-section-node">
                <div class="table" id="wifi_assoc_table">