summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_pppoe.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_pppoe.php')
-rw-r--r--src/usr/local/www/services_pppoe.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/local/www/services_pppoe.php b/src/usr/local/www/services_pppoe.php
index 090e4df..109520b 100644
--- a/src/usr/local/www/services_pppoe.php
+++ b/src/usr/local/www/services_pppoe.php
@@ -113,15 +113,17 @@ if ($_GET['act'] == "del") {
}
}
-$pgtitle = array(gettext("Services"),gettext("PPPoE Server"));
+$pgtitle = array(gettext("Services"), gettext("PPPoE Server"));
$shortcut_section = "pppoes";
include("head.inc");
-if ($savemsg)
+if ($savemsg) {
print_info_box($savemsg, 'success');
+}
-if (is_subsystem_dirty('vpnpppoe'))
+if (is_subsystem_dirty('vpnpppoe')) {
print_info_box_np(gettext('The PPPoE entry list has been changed') . '.<br />' . gettext('You must apply the changes in order for them to take effect.'));
+}
?>
<div class="table-responsive">
OpenPOWER on IntegriCloud