fix: issue #77 Members list filters
Better display of filters on members and job-offers pages.
This commit is contained in:
parent
9c4d5a52ed
commit
fe71b0c248
@ -23,8 +23,17 @@ div.grid-layer
|
|||||||
template-send-link='chat-link'
|
template-send-link='chat-link'
|
||||||
|
|
||||||
search-range-skills=`${sdn}/skills/`,
|
search-range-skills=`${sdn}/skills/`,
|
||||||
search-fields='content,skills,open',
|
search-fields='content, skills, open',
|
||||||
set-content='title, description'
|
|
||||||
|
set-content='title, description',
|
||||||
|
|
||||||
|
search-label-content='Search by keyword',
|
||||||
|
search-label-skills='Search by skills',
|
||||||
|
search-label-open='Filter opened or closed offers',
|
||||||
|
|
||||||
|
search-widget-content='sib-form-placeholder-text',
|
||||||
|
search-widget-skills='sib-form-placeholder-dropdown',
|
||||||
|
search-widget-open='sib-form-placeholder-text'
|
||||||
)
|
)
|
||||||
div.grid-layer-links.containerV
|
div.grid-layer-links.containerV
|
||||||
template#groups-list-template
|
template#groups-list-template
|
||||||
|
@ -33,7 +33,7 @@ div.grid-layer
|
|||||||
|
|
||||||
search-widget-groups='sib-form-placeholder-dropdown',
|
search-widget-groups='sib-form-placeholder-dropdown',
|
||||||
search-widget-name='sib-form-placeholder-text',
|
search-widget-name='sib-form-placeholder-text',
|
||||||
search-widget-skills='sib-form-placeholder-text',
|
search-widget-skills='sib-form-placeholder-dropdown',
|
||||||
|
|
||||||
next='member')
|
next='member')
|
||||||
div.grid-layer-links.containerV
|
div.grid-layer-links.containerV
|
||||||
|
Loading…
Reference in New Issue
Block a user