summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/Flat/tml/home.html
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-17 19:35:35 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-17 19:35:35 +0100
commita5f665f504dc544b4a03f2ee81da6c44555415e5 (patch)
tree4367bbbd041bf99fb54ba9e3f43a52a26944d801 /pyload/webui/themes/Flat/tml/home.html
parentMerge branch 'pr/n1006_mariusbaumann' into 0.4.10 (diff)
downloadpyload-a5f665f504dc544b4a03f2ee81da6c44555415e5.tar.xz
Update webui
Diffstat (limited to 'pyload/webui/themes/Flat/tml/home.html')
-rw-r--r--pyload/webui/themes/Flat/tml/home.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/pyload/webui/themes/Flat/tml/home.html b/pyload/webui/themes/Flat/tml/home.html
index ec7f4aae2..cbe8e2b8d 100644
--- a/pyload/webui/themes/Flat/tml/home.html
+++ b/pyload/webui/themes/Flat/tml/home.html
@@ -1,4 +1,4 @@
-{% extends '/Flat/tml/base.html' %}
+{% extends '/tml/base.html' %}
{% block head %}
<script type="text/javascript">
@@ -129,7 +129,7 @@ var LinkEntry = new Class({
'html': item.percent+ '% / '+ humanFileSize(item.size-item.bleft)
}),
remove: new Element('img',{
- 'src': '/Flat/img/control_cancel.png',
+ 'src': '/img/control_cancel.png',
'styles':{
'vertical-align': 'middle',
'margin-right': '-20px',
@@ -208,25 +208,25 @@ var LinkEntry = new Class({
{% block menu %}
<li class="selected">
- <a href="/" title=""><img src="/Flat/img/head-menu-home.png" alt="" /> {{_("Home")}}</a>
+ <a href="/" title=""><img src="/img/head-menu-home.png" alt="" /> {{_("Home")}}</a>
</li>
<li>
- <a href="/queue/" title=""><img src="/Flat/img/head-menu-queue.png" alt="" /> {{_("Queue")}}</a>
+ <a href="/queue/" title=""><img src="/img/head-menu-queue.png" alt="" /> {{_("Queue")}}</a>
</li>
<li>
- <a href="/collector/" title=""><img src="/Flat/img/head-menu-collector.png" alt="" /> {{_("Collector")}}</a>
+ <a href="/collector/" title=""><img src="/img/head-menu-collector.png" alt="" /> {{_("Collector")}}</a>
</li>
<li>
- <a href="/downloads/" title=""><img src="/Flat/img/head-menu-development.png" alt="" /> {{_("Downloads")}}</a>
+ <a href="/downloads/" title=""><img src="/img/head-menu-development.png" alt="" /> {{_("Downloads")}}</a>
</li>
<li>
- <a href="/filemanager/" title=""><img src="/Flat/img/head-menu-download.png" alt="" /> {{_("FileManager")}}</a>
+ <a href="/filemanager/" title=""><img src="/img/head-menu-download.png" alt="" /> {{_("FileManager")}}</a>
</li>
<li class="right">
- <a href="/logs/" title=""><img src="/Flat/img/head-menu-index.png" alt="" />{{_("Logs")}}</a>
+ <a href="/logs/" title=""><img src="/img/head-menu-index.png" alt="" />{{_("Logs")}}</a>
</li>
<li class="right">
- <a href="/settings/" title=""><img src="/Flat/img/head-menu-config.png" alt="" />{{_("Config")}}</a>
+ <a href="/settings/" title=""><img src="/img/head-menu-config.png" alt="" />{{_("Config")}}</a>
</li>
{% endblock %}
@@ -251,7 +251,7 @@ var LinkEntry = new Class({
<td id="link_{{ link.id }}_bleft">{{ link.format_size }}</td>
<td>
<span id="link_{{ link.id }}_percent">{{ link.percent }}% /{{ link.bleft }}</span>
- <img id="link_{{ link.id }}_remove" style="vertical-align: middle; margin-right: -20px; margin-left: 5px; margin-top: -2px; cursor:pointer;" src="/Flat/img/control_cancel.png"/>
+ <img id="link_{{ link.id }}_remove" style="vertical-align: middle; margin-right: -20px; margin-left: 5px; margin-top: -2px; cursor:pointer;" src="/img/control_cancel.png"/>
</td>
</tr>
<tr id="link_{{ link.id }}_pgb_tr">