summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_pppoe.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2016-01-05 22:23:43 +0000
committerColin Fleming <cj_fleming@sky.com>2016-01-05 22:23:43 +0000
commitac950976f70f4bb7af201aa38c0d7cbd4f822169 (patch)
treeb32982ff8c98b9ffc8eb1bb83e8faa172c9a1e78 /src/usr/local/www/services_pppoe.php
parent4abdd33ab93f8151149416424ce73b88ad0cc998 (diff)
downloadpfsense-ac950976f70f4bb7af201aa38c0d7cbd4f822169.zip
pfsense-ac950976f70f4bb7af201aa38c0d7cbd4f822169.tar.gz
Add some more Bootsrap panels
"firewall_aliases.php" - add gettext to the H2 tag - remove debug code "sevices_igmpproxy.php" "services_pppoe.php" "vpn_ipsec_keys.php" "status_gateways.php" "status_gateway_groups.php" "statis_services.php" "diag_arp.php" "diag_ndp.php" - add Bootstrap panels
Diffstat (limited to 'src/usr/local/www/services_pppoe.php')
-rw-r--r--src/usr/local/www/services_pppoe.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/usr/local/www/services_pppoe.php b/src/usr/local/www/services_pppoe.php
index 109520b..fc40515 100644
--- a/src/usr/local/www/services_pppoe.php
+++ b/src/usr/local/www/services_pppoe.php
@@ -126,7 +126,11 @@ if (is_subsystem_dirty('vpnpppoe')) {
}
?>
-<div class="table-responsive">
+<div class="panel panel-default">
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext('PPPoE Server')?></h2></div>
+ <div class="panel-body">
+
+ <div class="table-responsive">
<table class="table table-striped table-hover table-condensed">
<thead>
<tr>
@@ -168,6 +172,9 @@ endforeach;
</table>
</div>
+ </div>
+</div>
+
<nav class="action-buttons">
<a href="services_pppoe_edit.php" class="btn btn-success">
<i class="fa fa-plus icon-embed-btn"></i>
OpenPOWER on IntegriCloud