Skip to content

Commit

Permalink
Merge pull request #2756 from gitnnolabs/fix_search_link
Browse files Browse the repository at this point in the history
Ajusta o índice correto para apresentar no resultado de pesquisa os artigos do periódico.
  • Loading branch information
gitnnolabs authored Jul 24, 2023
2 parents 0036cc4 + df2ed6e commit f34276f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion opac/webapp/templates/issue/includes/alternative_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ <h2 class="logo-svg-mini">
</ul>
</li>
<li>
<a href="{{ config.URL_SEARCH }}?q=*&lang={% if session.lang %}{{ session.lang[:2] }}{% endif %}&filter[ta_cluster][]={% if journal.short_title %}{{ journal.short_title }}{% endif %}" class="showTooltip" data-placement="bottom" title="{% trans %}Buscar{% endtrans %}">
<a href="{{ config.URL_SEARCH }}?q=*&lang={% if session.lang %}{{ session.lang[:2] }}{% endif %}&filter[journal_title][]={% if journal.title %}{{ journal.title }}{% endif %}" class="showTooltip" data-placement="bottom" title="{% trans %}Buscar{% endtrans %}">

<span class="glyphBtn search"></span>
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion opac/webapp/templates/journal/includes/levelMenu.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2>&#160;</h2>
</div>
<div class="col-md-2 col-sm-2">
<h2>&#160;</h2>
<a href="{{ config.URL_SEARCH }}?q=*&lang={% if session.lang %}{{ session.lang[:2] }}{% endif %}&filter[ta_cluster][]={% if journal.short_title %}{{ journal.short_title }}{% endif %}" class="btn single"><span class="glyphBtn search"></span> {% trans %}buscar{% endtrans %}</a>
<a href="{{ config.URL_SEARCH }}?q=*&lang={% if session.lang %}{{ session.lang[:2] }}{% endif %}&filter[journal_title][]={% if journal.title %}{{ journal.title }}{% endif %}" class="btn single"><span class="glyphBtn search"></span> {% trans %}buscar{% endtrans %}</a>
</div>
<div class="col-md-2 col-sm-2">
<h2>&#160;</h2>
Expand Down

0 comments on commit f34276f

Please sign in to comment.