sahana / WACOP

Washington State Common Operating Picture
0 stars 0 forks source link

Event/Incident profile directory and task tab's search not working #16

Closed dhornbein closed 7 years ago

dhornbein commented 7 years ago

Search label has no corresponding search field.

screen shot 2017-06-30 at 12 02 49 pm

The following view files:

the code that builds the builds the search is:

<label for='event_organisation-search' class='prefix'>Search</label>
<div id='dt-search-event_organisation'></div>

The HTML pattern for search boxes looks like this:

<div class="search-wrapper">
    <input type="text" name="filter-test" placeholder="Search">
    <span class="search-icon"><i class="fa fa-search"></i></span>
</div>

note: the HTML layout has been updated but as of posting has not be submitted in a pull request

flavour commented 7 years ago

The styling has been updated across the event profile & incident profile pages & the search box has been restored. I also had to do some work to get these to work with the clickable name field. There needs to be some CSS work to fixup the style as the search icon isn't attached to the search INPUT properly