mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 01:48:40 +00:00
auto refresh details2
This commit is contained in:
parent
c5ffbd04e8
commit
65c8b04723
1 changed files with 4 additions and 2 deletions
|
@ -2,8 +2,10 @@ $def with (torrent)
|
||||||
|
|
||||||
$:(render.header(_(torrent.state) + '/' + torrent.name))
|
$:(render.header(_(torrent.state) + '/' + torrent.name))
|
||||||
<div class="panel" id="torrent_info">
|
<div class="panel" id="torrent_info">
|
||||||
<div style="width:120px;height:20px;overflow:hidden;align:left;text-align:left;padding-left:20px;">
|
<div class="button_bar">
|
||||||
$:render.part_auto_refresh()
|
$for id, title, image, flag, method, url, important in toolbar_items:
|
||||||
|
$if (flag > 0) and (id != 'details'):
|
||||||
|
$:render.part_button(method, (url + str(torrent.id)), title, 'tango/' + image)
|
||||||
</div>
|
</div>
|
||||||
$for id, title, tab in detail_tabs:
|
$for id, title, tab in detail_tabs:
|
||||||
<h3>$title</h3>
|
<h3>$title</h3>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue