Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 257 | Rev 261 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 257 Rev 258
Línea 895... Línea 895...
895
<!-- Content Header (Page header) -->
895
<!-- Content Header (Page header) -->
896
<section class="content-header">
896
<section class="content-header">
897
    <div class="container-fluid">
897
    <div class="container-fluid">
898
        <div class="row mb-2">
898
        <div class="row mb-2">
899
            <div class="col-sm-12">
899
            <div class="col-sm-12">
900
                <h1>LABEL_SELF_EVALUATION_FORMS</h1>
900
                <h1>LABEL_REVIEWS</h1>
901
            </div>
901
            </div>
902
        </div>
902
        </div>
903
    </div>
903
    </div>
904
    <!-- /.container-fluid -->
904
    <!-- /.container-fluid -->
905
</section>
905
</section>
Línea 910... Línea 910...
910
                <div class="card">
910
                <div class="card">
911
                    <div class="card-body">
911
                    <div class="card-body">
912
                        <table id="gridTable" class="table   table-hover">
912
                        <table id="gridTable" class="table   table-hover">
913
                            <thead>
913
                            <thead>
914
                                <tr>
914
                                <tr>
-
 
915
                                <th>LABEL_USER</th>
915
                                    <th>LABEL_NAME</th>
916
                                    <th>LABEL_NAME</th>
916
                                    <th>LABEL_LANGUAGE</th>
917
                                    <th>LABEL_LANGUAGE</th>
917
                                    <th>LABEL_ACTIVE</th>
918
                                    <th>LABEL_STATUS</th>
918
                                    <th>LABEL_ACTIONS</th>
919
                                    <th>LABEL_ACTIONS</th>
919
                                </tr>
920
                                </tr>
920
                            </thead>
921
                            </thead>
921
                            <tbody></tbody>
922
                            <tbody></tbody>
922
                        </table>
923
                        </table>