summaryrefslogtreecommitdiffstats
path: root/module/webui/themes/default
diff options
context:
space:
mode:
Diffstat (limited to 'module/webui/themes/default')
-rw-r--r--module/webui/themes/default/css/default.css6
-rw-r--r--module/webui/themes/default/tml/admin.html2
-rw-r--r--module/webui/themes/default/tml/base.html4
-rw-r--r--module/webui/themes/default/tml/home.html4
-rw-r--r--module/webui/themes/default/tml/login.html2
5 files changed, 6 insertions, 12 deletions
diff --git a/module/webui/themes/default/css/default.css b/module/webui/themes/default/css/default.css
index 1843e2391..5d4b9ebf2 100644
--- a/module/webui/themes/default/css/default.css
+++ b/module/webui/themes/default/css/default.css
@@ -239,12 +239,6 @@ ul#page-actions-more a:hover, ul#page-actions-more a:focus{
display:none;
}
-a.action.index {
- background:transparent url(../img/wiki-tools-index.png) 0px 1px no-repeat;
-}
-a.action.recent {
- background:transparent url(../img/wiki-tools-recent.png) 0px 1px no-repeat;
-}
a.logout {
background:transparent url(../img/user-actions-logout.png) 0px 1px no-repeat;
}
diff --git a/module/webui/themes/default/tml/admin.html b/module/webui/themes/default/tml/admin.html
index c165f2a98..ba94f7a74 100644
--- a/module/webui/themes/default/tml/admin.html
+++ b/module/webui/themes/default/tml/admin.html
@@ -15,7 +15,7 @@
<br>
<br>
- {{ _("To add user or change passwords use:") }} <b>python pyLoadCore.py -u</b><br>
+ {{ _("To add user or change passwords use:") }} <b>python pyload.py -u</b><br>
{{ _("Important: Admin user have always all permissions!") }}
<form action="" method="POST">
diff --git a/module/webui/themes/default/tml/base.html b/module/webui/themes/default/tml/base.html
index dfc311e47..e2a62a116 100644
--- a/module/webui/themes/default/tml/base.html
+++ b/module/webui/themes/default/tml/base.html
@@ -96,10 +96,10 @@
{# <a href="/filemanager/" title=""><img src="/default/img/head-menu-download.png" alt="" /> {{_("FileManager")}}</a>#}
{# </li>#}
<li {{ selected('logs', True) }}>
- <a href="/logs/" class="action index" accesskey="x" rel="nofollow"><img src="/default/img/head-menu-index.png" alt="" />{{_("Logs")}}</a>
+ <a href="/logs/" title=""><img src="/default/img/head-menu-index.png" alt="" />{{_("Logs")}}</a>
</li>
<li {{ selected('settings', True) }}>
- <a href="/settings/" class="action index" accesskey="x" rel="nofollow"><img src="/default/img/head-menu-config.png" alt="" />{{_("Config")}}</a>
+ <a href="/settings/" title=""><img src="/default/img/head-menu-config.png" alt="" />{{_("Config")}}</a>
</li>
{% endblock %}
diff --git a/module/webui/themes/default/tml/home.html b/module/webui/themes/default/tml/home.html
index 85f1bd05e..0fff703b5 100644
--- a/module/webui/themes/default/tml/home.html
+++ b/module/webui/themes/default/tml/home.html
@@ -223,10 +223,10 @@ var LinkEntry = new Class({
{# <a href="/filemanager/" title=""><img src="/default/img/head-menu-download.png" alt="" /> {{_("FileManager")}}</a>#}
{#</li>#}
<li class="right">
- <a href="/logs/" class="action index" accesskey="x" rel="nofollow"><img src="/default/img/head-menu-index.png" alt="" />{{_("Logs")}}</a>
+ <a href="/logs/" title=""><img src="/default/img/head-menu-index.png" alt="" />{{_("Logs")}}</a>
</li>
<li class="right">
- <a href="/settings/" class="action index" accesskey="x" rel="nofollow"><img src="/default/img/head-menu-config.png" alt="" />{{_("Config")}}</a>
+ <a href="/settings/" title=""><img src="/default/img/head-menu-config.png" alt="" />{{_("Config")}}</a>
</li>
{% endblock %}
diff --git a/module/webui/themes/default/tml/login.html b/module/webui/themes/default/tml/login.html
index d11941bb7..089275219 100644
--- a/module/webui/themes/default/tml/login.html
+++ b/module/webui/themes/default/tml/login.html
@@ -27,7 +27,7 @@
{% if errors %}
<p>{{_("Your username and password didn't match. Please try again.")}}</p>
- {{ _("To reset your login data or add an user run:") }} <b> python pyLoadCore.py -u</b>
+ {{ _("To reset your login data or add an user run:") }} <b> python pyload.py -u</b>
{% endif %}
</div>