webui:images for file-prio
This commit is contained in:
parent
aa66b8624e
commit
e0a380fb0e
12
ChangeLog
12
ChangeLog
@ -16,6 +16,16 @@ Deluge 1.1.0 - "" (In Development)
|
|||||||
* Redesiged sidebar with filters for Active and Tracker (see FilterManager)
|
* Redesiged sidebar with filters for Active and Tracker (see FilterManager)
|
||||||
|
|
||||||
WebUi
|
WebUi
|
||||||
* All details tabs have the same features as gtk-ui.
|
* All details tabs have the same features as in gtk-ui.
|
||||||
* Persistent sessions #486
|
* Persistent sessions #486
|
||||||
* Plugin improvements for easy use of templates and images in eggs. #497
|
* Plugin improvements for easy use of templates and images in eggs. #497
|
||||||
|
* Classic template takes over some style elements from white template.
|
||||||
|
|
||||||
|
Plugins
|
||||||
|
* Stats plugin for graphs.
|
||||||
|
* Label plugin for grouping torrents and per torrent settings.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
BIN
deluge/ui/webui/static/images/tango/gtk-yes.png
Normal file
BIN
deluge/ui/webui/static/images/tango/gtk-yes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 861 B |
@ -12,10 +12,10 @@ $altrow(True)
|
|||||||
<th width="100%">$_("File")</th>
|
<th width="100%">$_("File")</th>
|
||||||
<th width="50px">$_("Size")</th>
|
<th width="50px">$_("Size")</th>
|
||||||
<th width="50px">$_("Progress")</th>
|
<th width="50px">$_("Progress")</th>
|
||||||
<th width="10px">$_("X")</th>
|
<th width="16px"><img src="$base/static/images/tango/process-stop.png" title="$_('Do not download')"></th>
|
||||||
<th width="10px">$_("N")</th>
|
<th width="16px"><img src="$base/static/images/tango/gtk-yes.png" title="$_('Normal priority')"></th>
|
||||||
<th width="10px">$_("+")</th>
|
<th width="16px"><img src="$base/static/images/tango/queue-up.png" title="$_('High priority')"></th>
|
||||||
<th width="10px">$_("++")</th>
|
<th width="16px"><img src="$base/static/images/tango/go-top.png" title="$_('Highest priority')"></th>
|
||||||
</tr>
|
</tr>
|
||||||
$for i, file in enumerate(torrent.files):
|
$for i, file in enumerate(torrent.files):
|
||||||
<tr class="$altrow()" >
|
<tr class="$altrow()" >
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user