Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 251 Rev 252
Línea 968... Línea 968...
968
                <div class="card">
968
                <div class="card">
969
                    <div class="card-body">
969
                    <div class="card-body">
970
                        <table id="gridTable" class="table   table-hover">
970
                        <table id="gridTable" class="table   table-hover">
971
                            <thead>
971
                            <thead>
972
                                <tr>
972
                                <tr>
-
 
973
                                <th>LABEL_USER</th>
973
                                    <th>LABEL_NAME</th>
974
                                    <th>LABEL_NAME</th>
974
                                    <th>LABEL_LANGUAGE</th>
975
                                    <th>LABEL_LANGUAGE</th>
975
                                    <th>LABEL_ACTIVE</th>
976
                                    <th>LABEL_STATUS</th>
976
                                    <th>LABEL_ACTIONS</th>
977
                                    <th>LABEL_ACTIONS</th>
977
                                </tr>
978
                                </tr>
978
                            </thead>
979
                            </thead>
979
                            <tbody></tbody>
980
                            <tbody></tbody>
980
                        </table>
981
                        </table>
981
                    </div>
982
                    </div>
982
                    <div class="card-footer clearfix">
983
                    <div class="card-footer clearfix">
983
                        <div style="float:right;">
984
                        <div style="float:right;">
984
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
985
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
985
                            <?php if ($allowAdd) : ?>
-
 
986
                                <button type="button" class="btn btn-primary btn-add-form"><i class="fa fa-plus"></i> LABEL_ADD </button>
-
 
987
                            <?php endif; ?>
-
 
988
                        </div>
986
                        </div>
989
                    </div>
987
                    </div>
990
                </div>
988
                </div>
991
            </div>
989
            </div>
992
        </div>
990
        </div>