|
|
|
|
143
|
<h2><?=$DisplayName?></h2>
|
143
|
<h2><?=$DisplayName?></h2>
|
144
|
<div class="linkbox">
|
144
|
<div class="linkbox">
|
145
|
<? if (check_perms('site_edit_wiki')) { ?>
|
145
|
<? if (check_perms('site_edit_wiki')) { ?>
|
146
|
- <a href="torrents.php?action=editgroup&groupid=<?=$GroupID?>" class="brackets">Edit description</a>
|
|
|
|
|
146
|
+ <a href="torrents.php?action=editgroup&groupid=<?=$GroupID?>" class="brackets">Edit group</a>
|
147
|
<? } ?>
|
147
|
<? } ?>
|
148
|
<a href="torrents.php?action=history&groupid=<?=$GroupID?>" class="brackets">View history</a>
|
148
|
<a href="torrents.php?action=history&groupid=<?=$GroupID?>" class="brackets">View history</a>
|
149
|
<? if ($RevisionID && check_perms('site_edit_wiki')) { ?>
|
149
|
<? if ($RevisionID && check_perms('site_edit_wiki')) { ?>
|
|
|
|
|
550
|
<? } ?>
|
550
|
<? } ?>
|
551
|
| <a href="reportsv2.php?action=report&id=<?=$TorrentID?>" class="tooltip" title="Report">RP</a>
|
551
|
| <a href="reportsv2.php?action=report&id=<?=$TorrentID?>" class="tooltip" title="Report">RP</a>
|
552
|
<? if ($CanEdit) { ?>
|
552
|
<? if ($CanEdit) { ?>
|
553
|
- | <a href="torrents.php?action=edit&id=<?=$TorrentID ?>" class="tooltip" title="Edit">ED</a>
|
|
|
|
|
553
|
+ | <a href="torrents.php?action=edit&id=<?=$TorrentID ?>" class="tooltip" title="Edit release">ED</a>
|
554
|
<? }
|
554
|
<? }
|
555
|
if (check_perms('torrents_delete') || $UserID == $LoggedUser['ID']) { ?>
|
555
|
if (check_perms('torrents_delete') || $UserID == $LoggedUser['ID']) { ?>
|
556
|
| <a href="torrents.php?action=delete&torrentid=<?=$TorrentID ?>" class="tooltip" title="Remove">RM</a>
|
556
|
| <a href="torrents.php?action=delete&torrentid=<?=$TorrentID ?>" class="tooltip" title="Remove">RM</a>
|