diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-02-16 03:57:25 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-02-16 03:57:25 +0100 |
commit | 2c67177f74ff8bd8817b8f4967d1b25682beaaf1 (patch) | |
tree | 0f04fa65381b37341aa831d34d404a0e53c01dce /pyload/webui/themes/dark/tml/queue.html | |
parent | Partially revert acc46fc3497a66a427b795b4a22c6e71d69185a1 (diff) | |
download | pyload-2c67177f74ff8bd8817b8f4967d1b25682beaaf1.tar.xz |
Improve theme structure a bit
Diffstat (limited to 'pyload/webui/themes/dark/tml/queue.html')
-rw-r--r-- | pyload/webui/themes/dark/tml/queue.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/webui/themes/dark/tml/queue.html b/pyload/webui/themes/dark/tml/queue.html index f68079106..1a61e2638 100644 --- a/pyload/webui/themes/dark/tml/queue.html +++ b/pyload/webui/themes/dark/tml/queue.html @@ -1,7 +1,7 @@ -{% extends '/dark/tml/base.html' %} +{% extends '/Dark/tml/base.html' %} {% block head %} -<script type="text/javascript" src="/dark/js/render/package.min.js"></script> +<script type="text/javascript" src="/Dark/js/render/package.min.js"></script> <script type="text/javascript"> @@ -37,17 +37,17 @@ document.addEvent("domready", function(){ <div class="order" style="display: none;">{{ package.order }}</div> <div class="packagename" style="cursor: pointer"> - <img class="package_drag" src="/dark/img/default/folder.png" style="cursor: move; margin-bottom: -2px"> + <img class="package_drag" src="/Dark/img/default/folder.png" style="cursor: move; margin-bottom: -2px"> <span class="name">{{package.name}}</span> <span class="buttons" style="opacity:0"> - <img title="{{_("Delete Package")}}" style="cursor: pointer" width="12px" height="12px" src="/dark/img/default/delete.png" /> + <img title="{{_("Delete Package")}}" style="cursor: pointer" width="12px" height="12px" src="/Dark/img/default/delete.png" /> - <img title="{{_("Restart Package")}}" style="margin-left: -10px; cursor: pointer" height="12px" src="/dark/img/default/arrow_refresh.png" /> + <img title="{{_("Restart Package")}}" style="margin-left: -10px; cursor: pointer" height="12px" src="/Dark/img/default/arrow_refresh.png" /> - <img title="{{_("Edit Package")}}" style="margin-left: -10px; cursor: pointer" height="12px" src="/dark/img/default/pencil.png" /> + <img title="{{_("Edit Package")}}" style="margin-left: -10px; cursor: pointer" height="12px" src="/Dark/img/default/pencil.png" /> - <img title="{{_("Move Package")}}" style="margin-left: -10px; cursor: pointer" height="12px" src="/dark/img/default/package_go.png" /> + <img title="{{_("Move Package")}}" style="margin-left: -10px; cursor: pointer" height="12px" src="/Dark/img/default/package_go.png" /> </span> </div> {% set progress = (package.linksdone * 100) / package.linkstotal %} |