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
1b6967e2
Commit
1b6967e2
authored
Oct 11, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: footer improvements closes #410
parent
2db19bbf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
globals.inc
src/etc/inc/globals.inc
+1
-1
default.volt
src/opnsense/mvc/app/views/layouts/default.volt
+2
-2
foot.inc
src/www/foot.inc
+3
-3
license.php
src/www/license.php
+2
-2
No files found.
src/etc/inc/globals.inc
View file @
1b6967e2
...
...
@@ -42,7 +42,7 @@ $g = array(
"product_website"
=>
"https://opnsense.org"
,
"product_email"
=>
"project@opnsense.org"
,
"product_copyright_owner"
=>
"Deciso B.V."
,
"product_copyright_years"
=>
"2014
-
2015"
,
"product_copyright_years"
=>
"2014
-
2015"
,
"product_copyright_url"
=>
"https://www.deciso.com/"
,
"latest_config"
=>
"11.2"
,
);
...
...
src/opnsense/mvc/app/views/layouts/default.volt
View file @
1b6967e2
...
...
@@ -158,8 +158,8 @@
<!-- page footer -->
<footer
class=
"page-foot col-sm-push-2"
>
<div
class=
"container-fluid"
>
<a
target=
"_blank"
href=
"https://
www.opnsense.org/"
class=
"redlnk"
>
OPNsense
</a>
is
©
2014 - 2015 by
<a
href=
"http://www.deciso.com"
class=
"tblnk"
>
Deciso B.V.
</a>
All Rights Reserved.
[
<a
href=
"/license.php"
class=
"tblnk"
>
view license
</a>
]
<a
target=
"_blank"
href=
"https://
opnsense.org/"
class=
"redlnk"
>
OPNsense
</a>
(c) 2014-2015
<a
href=
"https://www.deciso.com"
class=
"tblnk"
>
Deciso B.V.
</a>
(
<a
href=
"/license.php"
class=
"tblnk"
>
{{ lang._('view license') }}
</a>
)
</div>
</footer>
...
...
src/www/foot.inc
View file @
1b6967e2
<footer
class=
"page-foot col-sm-push-2"
>
<div
class=
"container-fluid"
>
<a
target=
"_blank"
href=
"
<?=
$g
[
'product_website'
]
?>
"
class=
"redlnk"
>
<?=
$g
[
'product_name'
]
?>
</a>
is
©
<?=
$g
[
'product_copyright_years'
]
?>
by
<a
href=
"
<?=
$g
[
'product_copyright_url'
]
?>
"
class=
"tblnk"
>
<?=
$g
[
'product_copyright_owner'
]
?>
</a>
All Rights Reserved.
[
<a
href=
"/license.php"
class=
"tblnk"
>
view license
</a>
]
<a
target=
"_blank"
href=
"
<?=
$g
[
'product_website'
]
?>
"
class=
"redlnk"
>
<?=
$g
[
'product_name'
]
?>
</a>
(c)
<?=
$g
[
'product_copyright_years'
]
?>
<a
href=
"
<?=
$g
[
'product_copyright_url'
]
?>
"
class=
"tblnk"
>
<?=
$g
[
'product_copyright_owner'
]
?>
</a>
(
<a
href=
"/license.php"
class=
"tblnk"
>
<?=
gettext
(
'view license'
);
?>
</a>
)
</div>
</footer>
...
...
src/www/license.php
View file @
1b6967e2
...
...
@@ -29,7 +29,7 @@ require_once("guiconfig.inc");
include
(
"head.inc"
);
$pgtitle
=
gettext
(
"License"
);
$pgtitle
=
array
(
gettext
(
'Lobby'
),
gettext
(
'License'
)
);
?>
...
...
@@ -43,7 +43,7 @@ $pgtitle = gettext("License");
<section
class=
"col-xs-11"
>
<p
align=
"justify"
>
<strong>
<span
class=
"text-primary"
><a
href=
"http
://www.opnsense.org
"
target=
"_blank"
>
OPNsense
®
</a></span>
is Copyright
©
<?=
$g
[
'product_copyright_years'
];
?>
by Deciso B.V.
<br
/>
All rights reserved.
<br
/>
<span
class=
"text-primary"
><a
href=
"http
s://opnsense.org/
"
target=
"_blank"
>
OPNsense
®
</a></span>
is Copyright
©
<?=
$g
[
'product_copyright_years'
];
?>
by Deciso B.V.
<br
/>
All rights reserved.
<br
/>
</strong>
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
<br
/>
<br
/>
...
...
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