mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
add tab_files
This commit is contained in:
parent
991a413327
commit
949ee6160d
@ -0,0 +1,9 @@
|
|||||||
|
$def with (torrent)
|
||||||
|
|
||||||
|
|
||||||
|
<table width="100%">
|
||||||
|
$altrow(True)
|
||||||
|
<tr class="tab_$altrow()"><th>$_("File")</th><th>$_("Size")</th></tr>
|
||||||
|
$for file in torrent.files:
|
||||||
|
<tr class="tab_$altrow()" title="$file["path"]"><td>$(crop_right(file["path"], 70))</td><td>$fsize(file["size"])</td></tr>
|
||||||
|
</table>
|
Loading…
x
Reference in New Issue
Block a user