Announcement

Collapse
No announcement yet.

Save Search Filter Button Under Filter Fields

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Save Search Filter Button Under Filter Fields

    What do you think about moving the Save Search Filter Button under the filter fields so it is not hidden under the "all" dropdown?

    For example: /client/res/templates/record/search.php
    Code:
    <div class="advanced-filters-bar" style="margin-bottom: 12px;"></div>
    <div class="row advanced-filters hidden">
    
    {{#each filterList}}
        <div class="filter {{./this}} col-sm-4 col-md-3">
            {{{var this ../this}}}
    
      <!-- Save Filter Button -->
            <a href="javascript:" data-action="savePreset">{{translate 'Save Filter'}}</a>
        </div>
    {{/each}}
    </div>
    My code example doesn't work, it is just an example of what I mean.

    When we use this filter some people forget that the save button is under the "all" dropdown.
Working...
X