openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #33401
[Merge] lp:~danielborges93/openlp/website-2019-copyright into lp:openlp/website
Daniel Borges has proposed merging lp:~danielborges93/openlp/website-2019-copyright into lp:openlp/website.
Commit message:
Copyright changed to 2019.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~danielborges93/openlp/website-2019-copyright/+merge/363247
--
Your team OpenLP Core is requested to review the proposed merge of lp:~danielborges93/openlp/website-2019-copyright into lp:openlp/website.
=== modified file 'themes/openlp2v2/templates/base.tmpl'
--- themes/openlp2v2/templates/base.tmpl 2017-11-18 06:09:48 +0000
+++ themes/openlp2v2/templates/base.tmpl 2019-02-15 12:20:11 +0000
@@ -100,7 +100,7 @@
<div class="row">
<div class="col-md-12">
<p class="text-center">
- Copyright © 2004-<span class="notranslate">2017</span> OpenLP Developers |
+ Copyright © 2004-<span class="notranslate">2019</span> OpenLP Developers |
Theme based on <a href="http://htmlcoder.me/worthy-free-bootstrap-template">Worthy</a> by HTML Coder |
<i class="fa fa-fw fa-money notranslate"></i> <a href="/donate">Donate to OpenLP</a>
</p>
=== modified file 'themes/openlp2v2/templates/front_page.html'
--- themes/openlp2v2/templates/front_page.html 2019-01-26 06:03:03 +0000
+++ themes/openlp2v2/templates/front_page.html 2019-02-15 12:20:11 +0000
@@ -349,7 +349,7 @@
<div class="modal-body">
<div class="alert alert-info small" role="alert">
<p><i class="fa fa-fw fa-info-circle notranslate"></i> OpenLP only supports Canonical-supported versions of Ubuntu from 16.04 and up.</p>
- </div>
+ </div>
<p>To install OpenLP, either search for OpenLP in Software Center, or run the following command:</p>
<pre>$ sudo apt install openlp</pre>
<p>Ubuntu does not always have the latest version of OpenLP in its repositories, so it may be handy to use our <abbr title="Personal Package Archive">PPA</abbr>:</p>
@@ -373,7 +373,7 @@
<div class="modal-body">
<div class="alert alert-info small" role="alert">
<p><strong>Note:</strong> OpenLP only supports the most recent Fedora release.</p>
- </div>
+ </div>
<p>To install OpenLP, either search for OpenLP in your GUI package manager, or run the following command:</p>
<pre>$ sudo dnf install OpenLP</pre>
</div>
@@ -395,7 +395,7 @@
<div class="modal-body">
<div class="alert alert-info small" role="alert">
<p><strong>Note:</strong> OpenLP only supports Debian unstable.</p>
- </div>
+ </div>
<p>To install OpenLP, either search for OpenLP in your GUI package manager, or run the following command:</p>
<pre>$ sudo apt install openlp</pre>
</div>
@@ -615,7 +615,7 @@
<div class="row">
<div class="col-md-12">
<p class="text-center">
- Copyright © 2004-<span class="notranslate">2017</span> OpenLP Developers |
+ Copyright © 2004-<span class="notranslate">2019</span> OpenLP Developers |
Theme based on <a href="http://htmlcoder.me/worthy-free-bootstrap-template">Worthy</a> by HTML Coder |
<i class="fa fa-fw fa-money notranslate"></i> <a href="/donate">Donate to OpenLP</a>
</p>
Follow ups