Commit 43814e7e by Billy Larru

agregando boton de registro de rol

parent b46ea412
...@@ -77,9 +77,12 @@ ...@@ -77,9 +77,12 @@
<div class="panel panel-primary card-3" style="margin-top: 30px"> <div class="panel panel-primary card-3" style="margin-top: 30px">
<div class="panel-heading" style="padding: 8px 15px"> <div class="panel-heading" style="padding: 8px 15px">
<h6 class="panel-title" style="font-size: 15px; font-family: inherit">LISTADO DE ROLES</h6> <h6 class="panel-title" style="font-size: 15px; font-family: inherit">LISTADO DE ROLES</h6>
<div class="heading-elements">
<button type="button" id="btnNuevoRol" class="btn bg-slate border-slate-600 btn-xs"><i class="glyphicon glyphicon-plus"></i>&nbsp; Nuevo rol</button>
</div>
</div> </div>
<div id="divRoles"> <div id="divRoles">
<!-- <table class="table dataTable table-striped table-hover table-sm table-bordered display" id="tblAsistenciaDocentes"> <!-- <table class="table dataTable table-striped table-hover table-sm table-bordered display" id="tblAsistenciaDocentes">
<thead> <thead>
<tr> <tr>
<th>Nº</th> <th>Nº</th>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment