forked from qwerty/tupali
mejoras en vista aplicacion
This commit is contained in:
parent
30cdcb8f66
commit
c782680dc9
11
index.php
11
index.php
@ -532,6 +532,13 @@ if ($variable !=''){
|
||||
$registros=1;
|
||||
$plantilla="landingpage";
|
||||
$librerias_cabeza ="
|
||||
<style>
|
||||
|
||||
.control_planilla{
|
||||
display:none
|
||||
}
|
||||
|
||||
</style>
|
||||
<script src='./librerias/ekko-lightbox/4.0.1/ekko-lightbox.min.js'></script>
|
||||
<script src='./librerias/charts/Chart.bundle.js'></script>
|
||||
<script src='./librerias/charts/utils.js'></script>
|
||||
@ -715,13 +722,15 @@ if('serviceWorker' in navigator) {
|
||||
</section>
|
||||
<section id='listado' class='' >
|
||||
<div class='container-fluid'>
|
||||
<div style='overflow-y: scroll; overflow-x: hidden; max-height: calc(100vh - 50px); min-height: calc(100vh - 50px); ' >
|
||||
<div style='overflow-y: scroll; overflow-x: hidden; max-height: calc(100vh - 150px); min-height: calc(100vh - 150px); ' >
|
||||
<br>
|
||||
<div class=''>
|
||||
<table class='table table-bordered table-striped exportable'>
|
||||
<thead>$titulos</thead>
|
||||
<tbody style=' ' id='scroll-content' >
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
2
milfs
2
milfs
@ -1 +1 @@
|
||||
Subproject commit a94c7dbca990c3b951022c1c10b8835947cfeb46
|
||||
Subproject commit 36ce9858700f9f616d64ebe42f25ca5bd01da2b3
|
Loading…
Reference in New Issue
Block a user