Nette 3.0 fixes

This commit is contained in:
2022-01-23 21:31:02 +01:00
parent 9b57474dee
commit 431961ed8f
10 changed files with 249 additions and 29 deletions

View File

@@ -53,8 +53,8 @@ $( document ).ready(function() {
</tr>
{foreach $result as $term}
{dump $term}
<tr data-url="{link getInfo! $term->id}" n:snippet="term-$term->id">
{if $translation->direction == 1}
<tr>
{if $translation->getDirection() == 1}
<td>{$term->string1}{if $term->suffix1}&nbsp;{$term->suffix1->text}{/if}</td>
<td>{$term->string2}{if $term->suffix2}&nbsp;{$term->suffix2->text}{/if}</td>
{else}