diff --git a/src/www/status_openvpn.php b/src/www/status_openvpn.php index 4e67c7161..a37e85598 100644 --- a/src/www/status_openvpn.php +++ b/src/www/status_openvpn.php @@ -129,9 +129,9 @@ $( document ).ready(function() {

-
-
-
+ +
+
@@ -161,7 +161,7 @@ $( document ).ready(function() {
- " class="act_kill_client btn btn-default"> @@ -303,7 +303,7 @@ $( document ).ready(function() { - + diff --git a/src/www/vpn_ipsec.php b/src/www/vpn_ipsec.php index b92b36a79..9fcf9470f 100644 --- a/src/www/vpn_ipsec.php +++ b/src/www/vpn_ipsec.php @@ -268,18 +268,18 @@ function show_phase2(id, buttonid) {
- - - - - - - - - - - + + + + + + + + + + + diff --git a/src/www/vpn_ipsec_phase1.php b/src/www/vpn_ipsec_phase1.php index b07c54e2a..ca64b31a9 100644 --- a/src/www/vpn_ipsec_phase1.php +++ b/src/www/vpn_ipsec_phase1.php @@ -113,7 +113,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { $pconfig['remotebits'] = null; $pconfig['remotenet'] = null ; if (isset($a_phase1[$p1index]['remote-subnet']) && strpos($a_phase1[$p1index]['remote-subnet'],'/') !== false) { - list($pconfig['remotenet'],$pconfig['remotebits']) = explode("/", $a_phase1[$p1index]['remote-subnet']); + list($pconfig['remotenet'],$pconfig['remotebits']) = explode("/", $a_phase1[$p1index]['remote-subnet']); } elseif (isset($a_phase1[$p1index]['remote-subnet'])) { $pconfig['remotenet'] = $a_phase1[$p1index]['remote-subnet']; } @@ -631,7 +631,7 @@ function dpdchkbox_change() { - - @@ -746,9 +746,9 @@ function dpdchkbox_change() { } ?> -
   -
   +
+ type="submit" + title="" + class="btn btn-default btn-xs"> + + " alt="add" class="btn btn-default btn-xs"> - - + + + name="del_x" + type="submit" + title="" + onclick="return confirm('')" + class="btn btn-default btn-xs"> + +