Fixes 2
Cette révision appartient à :
Parent
ff0a588ff5
révision
529ac7923c
2 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -151,8 +151,8 @@ type PanelTorrentEdVbs struct {
|
|||
Upload UploadForm
|
||||
Search SearchForm
|
||||
User *model.User
|
||||
FormInfos map[string][]string
|
||||
FormErrors map[string][]string
|
||||
FormInfos map[string][]string
|
||||
URL *url.URL // For parsing Url in templates
|
||||
}
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="Status">{{T "torrent_status"}}</label>
|
||||
<select name="Status" class="form-control input-sm">
|
||||
<select name="status" class="form-control input-sm">
|
||||
<option value="0" {{if eq .Status 0}}selected{{end}}>{{T "mark_as_hidden"}}</option>
|
||||
<option value="1" {{if eq .Status 1}}selected{{end}}>{{T "mark_as_normal"}}</option>
|
||||
<option value="2" {{if eq .Status 2}}selected{{end}}>{{T "mark_as_remake"}}</option>
|
||||
|
|
Référencer dans un nouveau ticket