mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
implement torrent posters feature #18
This commit is contained in:
parent
8ae1b3f0b7
commit
bd5191e894
16 changed files with 944 additions and 43 deletions
|
|
@ -58,6 +58,23 @@
|
|||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-y-12-px">
|
||||
{{ 'Posters' | trans }}
|
||||
</td>
|
||||
<td class="padding-y-12-px">
|
||||
<div class="margin-r-8-px">
|
||||
{% if user.posters %}
|
||||
<input name="posters" id="posters" type="checkbox" value="true" checked="checked" />
|
||||
{% else %}
|
||||
<input name="posters" id="posters" type="checkbox" value="true" />
|
||||
{% endif %}
|
||||
<label class="margin-x-4-px" for="posters">
|
||||
{{ 'Enabled' | trans }}
|
||||
</label>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-b-8-px border-bottom-default text-right" colspan="2">
|
||||
{{ 'Search' | trans }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue