</div> </div> <div class="box-body table-responsive no-padding"> <table class="table table-striped table-hover mbn footable" data-filter="#table_search" data-page-navigation=".pagination" data-page-size="5"> <thead> <tr style="font-size:12px"> <th style="width: 10%;">OPCIONES</th> <th style="width: 5%;">ID</th> <th style="width: 30%;">PERFIL</th> <th style="width: 15%;">FECHA CREACION</th> <th style="width:5%">ACTIVO</th> </tr> </thead> <tbody style="font-size:12px"> <?php echo $obj_perfil->listar_perfiles(); ?> </tbody> <tfoot class="footer-menu"> <tr> <td colspan="10"> <nav class="text-right"> <ul class="pagination hide-if-no-paging"></ul> </nav> </td> </tr> </tfoot> </table> </div> </div>