From 5c8260e81541b128e9565011529f7274dd7b312f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 3 Jun 2018 18:27:44 +0000 Subject: [PATCH] net/pptp: style updates --- net/pptp/src/www/vpn_pptp_log.inc | 14 +++++++------- net/pptp/src/www/vpn_pptp_users.php | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net/pptp/src/www/vpn_pptp_log.inc b/net/pptp/src/www/vpn_pptp_log.inc index 7fba93a2d..e900d3e16 100644 --- a/net/pptp/src/www/vpn_pptp_log.inc +++ b/net/pptp/src/www/vpn_pptp_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");
- - - - + + + + - + -
diff --git a/net/pptp/src/www/vpn_pptp_users.php b/net/pptp/src/www/vpn_pptp_users.php index 2e7586b2f..ef38b03ea 100644 --- a/net/pptp/src/www/vpn_pptp_users.php +++ b/net/pptp/src/www/vpn_pptp_users.php @@ -55,7 +55,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { $service_hook = 'pptpd'; include("head.inc"); $main_buttons = array( - array('label'=>gettext("add user"), 'href'=>'vpn_pptp_users_edit.php'), + array('label' => gettext('Add'), 'href' => 'vpn_pptp_users_edit.php'), ); ?> @@ -109,7 +109,7 @@ $main_buttons = array(
- - + + +