Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 447 Rev 448
Línea 538... Línea 538...
538
    <div class="container-fluid" id="row-forms">
538
    <div class="container-fluid" id="row-forms">
539
        <div class="row">
539
        <div class="row">
540
            <div class="col-12">
540
            <div class="col-12">
541
                <div class="card">
541
                <div class="card">
542
                    <div class="card-body">
542
                    <div class="card-body">
-
 
543
                        <div class="table-responsive">
543
                        <table id="gridTable" class="table   table-hover">
544
                        <table id="gridTable" class="table   table-hover">
544
                            <thead>
545
                            <thead>
545
                                <tr>
546
                                <tr>
546
                                    <th>LABEL_USER</th>
547
                                    <th style="width: 16.6%;">LABEL_USER</th>
547
                                    <th>LABEL_NAME</th>
548
                                    <th style="width: 16.6%;">LABEL_NAME</th>
548
                                    <th>LABEL_LANGUAGE</th>
549
                                    <th style="width: 16.6%;">LABEL_LANGUAGE</th>
549
                                    <th>LABEL_STATUS</th>
550
                                    <th style="width: 16.6%;">LABEL_STATUS</th>
550
                                    <th>LABEL_REGISTER</th>
551
                                    <th style="width: 16.6%;">LABEL_REGISTER</th>
551
                                    <th>LABEL_ACTIONS</th>
552
                                    <th style="width: 16.6%;">LABEL_ACTIONS</th>
552
                                </tr>
553
                                </tr>
553
                            </thead>
554
                            </thead>
554
                            <tbody></tbody>
555
                            <tbody></tbody>
555
                        </table>
556
                        </table>
-
 
557
</div>
556
                    </div>
558
                    </div>
557
                    <div class="card-footer clearfix">
559
                    <div class="card-footer clearfix">
558
                        <div style="float:right;">
560
                        <div style="float:right;">
559
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
561
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
560
                        </div>
562
                        </div>