mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Some enhancements in default template (Part 2)
This commit is contained in:
parent
9b10b16460
commit
810444f140
1 changed files with 7 additions and 1 deletions
|
@ -209,7 +209,13 @@ function hl (id, on)
|
|||
<td class="small tCenter" title="{L_TOPICS_SHORT}"><em class="med" style="color: grey">{L_TOPICS_SHORT}:</em> {c.f.NUM_TOPICS}</td>
|
||||
<td class="small tCenter" title="{L_POSTS_SHORT}"><em class="med" style="color: grey">{L_POSTS_SHORT}:</em> {c.f.NUM_POSTS}</td>
|
||||
<td class="med nowrap tCenter">
|
||||
<a class="med" href="{c.f.U_FORUM_EDIT}">{L_EDIT}</a>·<a class="med" href="{c.f.U_FORUM_PERM}">{L_PERMISSIONS}</a>·<a class="med" href="{c.f.U_FORUM_RESYNC}">{L_SYNC}</a>·<a class="med" href="{c.f.U_FORUM_DELETE}">{L_DELETE}</a>
|
||||
<a class="med" href="{c.f.U_FORUM_EDIT}">{L_EDIT}</a>
|
||||
·
|
||||
<a class="med" href="{c.f.U_FORUM_PERM}">{L_PERMISSIONS}</a>
|
||||
·
|
||||
<a class="med" href="{c.f.U_FORUM_RESYNC}">{L_SYNC}</a>
|
||||
·
|
||||
<a class="med" href="{c.f.U_FORUM_DELETE}">{L_DELETE}</a>
|
||||
</td>
|
||||
<td class="small nowrap tCenter"><b>{c.f.PRUNE_DAYS}</b></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue