Skip to content

Commit

Permalink
Issue now solved in serviceWebapp instead of dist/webapp #112
Browse files Browse the repository at this point in the history
  • Loading branch information
unaibrrgn committed Oct 5, 2022
1 parent 112c8bd commit 823e904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/Re3gistry2ServiceWebapp/public_html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ <h3 data-i18n="s-search-options" class="ecl-u-type-heading-3 ecl-u-type-color-bl
<div id="dynamic-facets-container"></div>

<button type="submit" class="ecl-u-mt-l ecl-button ecl-button--primary" id="btn-refine-results">
<span class="ecl-button__container"><span class="ecl-button__label" data-ecl-label="true">Refine results</span></span>
<span class="ecl-button__container"><span class="ecl-button__label" data-ecl-label="true" data-i18n="c-refine-results">Refine results</span></span>
</button><br />
<button type="submit" class="ecl-u-mt-m ecl-u-mt-lg-l ecl-button ecl-button--secondary" id="btn-clear-all">
<span class="ecl-button__container"><span class="ecl-button__label" data-ecl-label="true">Clear all</span></span>
<span class="ecl-button__container"><span class="ecl-button__label" data-ecl-label="true" data-i18n="c-clear-all">Clear all</span></span>
</button>
</form>
</aside>
Expand Down

0 comments on commit 823e904

Please sign in to comment.