Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
2c5b3022
Commit
2c5b3022
authored
Aug 21, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vpn: merge helper cleanup from master
parent
c62b74c2
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
vpn_ipsec_mobile.php
src/www/vpn_ipsec_mobile.php
+1
-1
vpn_ipsec_phase1.php
src/www/vpn_ipsec_phase1.php
+1
-1
vpn_ipsec_phase2.php
src/www/vpn_ipsec_phase2.php
+1
-1
vpn_ipsec_settings.php
src/www/vpn_ipsec_settings.php
+1
-1
vpn_openvpn_client.php
src/www/vpn_openvpn_client.php
+1
-1
vpn_openvpn_csc.php
src/www/vpn_openvpn_csc.php
+1
-1
vpn_openvpn_export.php
src/www/vpn_openvpn_export.php
+1
-1
vpn_openvpn_export_shared.php
src/www/vpn_openvpn_export_shared.php
+1
-1
vpn_openvpn_server.php
src/www/vpn_openvpn_server.php
+1
-1
No files found.
src/www/vpn_ipsec_mobile.php
View file @
2c5b3022
...
...
@@ -345,7 +345,7 @@ function login_banner_change() {
<td
width=
"22%"
><b>
<?=
gettext
(
"IKE Extensions"
);
?>
</b></td>
<td
width=
"78%"
align=
"right"
>
<small>
<?=
gettext
(
"full help"
);
?>
</small>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
opnvpn_server
"
type=
"button"
></i></a>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
page
"
type=
"button"
></i></a>
</td>
</tr>
<tr>
...
...
src/www/vpn_ipsec_phase1.php
View file @
2c5b3022
...
...
@@ -602,7 +602,7 @@ function dpdchkbox_change() {
<td
width=
"22%"
><b>
<?=
gettext
(
"General information"
);
?>
</b></td>
<td
width=
"78%"
align=
"right"
>
<small>
<?=
gettext
(
"full help"
);
?>
</small>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
opnvpn_server
"
type=
"button"
></i></a>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
page
"
type=
"button"
></i></a>
</td>
</tr>
<tr>
...
...
src/www/vpn_ipsec_phase2.php
View file @
2c5b3022
...
...
@@ -643,7 +643,7 @@ if (isset($input_errors) && count($input_errors) > 0) {
<td
width=
"22%"
><b>
<?=
gettext
(
"General information"
);
?>
</b></td>
<td
width=
"78%"
align=
"right"
>
<small>
<?=
gettext
(
"full help"
);
?>
</small>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
opnvpn_server
"
type=
"button"
></i></a>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
page
"
type=
"button"
></i></a>
</td>
</tr>
<tr>
...
...
src/www/vpn_ipsec_settings.php
View file @
2c5b3022
...
...
@@ -162,7 +162,7 @@ function maxmss_checked(obj) {
<td
><strong>
<?=
gettext
(
"IPSec Advanced Settings"
);
?>
</strong></td>
<td
align=
"right"
>
<small>
<?=
gettext
(
"full help"
);
?>
</small>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
opnvpn_server
"
type=
"button"
></i></a>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
page
"
type=
"button"
></i></a>
</td>
</tr>
<tr>
...
...
src/www/vpn_openvpn_client.php
View file @
2c5b3022
...
...
@@ -478,7 +478,7 @@ endif; ?>
<td
width=
"22%"
>
<?=
gettext
(
"General information"
);
?>
</td>
<td
width=
"78%"
align=
"right"
>
<small>
<?=
gettext
(
"full help"
);
?>
</small>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
opnvpn_server
"
type=
"button"
></i></a>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
page
"
type=
"button"
></i></a>
</td>
</tr>
<tr>
...
...
src/www/vpn_openvpn_csc.php
View file @
2c5b3022
...
...
@@ -338,7 +338,7 @@ if ($act!="new" && $act!="edit") {
<td
width=
"22%"
>
<?=
gettext
(
"General information"
);
?>
</td>
<td
width=
"78%"
align=
"right"
>
<small>
<?=
gettext
(
"full help"
);
?>
</small>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
opnvpn_server
"
type=
"button"
></i></a>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
page
"
type=
"button"
></i></a>
</td>
</tr>
<tr>
...
...
src/www/vpn_openvpn_export.php
View file @
2c5b3022
...
...
@@ -631,7 +631,7 @@ if (isset($savemsg)) {
<td
width=
"22%"
></td>
<td
width=
"78%"
align=
"right"
>
<small>
<?=
gettext
(
"full help"
);
?>
</small>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
opnvpn_server
"
type=
"button"
></i></a>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
page
"
type=
"button"
></i></a>
</td>
</tr>
<tr>
...
...
src/www/vpn_openvpn_export_shared.php
View file @
2c5b3022
...
...
@@ -310,7 +310,7 @@ if (isset($savemsg)) {
<td
width=
"22%"
></td>
<td
width=
"78%"
align=
"right"
>
<small>
<?=
gettext
(
"full help"
);
?>
</small>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
opnvpn_server
"
type=
"button"
></i></a>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
page
"
type=
"button"
></i></a>
</td>
</tr>
<tr>
...
...
src/www/vpn_openvpn_server.php
View file @
2c5b3022
...
...
@@ -728,7 +728,7 @@ function tuntap_change() {
<td
width=
"22%"
>
<?=
gettext
(
"General information"
);
?>
</td>
<td
width=
"78%"
align=
"right"
>
<small>
<?=
gettext
(
"full help"
);
?>
</small>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
opnvpn_server
"
type=
"button"
></i></a>
<i
class=
"fa fa-toggle-off text-danger"
style=
"cursor: pointer;"
id=
"show_all_help_
page
"
type=
"button"
></i></a>
</td>
</tr>
<tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment