summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Wugy <wugy@mally-soft.com> 2010-01-18 22:37:21 +0100
committerGravatar Wugy <wugy@mally-soft.com> 2010-01-18 22:37:21 +0100
commit5131657cc5ba16df1a39b36c2d0a316cc801e737 (patch)
tree46e372e0bb0c4225d820006590f77243b12bbb98 /module
parentWebinterface - Queue style update (diff)
downloadpyload-5131657cc5ba16df1a39b36c2d0a316cc801e737.tar.xz
webinterface - queue style update
Diffstat (limited to 'module')
-rw-r--r--module/web/media/default/css/default.css5
-rw-r--r--module/web/media/default/img/delete.pngbin0 -> 715 bytes
-rw-r--r--module/web/templates/default/queue.html9
3 files changed, 11 insertions, 3 deletions
diff --git a/module/web/media/default/css/default.css b/module/web/media/default/css/default.css
index 392d828f1..d7756e314 100644
--- a/module/web/media/default/css/default.css
+++ b/module/web/media/default/css/default.css
@@ -1478,7 +1478,10 @@ div.codearea pre span.Preprc {
margin-left: 20px;
}
.child_status {
- width: 20px;
+ margin-right: 10px;
+}
+.child_secrow {
+ font-size: 10px;
}
.header, .header th {
diff --git a/module/web/media/default/img/delete.png b/module/web/media/default/img/delete.png
new file mode 100644
index 000000000..08f249365
--- /dev/null
+++ b/module/web/media/default/img/delete.png
Binary files differ
diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html
index 299452bc1..ff1f35052 100644
--- a/module/web/templates/default/queue.html
+++ b/module/web/templates/default/queue.html
@@ -11,10 +11,15 @@
{% block content %}
{% for package in content %}
-<div class="package"> <div class="packagename" onclick="javascript: PackegeShower();">{{ package.package_name }}</div>
+<div class="package"><div class="packagename" onclick="javascript: PackegeShower();">{{ package.package_name }}&nbsp;&nbsp;<a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/delete.png" /></a></div>
<div class="children">
{% for child in package.children %}
- <div class="child"><span class="child_status">&nbsp;{{ child.status }}</span>{{ child.filename }}</div>
+ <div class="child"><span class="child_status">hierkommteinicondasaufdenstatusabgestimmtist</span>{{ child.filename }}<br />
+ <div class="child_secrow"><span class="child_status">Downloaded</span>&nbsp;&nbsp;<span class="child_status">100 MB</span>&nbsp;&nbsp;<a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/delete.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>&nbsp;&nbsp;<span class="child_status">100 MB</span>&nbsp;&nbsp;<a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/delete.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>&nbsp;&nbsp;<span class="child_status">100 MB</span>&nbsp;&nbsp;<a href=""><img width="10px" height="10px" src="{{ MEDIA_URL }}img/delete.png" /></a></div></div>
{% endfor %}
</div>
</div>