mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
part_button
This commit is contained in:
parent
c1b8d6e880
commit
89278153bf
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
$def with (id, title, active)
|
||||
|
||||
$if (active == id):
|
||||
<a class="tab_button_active"
|
||||
$else:
|
||||
<a class="tab_button"
|
||||
href="$(self_url(tab=id))">$title </a>
|
||||
|
Loading…
Add table
Reference in a new issue