webui:images for file-prio

This commit is contained in:
Martijn Voncken 2008-10-15 19:54:14 +00:00
parent aa66b8624e
commit e0a380fb0e
3 changed files with 15 additions and 5 deletions

View File

@ -16,6 +16,16 @@ Deluge 1.1.0 - "" (In Development)
* Redesiged sidebar with filters for Active and Tracker (see FilterManager)
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
* 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

View File

@ -12,10 +12,10 @@ $altrow(True)
<th width="100%">$_("File")</th>
<th width="50px">$_("Size")</th>
<th width="50px">$_("Progress")</th>
<th width="10px">$_("X")</th>
<th width="10px">$_("N")</th>
<th width="10px">$_("+")</th>
<th width="10px">$_("++")</th>
<th width="16px"><img src="$base/static/images/tango/process-stop.png" title="$_('Do not download')"></th>
<th width="16px"><img src="$base/static/images/tango/gtk-yes.png" title="$_('Normal priority')"></th>
<th width="16px"><img src="$base/static/images/tango/queue-up.png" title="$_('High priority')"></th>
<th width="16px"><img src="$base/static/images/tango/go-top.png" title="$_('Highest priority')"></th>
</tr>
$for i, file in enumerate(torrent.files):
<tr class="$altrow()" >