Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 5f2bde6d

Přidáno uživatelem Ondřej Anděl před téměř 4 roky(ů)

Enhancement #8764: Morfem tooltip

Zobrazit rozdíly:

application/view/contents/searchContent.php
328 328
                        <?php }?>
329 329
                        result += "<td>" + item.lemma.lemma + "</td>";
330 330
                        result += "<td>" + item.word + "</td>";
331
                        result += "<td>" + item.tag.tag + "</td>";
331
                        result += "<td>" + renderTag(item.tag.tag) + "</td>";
332 332
                        result += "<td>" + renderManuscript(item.manuscript) + "</td>";
333 333
                        result += "<td>" + item.position1 + (item.position2 ? ("/" + item.position2 + (item.positiondetail ? "/"  + item.positiondetail :  "")) : "")  + "</td>";
334 334
                        result += "<td>" + ((item.description2 !== null) ? item.description2 : "-") + "</td>";

Také k dispozici: Unified diff