summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-03-08 07:29:36 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-03-08 07:29:36 -0500
commit836400cd19e4fe022cd1f8f30f42b8580db52bb4 (patch)
treefaf6778c0c725ef1d50e07a826e12a7bda71d6e8 /src
parent2c2dc9af81ef0fa26d066e1855bcc9ba73b7b3e1 (diff)
parent21d973b24d3330ff4a41d76a0a74decc4d791075 (diff)
downloadpfsense-836400cd19e4fe022cd1f8f30f42b8580db52bb4.zip
pfsense-836400cd19e4fe022cd1f8f30f42b8580db52bb4.tar.gz
Merge pull request #2714 from phil-davis/actions
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