Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 60e1a713

Přidáno uživatelem Milan Vacek před téměř 4 roky(ů)

Enhancement #8640 Testování a oprava jednotlivých funkcionalit aplikace

Zobrazit rozdíly:

application/view/searchContent.php
652 652
                        result += "<td>" + item.tag.tag + "</td>";
653 653
                        result += "<td>" + renderManuscript(item.manuscript) + "</td>";
654 654
                        result += "<td>" + item.position1 + (item.position2 ? ("/" + item.position2 + (item.positiondetail ? "/"  + item.positiondetail :  "")) : "")  + "</td>";
655
                        result += "<td>" + item.description2 + "</td>";
655
                        result += "<td>" + ((item.description2 !== null) ? item.description2 : "-") + "</td>";
656 656
                        result += "<td class=\"action-td\">" +
657 657
                            "<button class=\"btn mr-1\" title=\"Upravit\"  data-toggle=\"modal\" data-target=\"#edit-modal\" data-pseudo-id='" + id + "' data-title=\"Upravit záznam\"><i class=\"fa fa-pencil\"></i></button>" + //TODO ADMIN change , regular send report
658 658
                            "<button class=\"btn\" title=\"Detail\"  data-toggle=\"modal\" data-target=\"#detail-modal\" data-pseudo-id='" + id + "'><i class=\"fa fa-search\"></i></button>" +

Také k dispozici: Unified diff