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
c94a697e
Commit
c94a697e
authored
Mar 26, 2016
by
Ad Schellevis
Committed by
Franco Fichtner
Apr 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gettext()
(cherry picked from commit
857a1b2e
)
parent
b42fcd5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
firewall_virtual_ip_edit.php
src/www/firewall_virtual_ip_edit.php
+1
-1
No files found.
src/www/firewall_virtual_ip_edit.php
View file @
c94a697e
...
@@ -392,7 +392,7 @@ $( document ).ready(function() {
...
@@ -392,7 +392,7 @@ $( document ).ready(function() {
</td>
</td>
</tr>
</tr>
<tr
id=
"noexpandrow"
>
<tr
id=
"noexpandrow"
>
<td><a
id=
"help_for_noexpand"
href=
"#"
class=
"showhelp"
><i
class=
"fa fa-info-circle"
></i></a>
<?=
gettext
(
"Expansion
:
"
);
?>
</td>
<td><a
id=
"help_for_noexpand"
href=
"#"
class=
"showhelp"
><i
class=
"fa fa-info-circle"
></i></a>
<?=
gettext
(
"Expansion"
);
?>
</td>
<td>
<td>
<input
id=
"noexpand"
name=
"noexpand"
type=
"checkbox"
class=
"form-control unknown"
id=
"noexpand"
<?=
!
empty
(
$pconfig
[
'noexpand'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<input
id=
"noexpand"
name=
"noexpand"
type=
"checkbox"
class=
"form-control unknown"
id=
"noexpand"
<?=
!
empty
(
$pconfig
[
'noexpand'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<div
class=
"hidden"
for=
"help_for_noexpand"
>
<div
class=
"hidden"
for=
"help_for_noexpand"
>
...
...
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