diff options
author | Wugy <wugy@mally-soft.com> | 2010-01-18 22:46:06 +0100 |
---|---|---|
committer | Wugy <wugy@mally-soft.com> | 2010-01-18 22:46:06 +0100 |
commit | 0a0b9a792d4d89d3ecdfbbc79cf05eb349407959 (patch) | |
tree | 60adde6f8a13b3e06922e5334e3902471a6929a9 /module/web | |
parent | webinterface - queue style update (diff) | |
download | pyload-0a0b9a792d4d89d3ecdfbbc79cf05eb349407959.tar.xz |
Webinterface - Queue style update NUMBER 3!
Diffstat (limited to 'module/web')
-rw-r--r-- | module/web/media/default/img/arrow_refresh.png | bin | 0 -> 685 bytes | |||
-rw-r--r-- | module/web/templates/default/queue.html | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/module/web/media/default/img/arrow_refresh.png b/module/web/media/default/img/arrow_refresh.png Binary files differnew file mode 100644 index 000000000..0de26566d --- /dev/null +++ b/module/web/media/default/img/arrow_refresh.png diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html index ff1f35052..7c78ac45b 100644 --- a/module/web/templates/default/queue.html +++ b/module/web/templates/default/queue.html @@ -11,15 +11,15 @@ {% block content %}
{% for package in content %}
-<div class="package"><div class="packagename" onclick="javascript: PackegeShower();">{{ package.package_name }} <a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/delete.png" /></a></div>
+<div class="package"><div class="packagename" onclick="javascript: PackegeShower();">{{ package.package_name }} <a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/delete.png" /></a> <a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/arrow_refresh.png" /></a></div>
<div class="children">
{% for child in package.children %}
<div class="child"><span class="child_status">hierkommteinicondasaufdenstatusabgestimmtist</span>{{ child.filename }}<br />
- <div class="child_secrow"><span class="child_status">Downloaded</span> <span class="child_status">100 MB</span> <a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/delete.png" /></a></div></div>
+ <div class="child_secrow"><span class="child_status">Downloaded</span> <span class="child_status">100 MB</span> <a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/delete.png" /></a> <a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/arrow_refresh.png" /></a></div></div>
<div class="child"><span class="child_status">hierkommteinicondasaufdenstatusabgestimmtist</span>{{ child.filename }}<br />
- <div class="child_secrow"><span class="child_status">Downloaded</span> <span class="child_status">100 MB</span> <a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/delete.png" /></a></div></div>
+ <div class="child_secrow"><span class="child_status">Downloaded</span> <span class="child_status">100 MB</span> <a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/delete.png" /></a> <a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/arrow_refresh.png" /></a></div></div>
<div class="child"><span class="child_status">hierkommteinicondasaufdenstatusabgestimmtist</span>{{ child.filename }}<br />
- <div class="child_secrow"><span class="child_status">Downloaded</span> <span class="child_status">100 MB</span> <a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/delete.png" /></a></div></div>
+ <div class="child_secrow"><span class="child_status">Downloaded</span> <span class="child_status">100 MB</span> <a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/delete.png" /></a> <a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/arrow_refresh.png" /></a></div></div>
{% endfor %}
</div>
</div>
|