Stop using deprecated HasAdmin() function
Cette révision appartient à :
Parent
ab1fcc3421
révision
473aceef1a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -43,7 +43,7 @@ Templates.Add("torrents.item", function(torrent) {
|
|||
}
|
||||
|
||||
return `<tr id="torrent_` + torrent.id + `" class="` + tr_class + `">
|
||||
{{ if User.HasAdmin() }}
|
||||
{{ if User.IsModerator() }}
|
||||
<td class="tr-cb` + cb_hide + `"` + cb_show + `>
|
||||
<input data-name="` + Templates.EncodeEntities(torrent.name) + `" type="checkbox" id="torrent_cb_` + torrent.id + `" name="torrent_id" value="` + torrent.id + `">
|
||||
</td>
|
||||
|
|
Référencer dans un nouveau ticket