diff options
author | 2014-12-12 16:46:29 +0100 | |
---|---|---|
committer | 2014-12-12 16:46:29 +0100 | |
commit | 13a88116eac8bc760cf9efdac3e50eb91f69151e (patch) | |
tree | 7a02449c404747ab90931f3e6e3f34c9eb9cdeea /pyload/webui | |
parent | New Setup (diff) | |
download | pyload-13a88116eac8bc760cf9efdac3e50eb91f69151e.tar.xz |
Update README and related
Diffstat (limited to 'pyload/webui')
-rw-r--r-- | pyload/webui/__init__.py | 2 | ||||
-rw-r--r-- | pyload/webui/themes/bright/tml/base.html | 2 | ||||
-rw-r--r-- | pyload/webui/themes/dark/tml/base.html | 2 | ||||
-rw-r--r-- | pyload/webui/themes/default/tml/base.html | 2 | ||||
-rw-r--r-- | pyload/webui/themes/flat/tml/base.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/pyload/webui/__init__.py b/pyload/webui/__init__.py index 4f06d160e..964be4d3d 100644 --- a/pyload/webui/__init__.py +++ b/pyload/webui/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# @author: RaNaN +# @author: RaNaN, vuolter import sys import pyload.utils.pylgettext as gettext diff --git a/pyload/webui/themes/bright/tml/base.html b/pyload/webui/themes/bright/tml/base.html index 274dbe82c..9e54fc179 100644 --- a/pyload/webui/themes/bright/tml/base.html +++ b/pyload/webui/themes/bright/tml/base.html @@ -162,7 +162,7 @@ <hr style="clear: both;" /> -<div id="foot">© 2008-2014 pyLoad Team +<div id="foot">© 2008-2015 pyLoad Team <a href="#top" class="action top" accesskey="x"><span>{{_("Back to top")}}</span></a><br /> <!--<div class="breadcrumbs"></div>--> diff --git a/pyload/webui/themes/dark/tml/base.html b/pyload/webui/themes/dark/tml/base.html index bafcc319d..a67401498 100644 --- a/pyload/webui/themes/dark/tml/base.html +++ b/pyload/webui/themes/dark/tml/base.html @@ -159,7 +159,7 @@ <hr style="clear: both;" /> -<div id="foot">© 2008-2014 pyLoad Team +<div id="foot">© 2008-2015 pyLoad Team <a href="#top" class="action top" accesskey="x"><span>{{_("Back to top")}}</span></a><br /> <!--<div class="breadcrumbs"></div>--> diff --git a/pyload/webui/themes/default/tml/base.html b/pyload/webui/themes/default/tml/base.html index a8f20504f..821752d97 100644 --- a/pyload/webui/themes/default/tml/base.html +++ b/pyload/webui/themes/default/tml/base.html @@ -159,7 +159,7 @@ <hr style="clear: both;" /> -<div id="foot">© 2008-2014 pyLoad Team +<div id="foot">© 2008-2015 pyLoad Team <a href="#top" class="action top" accesskey="x"><span>{{_("Back to top")}}</span></a><br /> <!--<div class="breadcrumbs"></div>--> diff --git a/pyload/webui/themes/flat/tml/base.html b/pyload/webui/themes/flat/tml/base.html index 015a64600..b617b4020 100644 --- a/pyload/webui/themes/flat/tml/base.html +++ b/pyload/webui/themes/flat/tml/base.html @@ -159,7 +159,7 @@ <hr style="clear: both;" /> -<div id="foot">© 2008-2014 pyLoad Team +<div id="foot">© 2008-2015 pyLoad Team <a href="#top" class="action top" accesskey="x"><span>{{_("Back to top")}}</span></a><br /> <!--<div class="breadcrumbs"></div>--> |