diff options
author | Phil Davis <phil.davis@inf.org> | 2016-01-14 12:00:20 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2016-01-14 12:00:20 +0545 |
commit | 70dc5cd65197fce8d67db3c5017a4aee32ac6f81 (patch) | |
tree | a45fd1da3baf92a9719fff95951e21deb6f13e62 | |
parent | cd656b85255feee8313e6081325f05db7a6c2642 (diff) | |
download | pfsense-70dc5cd65197fce8d67db3c5017a4aee32ac6f81.zip pfsense-70dc5cd65197fce8d67db3c5017a4aee32ac6f81.tar.gz |
UI Consistency
1) Put the heading "Actions" at the top of all the "Actions" columns -
it was on some and not others.
2) Some more consistent capitalization of panel titles etc.
3) Most interfaces section edit pages had a section titled like "GIF
Configuration", "GRE Configuration". Make them all consistent, e.g.
"QinQ Configuration" rather than "Interface QinQ Edit"...
35 files changed, 62 insertions, 60 deletions
diff --git a/src/usr/local/www/firewall_schedule.php b/src/usr/local/www/firewall_schedule.php index 0f4ba12..c44a53a 100644 --- a/src/usr/local/www/firewall_schedule.php +++ b/src/usr/local/www/firewall_schedule.php @@ -126,7 +126,7 @@ if ($savemsg) { <th><?=gettext("Name")?></th> <th><?=gettext("Range: Date / Times / Name")?></th> <th><?=gettext("Description")?></th> - <th><!--Buttons--></th> + <th><?=gettext("Actions")?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/firewall_virtual_ip.php b/src/usr/local/www/firewall_virtual_ip.php index 3c5d0c8..ccfaf92 100644 --- a/src/usr/local/www/firewall_virtual_ip.php +++ b/src/usr/local/www/firewall_virtual_ip.php @@ -296,7 +296,7 @@ display_top_tabs($tab_array); <th><?=gettext("Interface")?></th> <th><?=gettext("Type")?></th> <th><?=gettext("Description")?></th> - <th><!--Buttons--></th> + <th><?=gettext("Actions")?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/interfaces_bridge.php b/src/usr/local/www/interfaces_bridge.php index 6dc9c2f..3498713 100644 --- a/src/usr/local/www/interfaces_bridge.php +++ b/src/usr/local/www/interfaces_bridge.php @@ -127,16 +127,16 @@ $tab_array[] = array(gettext("LAGG"), false, "interfaces_lagg.php"); display_top_tabs($tab_array); ?> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('Bridge interfaces')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext('Bridge Interfaces')?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed"> <thead> <tr> - <th><?=gettext("Interface"); ?></th> - <th><?=gettext("Members"); ?></th> - <th><?=gettext("Description"); ?></th> - <th></th> + <th><?=gettext("Interface"); ?></th> + <th><?=gettext("Members"); ?></th> + <th><?=gettext("Description"); ?></th> + <th><?=gettext("Actions"); ?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/interfaces_gif.php b/src/usr/local/www/interfaces_gif.php index f4048d7..5e939e6 100644 --- a/src/usr/local/www/interfaces_gif.php +++ b/src/usr/local/www/interfaces_gif.php @@ -122,7 +122,7 @@ $tab_array[] = array(gettext("LAGG"), false, "interfaces_lagg.php"); display_top_tabs($tab_array); ?> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('GIF interfaces')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext('GIF Interfaces')?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed"> @@ -131,7 +131,7 @@ display_top_tabs($tab_array); <th><?=gettext("Interface"); ?></th> <th><?=gettext("Tunnel to …"); ?></th> <th><?=gettext("Description"); ?></th> - <th></th> + <th><?=gettext("Actions"); ?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/interfaces_gre.php b/src/usr/local/www/interfaces_gre.php index e22a908..76da5dc 100644 --- a/src/usr/local/www/interfaces_gre.php +++ b/src/usr/local/www/interfaces_gre.php @@ -122,7 +122,7 @@ $tab_array[] = array(gettext("LAGG"), false, "interfaces_lagg.php"); display_top_tabs($tab_array); ?> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('GRE interfacess')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext('GRE Interfaces')?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed"> @@ -131,7 +131,7 @@ display_top_tabs($tab_array); <th><?=gettext("Interface"); ?></th> <th><?=gettext("Tunnel to …"); ?></th> <th><?=gettext("Description"); ?></th> - <th></th> + <th><?=gettext("Actions"); ?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/interfaces_groups.php b/src/usr/local/www/interfaces_groups.php index 39d5571..a4972b2 100644 --- a/src/usr/local/www/interfaces_groups.php +++ b/src/usr/local/www/interfaces_groups.php @@ -104,7 +104,7 @@ $tab_array[] = array(gettext("LAGG"), false, "interfaces_lagg.php"); display_top_tabs($tab_array); ?> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('Interface groups')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext('Interface Groups')?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed"> @@ -113,7 +113,7 @@ display_top_tabs($tab_array); <th><?=gettext('Name');?></th> <th><?=gettext('Members');?></th> <th><?=gettext('Description');?></th> - <th></th> + <th><?=gettext('Actions');?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/interfaces_groups_edit.php b/src/usr/local/www/interfaces_groups_edit.php index ff6e01b..3deecdc 100644 --- a/src/usr/local/www/interfaces_groups_edit.php +++ b/src/usr/local/www/interfaces_groups_edit.php @@ -220,7 +220,7 @@ $tab_array[10] = array(gettext("LAGG"), false, "interfaces_lagg.php"); display_top_tabs($tab_array); $form = new Form; -$section = new Form_Section('Interface Group Edit'); +$section = new Form_Section('Interface Group Configuration'); $section->addInput(new Form_Input( 'ifname', diff --git a/src/usr/local/www/interfaces_lagg.php b/src/usr/local/www/interfaces_lagg.php index 84c5abd..2138cc6 100644 --- a/src/usr/local/www/interfaces_lagg.php +++ b/src/usr/local/www/interfaces_lagg.php @@ -129,16 +129,16 @@ $tab_array[] = array(gettext("LAGG"), true, "interfaces_lagg.php"); display_top_tabs($tab_array); ?> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('LAGG interfaces')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext('LAGG Interfaces')?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed"> <thead> <tr> - <th><?=gettext("Interface"); ?></th> - <th><?=gettext("Members"); ?></th> - <th><?=gettext("Description"); ?></th> - <th></th> + <th><?=gettext("Interface"); ?></th> + <th><?=gettext("Members"); ?></th> + <th><?=gettext("Description"); ?></th> + <th><?=gettext("Actions"); ?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/interfaces_ppps.php b/src/usr/local/www/interfaces_ppps.php index e4623ab..d30309c 100644 --- a/src/usr/local/www/interfaces_ppps.php +++ b/src/usr/local/www/interfaces_ppps.php @@ -121,16 +121,16 @@ $tab_array[] = array(gettext("LAGG"), false, "interfaces_lagg.php"); display_top_tabs($tab_array); ?> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('PPPS interfaces')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext('PPP Interfaces')?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed"> <thead> <tr> - <th><?=gettext("Interface"); ?></th> - <th><?=gettext("Interface(s)/Port(s)"); ?></th> - <th><?=gettext("Description"); ?></th> - <th></th> + <th><?=gettext("Interface"); ?></th> + <th><?=gettext("Interface(s)/Port(s)"); ?></th> + <th><?=gettext("Description"); ?></th> + <th><?=gettext("Actions")?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/interfaces_ppps_edit.php b/src/usr/local/www/interfaces_ppps_edit.php index 0233eed..95c3137 100644 --- a/src/usr/local/www/interfaces_ppps_edit.php +++ b/src/usr/local/www/interfaces_ppps_edit.php @@ -550,7 +550,7 @@ $linkparamstr = gettext('Bandwidth is set only for MLPPP connections and when li $form = new Form(); -$section = new Form_Section('PPPs Configuration'); +$section = new Form_Section('PPP Configuration'); $section->addInput(new Form_Select( 'type', diff --git a/src/usr/local/www/interfaces_qinq.php b/src/usr/local/www/interfaces_qinq.php index ebdd0a2..4f4395f 100644 --- a/src/usr/local/www/interfaces_qinq.php +++ b/src/usr/local/www/interfaces_qinq.php @@ -134,17 +134,17 @@ display_top_tabs($tab_array); ?> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('QinQ interfaces')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext('QinQ Interfaces')?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed"> <thead> <tr> - <th><?=gettext("Interface"); ?></th> - <th><?=gettext("Tag");?></td> - <th><?=gettext("QinQ members"); ?></th> - <th><?=gettext("Description"); ?></th> - <th></th> + <th><?=gettext("Interface"); ?></th> + <th><?=gettext("Tag");?></td> + <th><?=gettext("QinQ members"); ?></th> + <th><?=gettext("Description"); ?></th> + <th><?=gettext("Actions"); ?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/interfaces_qinq_edit.php b/src/usr/local/www/interfaces_qinq_edit.php index 9d98573..3a198d8 100644 --- a/src/usr/local/www/interfaces_qinq_edit.php +++ b/src/usr/local/www/interfaces_qinq_edit.php @@ -261,7 +261,7 @@ $form = new Form(new Form_Button( gettext("Save") )); -$section = new Form_Section('Interface QinQ Edit'); +$section = new Form_Section('QinQ Configuration'); $section->addInput(new Form_Select( 'if', diff --git a/src/usr/local/www/interfaces_vlan.php b/src/usr/local/www/interfaces_vlan.php index c3ea2f8..8c505e3 100644 --- a/src/usr/local/www/interfaces_vlan.php +++ b/src/usr/local/www/interfaces_vlan.php @@ -131,7 +131,7 @@ display_top_tabs($tab_array); <input id="id" type="hidden" name="id" value=""/> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('VLAN interfaces')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext('VLAN Interfaces')?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed"> @@ -141,7 +141,7 @@ display_top_tabs($tab_array); <th><?=gettext('VLAN tag');?></th> <th><?=gettext('Priority');?></th> <th><?=gettext('Description');?></th> - <th></th> + <th><?=gettext('Actions');?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/interfaces_vlan_edit.php b/src/usr/local/www/interfaces_vlan_edit.php index 42258e7..b5f6794 100644 --- a/src/usr/local/www/interfaces_vlan_edit.php +++ b/src/usr/local/www/interfaces_vlan_edit.php @@ -208,7 +208,7 @@ if ($input_errors) { } $form = new Form; -$section = new Form_Section('Interface VLAN Edit'); +$section = new Form_Section('VLAN Configuration'); $section->addInput(new Form_Select( 'if', diff --git a/src/usr/local/www/interfaces_wireless.php b/src/usr/local/www/interfaces_wireless.php index d6c9489..8dd6318 100644 --- a/src/usr/local/www/interfaces_wireless.php +++ b/src/usr/local/www/interfaces_wireless.php @@ -126,16 +126,16 @@ $tab_array[] = array(gettext("LAGG"), false, "interfaces_lagg.php"); display_top_tabs($tab_array); ?> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('Wireless interfaces')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext('Wireless Interfaces')?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed"> <thead> <tr> - <th><?=gettext("Interface"); ?></th> - <th><?=gettext("Mode"); ?></th> - <th><?=gettext("Description"); ?></th> - <th></th> + <th><?=gettext("Interface"); ?></th> + <th><?=gettext("Mode"); ?></th> + <th><?=gettext("Description"); ?></th> + <th><?=gettext("Actions"); ?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/interfaces_wireless_edit.php b/src/usr/local/www/interfaces_wireless_edit.php index 07e0d08..d920cd7 100644 --- a/src/usr/local/www/interfaces_wireless_edit.php +++ b/src/usr/local/www/interfaces_wireless_edit.php @@ -207,7 +207,7 @@ if ($input_errors) { $form = new Form(); -$section = new Form_Section('Wireless Interface'); +$section = new Form_Section('Wireless Interface Configuration'); $section->addInput(new Form_Select( 'parent', diff --git a/src/usr/local/www/load_balancer_monitor.php b/src/usr/local/www/load_balancer_monitor.php index 89251ee..8248cf0 100644 --- a/src/usr/local/www/load_balancer_monitor.php +++ b/src/usr/local/www/load_balancer_monitor.php @@ -140,7 +140,7 @@ display_top_tabs($tab_array); <th><?=gettext('Name')?></th> <th><?=gettext('Type')?></th> <th><?=gettext('Description')?></th> - <th><?=gettext('Action')?></th> + <th><?=gettext('Actions')?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/load_balancer_pool.php b/src/usr/local/www/load_balancer_pool.php index cb82855..eac075d 100644 --- a/src/usr/local/www/load_balancer_pool.php +++ b/src/usr/local/www/load_balancer_pool.php @@ -157,7 +157,7 @@ display_top_tabs($tab_array); <th><?=gettext('Port')?></th> <th><?=gettext('Monitor')?></th> <th><?=gettext('Description')?></th> - <th></th> + <th><?=gettext('Actions')?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/load_balancer_virtual_server.php b/src/usr/local/www/load_balancer_virtual_server.php index f4f79c6..628f040 100644 --- a/src/usr/local/www/load_balancer_virtual_server.php +++ b/src/usr/local/www/load_balancer_virtual_server.php @@ -158,7 +158,7 @@ display_top_tabs($tab_array); <th><?=gettext('Pool'); ?></th> <th><?=gettext('Fallback pool'); ?></th> <th><?=gettext('Description'); ?></th> - <th><!-- Action buttons --></th> + <th><?=gettext('Actions'); ?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/services_igmpproxy.php b/src/usr/local/www/services_igmpproxy.php index 840db21..4c22271 100644 --- a/src/usr/local/www/services_igmpproxy.php +++ b/src/usr/local/www/services_igmpproxy.php @@ -122,7 +122,7 @@ if (is_subsystem_dirty('igmpproxy')) { <th><?=gettext("Type")?></th> <th><?=gettext("Values")?></th> <th><?=gettext("Description")?></th> - <th></th> + <th><?=gettext("Actions")?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/services_ntpd.php b/src/usr/local/www/services_ntpd.php index adde884..ba54368 100644 --- a/src/usr/local/www/services_ntpd.php +++ b/src/usr/local/www/services_ntpd.php @@ -283,7 +283,7 @@ display_top_tabs($tab_array); $form = new Form; -$section = new Form_Section('NTP server configuration'); +$section = new Form_Section('NTP Server Configuration'); $iflist = build_interface_list(); diff --git a/src/usr/local/www/services_pppoe.php b/src/usr/local/www/services_pppoe.php index fc40515..a0cf2f4 100644 --- a/src/usr/local/www/services_pppoe.php +++ b/src/usr/local/www/services_pppoe.php @@ -138,7 +138,7 @@ if (is_subsystem_dirty('vpnpppoe')) { <th><?=gettext("Local IP")?></th> <th><?=gettext("Number of users")?></th> <th><?=gettext("Description")?></th> - <th><!-- Action buttons --></th> + <th><?=gettext("Actions")?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/services_wol.php b/src/usr/local/www/services_wol.php index a139000..f7a90e7 100644 --- a/src/usr/local/www/services_wol.php +++ b/src/usr/local/www/services_wol.php @@ -200,7 +200,7 @@ print $form; <th><?=gettext("Interface")?></th> <th><?=gettext("MAC address")?></th> <th><?=gettext("Description")?></th> - <th></th> + <th><?=gettext("Actions")?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/status_dhcp_leases.php b/src/usr/local/www/status_dhcp_leases.php index b0c4b86..089c759 100644 --- a/src/usr/local/www/status_dhcp_leases.php +++ b/src/usr/local/www/status_dhcp_leases.php @@ -374,6 +374,7 @@ if (count($pools) > 0) { <th><?=gettext("End")?></th> <th><?=gettext("Online")?></th> <th><?=gettext("Lease Type")?></th> + <th><?=gettext("Actions")?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/status_dhcpv6_leases.php b/src/usr/local/www/status_dhcpv6_leases.php index e665049..cd6dcb3 100644 --- a/src/usr/local/www/status_dhcpv6_leases.php +++ b/src/usr/local/www/status_dhcpv6_leases.php @@ -449,6 +449,7 @@ if (empty($leases)) { <th><?=gettext("End")?></th> <th><?=gettext("Online")?></th> <th><?=gettext("Lease Type")?></th> + <th><?=gettext("Actions")?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/status_upnp.php b/src/usr/local/www/status_upnp.php index 070ecae..9c63c66 100644 --- a/src/usr/local/www/status_upnp.php +++ b/src/usr/local/www/status_upnp.php @@ -94,7 +94,7 @@ if (!$config['installedpackages'] || ?> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('UPnP rules')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext(gettext("UPnP & NAT-PMP Rules"))?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable> diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php index cb84861..7c56b93 100644 --- a/src/usr/local/www/system.php +++ b/src/usr/local/www/system.php @@ -371,7 +371,7 @@ $section->addInput(new Form_Input( 'local hosts not running mDNS.'); $form->add($section); -$section = new Form_Section('DNS server settings'); +$section = new Form_Section('DNS Server Settings'); for ($i=1; $i<5; $i++) { // if (!isset($pconfig['dns'.$i])) @@ -424,7 +424,7 @@ for ($i=1; $i<5; $i++) { $section->addInput(new Form_Checkbox( 'dnsallowoverride', - 'DNS server override', + 'DNS Server Override', 'Allow DNS server list to be overridden by DHCP/PPP on WAN', $pconfig['dnsallowoverride'] ))->setHelp(sprintf(gettext('If this option is set, %s will use DNS servers '. @@ -434,7 +434,7 @@ $section->addInput(new Form_Checkbox( $section->addInput(new Form_Checkbox( 'dnslocalhost', - 'Disable DNS forwarder', + 'Disable DNS Forwarder', 'Do not use the DNS Forwarder as a DNS server for the firewall', $pconfig['dnslocalhost'] ))->setHelp('By default localhost (127.0.0.1) will be used as the first DNS '. diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php index c1ee41e..75e71a6 100644 --- a/src/usr/local/www/system_authservers.php +++ b/src/usr/local/www/system_authservers.php @@ -396,7 +396,7 @@ if (!($act == "new" || $act == "edit" || $input_errors)) { ?> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('Authentication servers')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext('Authentication Servers')?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable> diff --git a/src/usr/local/www/system_gateway_groups.php b/src/usr/local/www/system_gateway_groups.php index f7f35f5..950020c 100644 --- a/src/usr/local/www/system_gateway_groups.php +++ b/src/usr/local/www/system_gateway_groups.php @@ -141,7 +141,7 @@ $tab_array[] = array(gettext("Gateway Groups"), true, "system_gateway_groups.php display_top_tabs($tab_array); ?> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('Gateway groups')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext('Gateway Groups')?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed"> diff --git a/src/usr/local/www/system_routes.php b/src/usr/local/www/system_routes.php index fc7667f..0babde8 100644 --- a/src/usr/local/www/system_routes.php +++ b/src/usr/local/www/system_routes.php @@ -265,7 +265,7 @@ display_top_tabs($tab_array); ?> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext('Static routes')?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext('Static Routes')?></h2></div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed"> diff --git a/src/usr/local/www/system_usermanager.php b/src/usr/local/www/system_usermanager.php index f2f6860..07ca150 100644 --- a/src/usr/local/www/system_usermanager.php +++ b/src/usr/local/www/system_usermanager.php @@ -496,7 +496,7 @@ if (!($act == "new" || $act == "edit" || $input_errors)) { <th><?=gettext("Full name")?></th> <th><?=gettext("Disabled")?></th> <th><?=gettext("Groups")?></th> - <th> </th> + <th><?=gettext("Actions")?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/vpn_ipsec_keys.php b/src/usr/local/www/vpn_ipsec_keys.php index 1aee3a6..053b408 100644 --- a/src/usr/local/www/vpn_ipsec_keys.php +++ b/src/usr/local/www/vpn_ipsec_keys.php @@ -138,7 +138,7 @@ if (is_subsystem_dirty('ipsec')) { <th><?=gettext("Identifier"); ?></th> <th><?=gettext("Type"); ?></th> <th><?=gettext("Pre-Shared Key"); ?></th> - <th></th> + <th><?=gettext("Actions"); ?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php index 5698468..8d41ddb 100644 --- a/src/usr/local/www/vpn_openvpn_client.php +++ b/src/usr/local/www/vpn_openvpn_client.php @@ -799,7 +799,7 @@ else: <th><?=gettext("Protocol")?></th> <th><?=gettext("Server")?></th> <th><?=gettext("Description")?></th> - <th><!-- Buttons --></th> + <th><?=gettext("Actions")?></th> </tr> </thead> diff --git a/src/usr/local/www/vpn_openvpn_csc.php b/src/usr/local/www/vpn_openvpn_csc.php index 0dddf20..870c5a5 100644 --- a/src/usr/local/www/vpn_openvpn_csc.php +++ b/src/usr/local/www/vpn_openvpn_csc.php @@ -665,7 +665,7 @@ else : // Not an 'add' or an 'edit'. Just the table of Override CSCs <th><?=gettext("Disabled")?></th> <th><?=gettext("Common Name")?></th> <th><?=gettext("Description")?></th> - <th> <!-- Buttons --></th> + <th><?=gettext("Actions")?></th> </tr> </thead> <tbody> diff --git a/src/usr/local/www/vpn_openvpn_server.php b/src/usr/local/www/vpn_openvpn_server.php index 3278530..eaaa76e 100644 --- a/src/usr/local/www/vpn_openvpn_server.php +++ b/src/usr/local/www/vpn_openvpn_server.php @@ -1200,7 +1200,7 @@ else: <th><?=gettext("Protocol / Port")?></th> <th><?=gettext("Tunnel Network")?></th> <th><?=gettext("Description")?></th> - <th><!-- Buttons --></th> + <th><?=gettext("Actions")?></th> </tr> </thead> |