Set default upload category to none
Cette révision appartient à :
Parent
8814dd4620
révision
96ce3e9c20
2 fichiers modifiés avec 6 ajouts et 1 suppressions
|
@ -21,7 +21,8 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="c">{{T "category"}}</label>
|
||||
<select name="c" class="form-control input-sm">
|
||||
<select name="c" class="form-control input-sm" required>
|
||||
<option value="">{{T "select_a_torrent_category"}}</option>
|
||||
<option value="3_12" {{if eq .Category "3_12"}}selected{{end}}>{{T "anime_amv"}}</option>
|
||||
<option value="3_5" {{if eq .Category "3_5"}}selected{{end}}>{{T "anime_english_translated"}}</option>
|
||||
<option value="3_13" {{if eq .Category "3_13"}}selected{{end}}>{{T "anime_non_english_translated"}}</option>
|
||||
|
|
|
@ -355,6 +355,10 @@
|
|||
"id": "all_categories",
|
||||
"translation": "All categories"
|
||||
},
|
||||
{
|
||||
"id:": "select_a_torrent_category",
|
||||
"translation": "Select a Torrent Category"
|
||||
},
|
||||
{
|
||||
"id": "anime",
|
||||
"translation": "Anime"
|
||||
|
|
Référencer dans un nouveau ticket