This commit is contained in:
mumana 2018-06-19 15:05:48 +00:00
parent e571461a37
commit 5fa6bd0da0

View file

@ -48,12 +48,12 @@
<div id="ucbtnVistaPantallas" style=" display:none;">
<button type="button" id="btnseleccionar" class="btn btn-default btn-xs" onclick="AbrirRolesPantallas([$CodItem])">
<i class="fa fa-check"></i>&nbsp;&nbsp;Seleccionar
<i class="fa fa-search"></i>&nbsp;&nbsp;Mostrar
</button>
</div>
<div id="ucbtnVistaUsuarios" style=" display:none;">
<button type="button" id="btnseleccionar" class="btn btn-default btn-xs" onclick="AbrirRolesUsuario([$CodItem])">
<i class="fa fa-check"></i>&nbsp;&nbsp;Seleccionar
<i class="fa fa-search"></i>&nbsp;&nbsp;Mostrar
</button>
</div>
</div>
@ -107,7 +107,7 @@
</form>
<div class="modal fade" id="modalRolesPantallas" tabindex="-1" role="dialog" aria-hidden="true" data-backdrop="static" style="display: none;">
<div class="modal-dialog modal-lg" style="width:40%;">
<div class="modal-dialog modal-lg" style="width:50%;">
<div class="modal-content">
<div class="modal-header">
<h4><i class="fa fa-bars"></i>&nbsp;&nbsp;Pantallas</h4>
@ -117,10 +117,10 @@
<table id="GridRolesPantallas" class="table table-condensed dataTable no-footer">
<thead>
<tr>
<th class="col-sm-1"></th>
<th class="col-sm-1"></th>
<th> </th>
<th> </th>
<th class="col-sm-4">Descripción</th>
<th class="col-sm-4">Acción</th>
<th class="col-sm-1 text-center">Acción</th>
</tr>
</thead>
</table>