Update torrentlist.jet.html
Cette révision appartient à :
Parent
03d92ab639
révision
9618f4f929
1 fichiers modifiés avec 4 ajouts et 7 suppressions
|
@ -55,13 +55,10 @@
|
|||
</a> {{ else }}れんちょん{{end}}
|
||||
</td>
|
||||
<td class="tr-actions home-td">
|
||||
<a href="/torrent/block?id={{ .ID }}" class="form-input btn-orange" onclick="if (!confirm('{{ T("are_you_sure")}}')) return false;">
|
||||
{{ if .IsBlocked }}
|
||||
{{ T("torrent_unblock") }}
|
||||
{{else}}
|
||||
{{ T("torrent_block") }}
|
||||
{{end}}
|
||||
</a>
|
||||
<form method="POST" action="/mod/torrent/block" class="delete-form">
|
||||
<input type="hidden" name="id" value="{{ .ID }}">
|
||||
<button type="submit" class="form-input btn-orange" onclick="if (!confirm('{{ T("are_you_sure") }}')) return false;"><i class="icon-trash"></i>{{ if .IsBlocked }}{{ T("torrent_unblock") }}{{else}}{{ T("torrent_block") }}{{end}}</button>
|
||||
</form>
|
||||
<form method="POST" action="/mod/torrent/delete" class="delete-form">
|
||||
<input type="hidden" name="id" value="{{ .ID }}">
|
||||
{{ if .IsDeleted }}<input type="hidden" name="definitely" value="true">{{ end }}
|
||||
|
|
Référencer dans un nouveau ticket