[Rt-commit] rt branch, 4.2/footer-copyright-2018, created. rt-4.2.14-45-g124918acb
? sunnavy
sunnavy at bestpractical.com
Wed Apr 4 15:36:00 EDT 2018
The branch, 4.2/footer-copyright-2018 has been created
at 124918acbfbfe8d64a9122a319d0b1e758c2e414 (commit)
- Log -----------------------------------------------------------------
commit 124918acbfbfe8d64a9122a319d0b1e758c2e414
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Apr 5 03:25:31 2018 +0800
Update copyright year in Footer to 2018
diff --git a/share/html/Elements/Footer b/share/html/Elements/Footer
index f6f4e98e6..49a7ee102 100644
--- a/share/html/Elements/Footer
+++ b/share/html/Elements/Footer
@@ -53,7 +53,7 @@
% if ($m->{'rt_base_time'}) {
<p id="time"><span><&|/l&>Time to display</&>: <%Time::HiRes::tv_interval( $m->{'rt_base_time'} )%></span></p>
%}
- <p id="bpscredits"><span><&|/l_unsafe, '»|«', $RT::VERSION, '2017', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>', &>[_1] RT [_2] Copyright 1996-[_3] [_4].</&>
+ <p id="bpscredits"><span><&|/l_unsafe, '»|«', $RT::VERSION, '2018', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>', &>[_1] RT [_2] Copyright 1996-[_3] [_4].</&>
</span></p>
% if (!$Menu) {
<p id="legal"><&|/l_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>' &>Distributed under [_1]version 2 of the GNU GPL[_2].</&><br /><&|/l_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>' &>To inquire about support, training, custom development or licensing, please contact [_1].</&><br /></p>
diff --git a/share/html/m/_elements/footer b/share/html/m/_elements/footer
index a7dcc33ee..101a7776b 100644
--- a/share/html/m/_elements/footer
+++ b/share/html/m/_elements/footer
@@ -48,7 +48,7 @@
<& /Elements/Logo, ShowName => 1, OnlyCustom => 1 &>
<div id="bpscredits">
<div id="copyright">
-<&|/l_unsafe, '', '', '2017', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>', &>[_1] RT [_2] Copyright 1996-[_3] [_4].</&>
+<&|/l_unsafe, '', '', '2018', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>', &>[_1] RT [_2] Copyright 1996-[_3] [_4].</&>
</div>
</div>
</body>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list