mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
firewall: added cell role to commands column on Nat page (#7620)
Since the commands column is marked as a table header, screen readers will read the buttons every time a user navigates to a cell anywhere in that column. This causes a lot of extra speech output. Adding role="cell" to the commands column will suppress this.
This commit is contained in:
parent
4569d045cc
commit
ba2a4605c9
@ -339,7 +339,7 @@ $( document ).ready(function() {
|
||||
<th><?=gettext("IP");?></th>
|
||||
<th><?=gettext("Ports");?></th>
|
||||
<th><?=gettext("Description");?></th>
|
||||
<th class="text-nowrap">
|
||||
<th role="cell" class="text-nowrap">
|
||||
<a href="firewall_nat_edit.php" class="btn btn-primary btn-xs" data-toggle="tooltip" title="<?= html_safe(gettext('Add')) ?>">
|
||||
<i class="fa fa-plus fa-fw"></i>
|
||||
</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user