search field doesn't reset
Cette révision appartient à :
Parent
0aad251837
révision
0cdde31be4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -66,7 +66,7 @@
|
||||||
<option value="3" {{if eq .Status "3"}}selected{{end}}>Trusted</option>
|
<option value="3" {{if eq .Status "3"}}selected{{end}}>Trusted</option>
|
||||||
<option value="4" {{if eq .Status "4"}}selected{{end}}>A+</option>
|
<option value="4" {{if eq .Status "4"}}selected{{end}}>A+</option>
|
||||||
</select>
|
</select>
|
||||||
<input name="q" class="form-control" placeholder="Search" type="text">
|
<input name="q" class="form-control" placeholder="Search" type="text" value={{.Query}}>
|
||||||
<select name="max" class="form-control" value>
|
<select name="max" class="form-control" value>
|
||||||
<option value="">No Items per Page</option>
|
<option value="">No Items per Page</option>
|
||||||
<option value="5" {{if eq .QueryRecordCount 5}}selected{{end}}>5</option>
|
<option value="5" {{if eq .QueryRecordCount 5}}selected{{end}}>5</option>
|
||||||
|
|
Référencer dans un nouveau ticket