diff --git a/net/pppoe/src/www/vpn_pppoe.php b/net/pppoe/src/www/vpn_pppoe.php
index c63afd8aa..b6b0d2dfb 100644
--- a/net/pppoe/src/www/vpn_pppoe.php
+++ b/net/pppoe/src/www/vpn_pppoe.php
@@ -72,7 +72,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
include("head.inc");
legacy_html_escape_form_data($a_pppoes);
$main_buttons = array(
- array('label'=>gettext("add a new pppoe instance"), 'href'=>'vpn_pppoe_edit.php'),
+ array('label' => gettext('Add'), 'href' => 'vpn_pppoe_edit.php'),
);
?>
@@ -122,8 +122,7 @@ $main_buttons = array(
=gettext("Local IP");?> |
=gettext("Number of users");?> |
=gettext("Description");?> |
-
- |
+ |
=$pppoe['localip'];?>
=$pppoe['n_pppoe_units'];?> |
=$pppoe['descr'];?> |
-
+ |
" class="btn btn-default btn-xs">
-
+
-
+
|
$user):?>
|
-
+
|
@@ -522,7 +522,7 @@ legacy_html_escape_form_data($pconfig);
|
|
-
+
|
diff --git a/net/pppoe/src/www/vpn_pppoe_log.inc b/net/pppoe/src/www/vpn_pppoe_log.inc
index 7fba93a2d..e900d3e16 100644
--- a/net/pppoe/src/www/vpn_pppoe_log.inc
+++ b/net/pppoe/src/www/vpn_pppoe_log.inc
@@ -60,12 +60,12 @@ function dump_clog_vpn($file, $tail, $type)
}
echo "\n";
- echo "| " . htmlspecialchars(join(" ", array_slice($logent, 0, 3))) . " | \n";
+ echo "" . htmlspecialchars(join(" ", array_slice($logent, 0, 3))) . " | \n";
if ($llent[0] == "login") {
- echo " | \n";
+ echo " | \n";
} else {
- echo " | \n";
+ echo " | \n";
}
echo "" . htmlspecialchars($llent[3]) . " | \n";
@@ -88,10 +88,10 @@ include("head.inc");
- | =gettext("Time");?> |
- =gettext("Action");?> |
- =gettext("User");?> |
- =gettext("IP address");?> |
+ =gettext("Time");?> |
+ =gettext("Action");?> |
+ =gettext("User");?> |
+ =gettext("IP address");?> |
|
|