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
4d643d5a
Commit
4d643d5a
authored
Feb 20, 2015
by
Jos Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix DHCP6 Server GUI pages
parent
837062e2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
268 additions
and
258 deletions
+268
-258
services_dhcpv6.php
src/www/services_dhcpv6.php
+74
-68
services_dhcpv6_edit.php
src/www/services_dhcpv6_edit.php
+2
-2
services_router_advertisements.php
src/www/services_router_advertisements.php
+192
-188
No files found.
src/www/services_dhcpv6.php
View file @
4d643d5a
This diff is collapsed.
Click to expand it.
src/www/services_dhcpv6_edit.php
View file @
4d643d5a
...
@@ -246,8 +246,8 @@ include("head.inc");
...
@@ -246,8 +246,8 @@ include("head.inc");
<tr>
<tr>
<td
width=
"22%"
valign=
"top"
>
</td>
<td
width=
"22%"
valign=
"top"
>
</td>
<td
width=
"78%"
>
<td
width=
"78%"
>
<input
name=
"Submit"
type=
"submit"
class=
"formbtn"
value=
"
<?=
gettext
(
"Save"
);
?>
"
/>
<input
name=
"Submit"
type=
"submit"
class=
"formbtn
btn btn-primary
"
value=
"
<?=
gettext
(
"Save"
);
?>
"
/>
<input
type=
"button"
class=
"formbtn"
value=
"
<?=
gettext
(
"Cancel"
);
?>
"
onclick=
"window.location.href='
<?=
$referer
;
?>
'"
/>
<input
type=
"button"
class=
"formbtn
btn btn-default
"
value=
"
<?=
gettext
(
"Cancel"
);
?>
"
onclick=
"window.location.href='
<?=
$referer
;
?>
'"
/>
<?php
if
(
isset
(
$id
)
&&
$a_maps
[
$id
])
:
?>
<?php
if
(
isset
(
$id
)
&&
$a_maps
[
$id
])
:
?>
<input
name=
"id"
type=
"hidden"
value=
"
<?=
htmlspecialchars
(
$id
);
?>
"
/>
<input
name=
"id"
type=
"hidden"
value=
"
<?=
htmlspecialchars
(
$id
);
?>
"
/>
<?php
endif
;
?>
<?php
endif
;
?>
...
...
src/www/services_router_advertisements.php
View file @
4d643d5a
This diff is collapsed.
Click to expand it.
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