summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-03-08 08:22:52 +0545
committerPhil Davis <phil.davis@inf.org>2016-03-08 08:22:52 +0545
commit21d973b24d3330ff4a41d76a0a74decc4d791075 (patch)
tree1915d245157a8b082b8c7682ed8bfb153d4d0398 /src
parent21749f7ab880ed478be77c3b2db2370c22a4e47c (diff)
downloadpfsense-21d973b24d3330ff4a41d76a0a74decc4d791075.zip
pfsense-21d973b24d3330ff4a41d76a0a74decc4d791075.tar.gz
Add Actions column heading
to other places where it was missing, for UI consistency.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_captiveportal_filemanager.php4
-rw-r--r--src/usr/local/www/services_captiveportal_hostname.php6
-rw-r--r--src/usr/local/www/services_captiveportal_ip.php6
-rw-r--r--src/usr/local/www/services_captiveportal_mac.php2
-rw-r--r--src/usr/local/www/services_captiveportal_vouchers.php2
-rw-r--r--src/usr/local/www/services_dnsmasq.php4
-rw-r--r--src/usr/local/www/services_unbound.php4
7 files changed, 13 insertions, 15 deletions
diff --git a/src/usr/local/www/services_captiveportal_filemanager.php b/src/usr/local/www/services_captiveportal_filemanager.php
index 1d94fe2..81fc672 100644
--- a/src/usr/local/www/services_captiveportal_filemanager.php
+++ b/src/usr/local/www/services_captiveportal_filemanager.php
@@ -217,9 +217,7 @@ if (is_array($a_cp[$cpzone]['element'])):
<tr>
<th><?=gettext("Name"); ?></th>
<th><?=gettext("Size"); ?></th>
- <th>
- <!-- Buttons -->
- </th>
+ <th><?=gettext("Actions"); ?></th>
</tr>
</thead>
<tbody>
diff --git a/src/usr/local/www/services_captiveportal_hostname.php b/src/usr/local/www/services_captiveportal_hostname.php
index 4f6d1c6..a9b2b50 100644
--- a/src/usr/local/www/services_captiveportal_hostname.php
+++ b/src/usr/local/www/services_captiveportal_hostname.php
@@ -147,9 +147,9 @@ display_top_tabs($tab_array, true);
<table class="table table-hover table-striped table-condensed">
<thead>
<tr>
- <th><?=gettext("Hostname"); ?></th>
- <th><?=gettext("Description"); ?></th>
- <th><!-- Buttons --></th>
+ <th><?=gettext("Hostname"); ?></th>
+ <th><?=gettext("Description"); ?></th>
+ <th><?=gettext("Actions"); ?></th>
</tr>
</thead>
diff --git a/src/usr/local/www/services_captiveportal_ip.php b/src/usr/local/www/services_captiveportal_ip.php
index 86f81f7..c844347 100644
--- a/src/usr/local/www/services_captiveportal_ip.php
+++ b/src/usr/local/www/services_captiveportal_ip.php
@@ -141,9 +141,9 @@ display_top_tabs($tab_array, true);
<table class="table table-hover table-striped table-condensed">
<thead>
<tr>
- <th><?=gettext("IP Addresses"); ?></th>
- <th><?=gettext("Description"); ?></th>
- <th><!-- Buttons --></th>
+ <th><?=gettext("IP Addresses"); ?></th>
+ <th><?=gettext("Description"); ?></th>
+ <th><?=gettext("Actions"); ?></th>
</tr>
</thead>
diff --git a/src/usr/local/www/services_captiveportal_mac.php b/src/usr/local/www/services_captiveportal_mac.php
index 76a59b8..d07260a 100644
--- a/src/usr/local/www/services_captiveportal_mac.php
+++ b/src/usr/local/www/services_captiveportal_mac.php
@@ -208,7 +208,7 @@ display_top_tabs($tab_array, true);
<th><?=gettext('Action')?></th>
<th><?=gettext("MAC address")?></th>
<th><?=gettext("Description")?></th>
- <th><!-- Buttons --></th>
+ <th><?=gettext("Actions")?></th>
</tr>
</thead>
diff --git a/src/usr/local/www/services_captiveportal_vouchers.php b/src/usr/local/www/services_captiveportal_vouchers.php
index ab3ae48..8786d43 100644
--- a/src/usr/local/www/services_captiveportal_vouchers.php
+++ b/src/usr/local/www/services_captiveportal_vouchers.php
@@ -456,7 +456,7 @@ display_top_tabs($tab_array, true);
<th><?=gettext("Minutes/Ticket")?></th>
<th><?=gettext("# of Tickets")?></th>
<th><?=gettext("Comment")?></th>
- <th><?=gettext("Action")?></th>
+ <th><?=gettext("Actions")?></th>
</tr>
</thead>
<tbody>
diff --git a/src/usr/local/www/services_dnsmasq.php b/src/usr/local/www/services_dnsmasq.php
index 5c6bca3..9dd8591 100644
--- a/src/usr/local/www/services_dnsmasq.php
+++ b/src/usr/local/www/services_dnsmasq.php
@@ -375,7 +375,7 @@ print_callout(gettext("Entries in this section override individual results from
<th><?=gettext("Domain")?></th>
<th><?=gettext("IP")?></th>
<th><?=gettext("Description")?></th>
- <th></th>
+ <th><?=gettext("Actions")?></th>
</tr>
</thead>
<tbody>
@@ -455,7 +455,7 @@ print_callout(gettext("Entries in this area override an entire domain, and subdo
<th><?=gettext("Domain")?></th>
<th><?=gettext("IP")?></th>
<th><?=gettext("Description")?></th>
- <th></th>
+ <th><?=gettext("Actions")?></th>
</tr>
</thead>
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index 5e748ee..097161e 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -439,7 +439,7 @@ events.push(function() {
<th><?=gettext("Domain")?></th>
<th><?=gettext("IP")?></th>
<th><?=gettext("Description")?></th>
- <th></th>
+ <th><?=gettext("Actions")?></th>
</tr>
</thead>
<tbody>
@@ -515,7 +515,7 @@ endforeach;
<th><?=gettext("Domain")?></th>
<th><?=gettext("IP")?></th>
<th><?=gettext("Description")?></th>
- <th></th>
+ <th><?=gettext("Actions")?></th>
</tr>
</thead>
OpenPOWER on IntegriCloud