Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 824250f5

Přidáno uživatelem stepanekp před téměř 3 roky(ů)

#23 Select All checkbox moved to table footer

Zobrazit rozdíly:

src/main/webapp/WEB-INF/templates/index.html
43 43
                                   th:value="${project.id}" th:id="@{project_} + ${project.id}">
44 44
                        </td>
45 45
                    </tr>
46
                    </tbody>
47
                    <tfoot>
46 48
                    <tr>
47 49
                        <td></td>
48 50
                        <td>
......
51 53
                            <label class="form-check-label" for="select_all_projects">Select All</label>
52 54
                        </td>
53 55
                    </tr>
54
                    </tbody>
56
                    </tfoot>
55 57
                </table>
56 58
                <div th:unless="${not #lists.isEmpty(query.projects)}" class="alert alert-danger" role="alert">
57 59
                    There are no projects to analyze!
......
72 74
                                   th:value="${antiPattern.id}" th:id="@{anti-pattern_} + ${antiPattern.id}">
73 75
                        </td>
74 76
                    </tr>
77
                    </tbody>
78
                    <tfoot>
75 79
                    <tr>
76 80
                        <td></td>
77 81
                        <td>
......
80 84
                            <label class="form-check-label" for="select_all_anti_patterns">Select All</label>
81 85
                        </td>
82 86
                    </tr>
83
                    </tbody>
87
                    </tfoot>
84 88
                </table>
85 89
                <div th:unless="${not #lists.isEmpty(query.antiPatterns)}" class="alert alert-danger" role="alert">
86 90
                    There are no anti-patterns to detect!

Také k dispozici: Unified diff