This commit is contained in:
parent
29c7cdd0bf
commit
91e3504abe
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<h2>Stats</h2>
|
||||
<label for="library">Library:</label>
|
||||
<select id="library" name="library" onchange="setLibrary(this.value)" class="short-button">
|
||||
<option {{if eq .SelectedLibrary -1 }} selected {{end}}value="-1">ALL</option>
|
||||
<option {{if eq .SelectedLibrary "-1" }} selected {{end}}value="-1">ALL</option>
|
||||
{{range $l := .Libraries}}
|
||||
<option {{if eq .SelectedLibrary $l.ID }} selected {{end}}value="{{$l.ID}}">{{$l.Name}}</option>
|
||||
{{end}}
|
||||
|
|
Loading…
Add table
Reference in a new issue