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
b498f1e9
Commit
b498f1e9
authored
Jan 06, 2016
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #607 from DokuKaefer/master
Fix translation
parents
4b4a24b3
fc0287dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
status_filter_reload.php
src/www/status_filter_reload.php
+2
-2
No files found.
src/www/status_filter_reload.php
View file @
b498f1e9
...
...
@@ -70,9 +70,9 @@ include("head.inc");
<div
class=
"content-box "
>
<div
class=
"col-xs-12"
>
<p><form
action=
"status_filter_reload.php"
method=
"post"
name=
"filter"
>
<input
type=
"submit"
value=
"
Reload Filter"
class=
"btn btn-primary"
name=
"reloadfilter"
id=
"reloadfilter"
/>
<input
type=
"submit"
value=
"
<?=
gettext
(
"Reload Filter"
);
?>
class="
btn
btn-primary
"
name=
"reloadfilter"
id=
"reloadfilter"
/>
<?php
if
(
$config
[
'hasync'
]
&&
$config
[
'hasync'
][
"synchronizetoip"
]
!=
""
)
:
?>
<input
type=
"submit"
value=
"
Force Config Sync"
class=
"btn btn-primary"
name=
"syncfilter"
id=
"syncfilter"
/>
<input
type=
"submit"
value=
"
<?=
gettext
(
"Force Config Sync"
);
?>
class="
btn
btn-primary
"
name=
"syncfilter"
id=
"syncfilter"
/>
<?php
endif
;
?>
</form></p>
<pre
id=
"status"
></pre>
...
...
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