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
67d418a9
Commit
67d418a9
authored
Jan 30, 2016
by
Fabian Franz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translation fixes
parent
fd47bb52
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
services_dhcp.php
src/www/services_dhcp.php
+1
-1
services_dhcp_edit.php
src/www/services_dhcp_edit.php
+1
-1
services_dhcpv6.php
src/www/services_dhcpv6.php
+1
-1
No files found.
src/www/services_dhcp.php
View file @
67d418a9
...
...
@@ -985,7 +985,7 @@ include("head.inc");
</div>
<div
id=
"showldap"
style=
"display:none"
>
<input
name=
"ldap"
type=
"text"
class=
"form-control unknown"
id=
"ldap"
size=
"80"
value=
"
<?=
htmlspecialchars
(
$pconfig
[
'ldap'
]);
?>
"
/><br
/>
<?=
gettext
(
"Leave blank to disable.
Enter a full URI for the LDAP server in the form ldap://ldap.example.com/dc=example,dc=com"
);
?>
<?=
gettext
(
"Leave blank to disable. Enter a full URI for the LDAP server in the form ldap://ldap.example.com/dc=example,dc=com"
);
?>
</div>
</td>
</tr>
...
...
src/www/services_dhcp_edit.php
View file @
67d418a9
...
...
@@ -519,7 +519,7 @@ include("head.inc");
</div>
<div
id=
"showtftp"
style=
"display:none"
>
<input
name=
"tftp"
type=
"text"
class=
"formfld unknown"
id=
"tftp"
size=
"50"
value=
"
<?=
htmlspecialchars
(
$pconfig
[
'tftp'
]);
?>
"
/><br
/>
<?=
gettext
(
"Leave blank to disable.
Enter a full hostname or IP for the TFTP server."
);
?>
<?=
gettext
(
"Leave blank to disable. Enter a full hostname or IP for the TFTP server."
);
?>
</div>
</td>
</tr>
...
...
src/www/services_dhcpv6.php
View file @
67d418a9
...
...
@@ -711,7 +711,7 @@ include("head.inc");
</div>
<div id="showtftp" style="display:none">
<input name="tftp" type="text" class="formfld unknown" id="tftp" size="50" value="
<?=
htmlspecialchars
(
$pconfig
[
'tftp'
]);
?>
" /><br />
<?=
gettext
(
"Leave blank to disable.
Enter a full hostname or IP for the TFTP server."
);
?>
<?=
gettext
(
"Leave blank to disable. Enter a full hostname or IP for the TFTP server."
);
?>
</div>
</td>
</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