summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-12-20 13:34:25 +0000
committerColin Fleming <cj_fleming@sky.com>2015-12-20 13:34:25 +0000
commitdcba8236df53ce23068833086fe02217128244fa (patch)
treeb4266a726dcb8f036ebe57b6a8c96135206c9339 /src/usr/local/www/widgets
parent72eaefaf1fc991d5949daadbac5ae50ed1d3ad5f (diff)
downloadpfsense-dcba8236df53ce23068833086fe02217128244fa.zip
pfsense-dcba8236df53ce23068833086fe02217128244fa.tar.gz
Tidy up widgets
ipsec.widget.php - add missing TR tags to THEAD wake_on_lan.widget.php - remove stray double quotes
Diffstat (limited to 'src/usr/local/www/widgets')
-rw-r--r--src/usr/local/www/widgets/widgets/ipsec.widget.php4
-rw-r--r--src/usr/local/www/widgets/widgets/wake_on_lan.widget.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/ipsec.widget.php b/src/usr/local/www/widgets/widgets/ipsec.widget.php
index 5011e3a..1b91001 100644
--- a/src/usr/local/www/widgets/widgets/ipsec.widget.php
+++ b/src/usr/local/www/widgets/widgets/ipsec.widget.php
@@ -227,10 +227,12 @@ if (isset($config['ipsec']['phase2'])): ?>
<div class="table-responsive" id="ipsec-tunnel" style="display:none;">
<table class="table table-striped table-hover">
<thead>
+ <tr>
<th>Source</th>
<th>Destination</th>
<th>Description</th>
<th>Status</th>
+ </tr>
</thead>
<tbody>
<tr><td colspan="4"><?=gettext("Retrieving tunnel data ")?><i class="fa fa-cog fa-spin"></i></td></tr>
@@ -242,9 +244,11 @@ if (isset($config['ipsec']['phase2'])): ?>
<div id="ipsec-mobile" style="display:none;" class="table-responsive">
<table class="table table-striped table-hover">
<thead>
+ <tr>
<th>User</th>
<th>IP</th>
<th>Status</th>
+ </tr>
</thead>
<tbody>
<tr><td colspan="3"><?=gettext("Retrieving mobile data ")?><i class="fa fa-cog fa-spin"></i></td></tr>
diff --git a/src/usr/local/www/widgets/widgets/wake_on_lan.widget.php b/src/usr/local/www/widgets/widgets/wake_on_lan.widget.php
index b087bd9..49da414 100644
--- a/src/usr/local/www/widgets/widgets/wake_on_lan.widget.php
+++ b/src/usr/local/www/widgets/widgets/wake_on_lan.widget.php
@@ -93,7 +93,7 @@ if (count($wolcomputers) > 0) {
echo '<td style="text-align:center">' . "\n";
echo '<i class="fa fa-arrow-right" data-toggle="tooltip" title="' . gettext("Static ARP") . '"></i>';
} else {
- echo '<td" style="text-align:center">' . "\n";
+ echo '<td style="text-align:center">' . "\n";
echo '<i class="fa fa-ban" data-toggle="tooltip" title="' . gettext("Offline") . '"></i>';
}
OpenPOWER on IntegriCloud