necessary class addition to do as stated above
Cette révision appartient à :
Parent
e92e306bdc
révision
6257f132fe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -1,5 +1,5 @@
|
|||
{{block search_common()}}
|
||||
<select name="c" class="form-input hide-xs">
|
||||
<select name="c" class="form-input hide-xs form-category">
|
||||
<option value="_">{{ T("all_categories")}}</option>
|
||||
{{ range _, cat := GetCategories(true, true) }}
|
||||
<option value="{{ cat.ID }}" {{if Search.Category == cat.ID }}selected{{end}}>{{ T(cat.Name) }}</option>
|
||||
|
|
Référencer dans un nouveau ticket