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
b2362628
Commit
b2362628
authored
Aug 12, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
interfaces: annotate dhcp modes; closes #1052
parent
57bb583c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
interfaces.php
src/www/interfaces.php
+12
-2
No files found.
src/www/interfaces.php
View file @
b2362628
...
...
@@ -1916,7 +1916,7 @@ include("head.inc");
</thead>
<tbody>
<tr>
<td
width=
"22%"
></td>
<td
width=
"22%"
><
a
id=
"help_for_dhcp_mode"
href=
"#"
class=
"showhelp"
><i
class=
"fa fa-info-circle"
></i></a>
<?=
gettext
(
"Configuration Mode"
);
?>
<
/td>
<td
width=
"78%"
>
<div
id=
"dhcp_mode"
class=
"btn-group"
data-toggle=
"buttons"
>
<label
class=
"btn btn-default
<?=
empty
(
$pconfig
[
'adv_dhcp_config_advanced'
])
&&
empty
(
$pconfig
[
'adv_dhcp_config_file_override'
])
?
"active"
:
""
;
?>
"
>
...
...
@@ -1932,6 +1932,11 @@ include("head.inc");
<?=
gettext
(
"Config File Override"
);
?>
</label>
</div>
<div
class=
"hidden"
for=
"help_for_dhcp_mode"
>
<?=
gettext
(
'The basic mode auto-configures DHCP using default values and optional user input.'
)
?>
<br/>
<?=
gettext
(
'The advanced mode does not provide any default values, you will need to fill out any values you would like to use.'
)
?>
</br>
<?=
gettext
(
'The configuration file override mode may point to a fully customised file on the system instead.'
)
?>
</div>
</td>
</tr>
<tr
class=
"dhcp_basic"
>
...
...
@@ -2426,7 +2431,7 @@ include("head.inc");
</thead>
<tbody>
<tr>
<td
width=
"22%"
></td>
<td
width=
"22%"
><
a
id=
"help_for_dhcpv6_mode"
href=
"#"
class=
"showhelp"
><i
class=
"fa fa-info-circle"
></i></a>
<?=
gettext
(
"Configuration Mode"
);
?>
<
/td>
<td
width=
"78%"
>
<div
id=
"dhcpv6_mode"
class=
"btn-group"
data-toggle=
"buttons"
>
<label
class=
"btn btn-default
<?=
empty
(
$pconfig
[
'adv_dhcp6_config_advanced'
])
&&
empty
(
$pconfig
[
'adv_dhcp6_config_file_override'
])
?
"active"
:
""
;
?>
"
>
...
...
@@ -2442,6 +2447,11 @@ include("head.inc");
<?=
gettext
(
"Config File Override"
);
?>
</label>
</div>
<div
class=
"hidden"
for=
"help_for_dhcpv6_mode"
>
<?=
gettext
(
'The basic mode auto-configures DHCP using default values and optional user input.'
)
?>
<br/>
<?=
gettext
(
'The advanced mode does not provide any default values, you will need to fill out any values you would like to use.'
)
?>
</br>
<?=
gettext
(
'The configuration file override mode may point to a fully customised file on the system instead.'
)
?>
</div>
</td>
</tr>
<tr
class=
"dhcpv6_advanced dhcpv6_file_override"
>
...
...
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