Revize a9012e2b
Přidáno uživatelem Jan Šedivý před více než 5 roky(ů)
app/FrontModule/component/Transliteration/TransliterationSearchResultList.latte | ||
---|---|---|
47 | 47 |
{/if} |
48 | 48 |
|
49 | 49 |
</div> |
50 |
{if count($resultRows) > 0} |
|
50 | 51 |
{form searchSettingsForm class => "form-inline"} |
51 | 52 |
<div class="col text-right my-auto"> |
52 | 53 |
Results per page: {input limit class => "form-control form-control-sm search-settings-select"}<br> |
53 | 54 |
Show adjacent lines: {input lines class => "form-control form-control-sm search-settings-select"} |
54 | 55 |
</div> |
55 | 56 |
{/form} |
57 |
{/if} |
|
56 | 58 |
</div> |
57 | 59 |
|
58 | 60 |
{foreach $resultRows as $result} |
Také k dispozici: Unified diff
Re #7328 nastavení zobrazování výsledků pouze pokud je nalezena shoda