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
1e353977
Commit
1e353977
authored
Dec 31, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #588 from fabianfrz/translation
translation fix
parents
81e61f0c
c3cccbc1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
firewall_schedule.php
src/www/firewall_schedule.php
+1
-1
firewall_schedule_edit.php
src/www/firewall_schedule_edit.php
+2
-2
No files found.
src/www/firewall_schedule.php
View file @
1e353977
...
...
@@ -76,7 +76,7 @@ include("head.inc");
legacy_html_escape_form_data
(
$a_schedules
);
$main_buttons
=
array
(
array
(
'label'
=>
'Add a new schedule'
,
'href'
=>
'firewall_schedule_edit.php'
),
array
(
'label'
=>
gettext
(
'Add a new schedule'
)
,
'href'
=>
'firewall_schedule_edit.php'
),
);
?>
...
...
src/www/firewall_schedule_edit.php
View file @
1e353977
...
...
@@ -218,8 +218,8 @@ include("head.inc");
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
var
daysSelected
=
""
;
var
month_array
=
[
'
January
'
,
'
February
'
,
'
March
'
,
'
April
'
,
'
May
'
,
'
June
'
,
'
July
'
,
'
August
'
,
'
September
'
,
'
October
'
,
'
November
'
,
'
December
'
]
;
var
day_array
=
[
'
Mon
'
,
'
Tues
'
,
'
Wed
'
,
'
Thur
'
,
'
Fri
'
,
'
Sat
'
,
'
Sun
'
]
;
var
month_array
=
<?=
json_encode
(
$monthArray
)
?>
;
var
day_array
=
<?=
json_encode
(
$dayArray
)
?>
;
var
schCounter
=
0
;
function
rgb2hex
(
rgb
)
{
...
...
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