diff options
Diffstat (limited to 'modules/admin-full/luasrc')
4 files changed, 11 insertions, 11 deletions
diff --git a/modules/admin-full/luasrc/view/admin_network/iface_overview.htm b/modules/admin-full/luasrc/view/admin_network/iface_overview.htm index 92376207a..b89d61390 100644 --- a/modules/admin-full/luasrc/view/admin_network/iface_overview.htm +++ b/modules/admin-full/luasrc/view/admin_network/iface_overview.htm @@ -196,7 +196,7 @@ $Id$ <table class="cbi-section-table" style="margin:10px; empty-cells:hide"> <tr class="cbi-section-table-titles"> - <th class="cbi-section-table-cell"> </th> + <th class="cbi-section-table-cell"> </th> <th class="cbi-section-table-cell"><%:Interface%></th> <th class="cbi-section-table-cell"><%:Uptime%></th> <th class="cbi-section-table-cell"><%:MAC%></th> diff --git a/modules/admin-full/luasrc/view/admin_status/index.htm b/modules/admin-full/luasrc/view/admin_status/index.htm index bfaad75bf..ea4ec3f5f 100644 --- a/modules/admin-full/luasrc/view/admin_status/index.htm +++ b/modules/admin-full/luasrc/view/admin_status/index.htm @@ -549,7 +549,7 @@ $Id$ <table class="cbi-section-table" id="wifi_assoc_table"> <tr class="cbi-section-table-titles"> - <th class="cbi-section-table-cell"> </th> + <th class="cbi-section-table-cell"> </th> <th class="cbi-section-table-cell"><%:BSSID%></th> <th class="cbi-section-table-cell"><%:Network%></th> <th class="cbi-section-table-cell"><%:Signal%></th> diff --git a/modules/admin-full/luasrc/view/admin_system/packages.htm b/modules/admin-full/luasrc/view/admin_system/packages.htm index 0b00324f4..854dedfba 100644 --- a/modules/admin-full/luasrc/view/admin_system/packages.htm +++ b/modules/admin-full/luasrc/view/admin_system/packages.htm @@ -73,7 +73,7 @@ local free_byte = space_free * fstat.frsize <fieldset class="cbi-section"> <%:Free space%>: <strong><%=(100-used_perc)%>%</strong> (<strong><%=wa.byte_format(free_byte)%></strong>) <div style="margin:3px 0; width:300px; height:10px; border:1px solid #000000; background-color:#80C080"> - <div style="background-color:#F08080; border-right:1px solid #000000; height:100%; width:<%=used_perc%>%"> </div> + <div style="background-color:#F08080; border-right:1px solid #000000; height:100%; width:<%=used_perc%>%"> </div> </div> <% if (install and next(install)) or (remove and next(remove)) or update or upgrade then %> @@ -99,7 +99,7 @@ local free_byte = space_free * fstat.frsize <fieldset class="cbi-section"> <table class="cbi-section-table" style="width:100%"> <tr class="cbi-section-table-titles"> - <th class="cbi-section-table-cell" style="text-align:left"> </th> + <th class="cbi-section-table-cell" style="text-align:left"> </th> <th class="cbi-section-table-cell" style="text-align:left"><%:Package name%></th> <th class="cbi-section-table-cell" style="text-align:left"><%:Version%></th> </tr> @@ -112,7 +112,7 @@ local free_byte = space_free * fstat.frsize <% end) %> <% if empty then %> <tr class="cbi-section-table-row"> - <td style="text-align:left"> </td> + <td style="text-align:left"> </td> <td style="text-align:left"><em><%:none%></em></td> <td style="text-align:left"><em><%:none%></em></td> </tr> @@ -127,7 +127,7 @@ local free_byte = space_free * fstat.frsize <fieldset class="cbi-section"> <table class="cbi-section-table" style="width:100%"> <tr class="cbi-section-table-titles"> - <th class="cbi-section-table-cell" style="text-align:left"> </th> + <th class="cbi-section-table-cell" style="text-align:left"> </th> <th class="cbi-section-table-cell" style="text-align:left"><%:Package name%></th> <th class="cbi-section-table-cell" style="text-align:left"><%:Version%></th> <th class="cbi-section-table-cell" style="text-align:left"><%:Description%></th> @@ -142,7 +142,7 @@ local free_byte = space_free * fstat.frsize <% end) %> <% if empty then %> <tr class="cbi-section-table-row"> - <td style="text-align:left"> </td> + <td style="text-align:left"> </td> <td style="text-align:left"><em><%:none%></em></td> <td style="text-align:left"><em><%:none%></em></td> <td style="text-align:left"><em><%:none%></em></td> diff --git a/modules/admin-full/luasrc/view/admin_uci/changelog.htm b/modules/admin-full/luasrc/view/admin_uci/changelog.htm index 13bbdffcb..43f7bd196 100644 --- a/modules/admin-full/luasrc/view/admin_uci/changelog.htm +++ b/modules/admin-full/luasrc/view/admin_uci/changelog.htm @@ -16,10 +16,10 @@ $Id$ <fieldset class="cbi-section"> <strong><%:Legend:%></strong> <div class="uci-change-legend"> - <div class="uci-change-legend-label"><ins> </ins> <%:Section added%></div> - <div class="uci-change-legend-label"><del> </del> <%:Section removed%></div> - <div class="uci-change-legend-label"><var><ins> </ins></var> <%:Option changed%></div> - <div class="uci-change-legend-label"><var><del> </del></var> <%:Option removed%></div> + <div class="uci-change-legend-label"><ins> </ins> <%:Section added%></div> + <div class="uci-change-legend-label"><del> </del> <%:Section removed%></div> + <div class="uci-change-legend-label"><var><ins> </ins></var> <%:Option changed%></div> + <div class="uci-change-legend-label"><var><del> </del></var> <%:Option removed%></div> <br style="clear:both" /> </div> <br /> |