i'm really bad
Cette révision appartient à :
Parent
ff0a588ff5
révision
054f712cba
2 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -151,8 +151,8 @@ type PanelTorrentEdVbs struct {
|
||||||
Upload UploadForm
|
Upload UploadForm
|
||||||
Search SearchForm
|
Search SearchForm
|
||||||
User *model.User
|
User *model.User
|
||||||
FormInfos map[string][]string
|
|
||||||
FormErrors map[string][]string
|
FormErrors map[string][]string
|
||||||
|
FormInfos map[string][]string
|
||||||
URL *url.URL // For parsing Url in templates
|
URL *url.URL // For parsing Url in templates
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="Status">{{T "torrent_status"}}</label>
|
<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="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="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>
|
<option value="2" {{if eq .Status 2}}selected{{end}}>{{T "mark_as_remake"}}</option>
|
||||||
|
|
Référencer dans un nouveau ticket