mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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
Add a link
Reference in a new issue