mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
add class table-responsive
This commit is contained in:
@ -591,29 +591,31 @@
|
|||||||
<button id="convert2template" type="button" class="btn btn-secondary waves-effect waves-light float-start"><?= lang("ClientePrecios.convertir2plantilla")?></button>
|
<button id="convert2template" type="button" class="btn btn-secondary waves-effect waves-light float-start"><?= lang("ClientePrecios.convertir2plantilla")?></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="table-responsive">
|
||||||
|
|
||||||
<table id="tableOfPrecios" class="table table-striped table-hover" style="width: 100%;">
|
<table id="tableOfPrecios" class="table table-striped table-hover" style="width: 100%;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>ID</th>
|
||||||
<th><?= lang('ClientePrecios.tipo') ?></th>
|
<th><?= lang('ClientePrecios.tipo') ?></th>
|
||||||
<th><?= lang('ClientePrecios.tipo_maquina') ?></th>
|
<th><?= lang('ClientePrecios.tipo_maquina') ?></th>
|
||||||
<th><?= lang('ClientePrecios.tipo_impresion') ?></th>
|
<th><?= lang('ClientePrecios.tipo_impresion') ?></th>
|
||||||
<th><?= lang('ClientePrecios.tiempo_min') ?></th>
|
<th><?= lang('ClientePrecios.tiempo_min') ?></th>
|
||||||
<th><?= lang('ClientePrecios.tiempo_max') ?></th>
|
<th><?= lang('ClientePrecios.tiempo_max') ?></th>
|
||||||
<th class="noFilter"><?= lang('ClientePrecios.precio_hora') ?></th>
|
<th class="noFilter"><?= lang('ClientePrecios.precio_hora') ?></th>
|
||||||
<th class="noFilter"><?= lang('ClientePrecios.margen') ?></th>
|
<th class="noFilter"><?= lang('ClientePrecios.margen') ?></th>
|
||||||
<th class="noFilter"><?= lang('ClientePrecios.total_precio_hora') ?></th>
|
<th class="noFilter"><?= lang('ClientePrecios.total_precio_hora') ?></th>
|
||||||
<th class="noFilter"><?= lang('ClientePrecios.user_updated_id') ?></th>
|
<th class="noFilter"><?= lang('ClientePrecios.user_updated_id') ?></th>
|
||||||
<th class="noFilter"><?= lang('ClientePrecios.updated_at') ?></th>
|
<th class="noFilter"><?= lang('ClientePrecios.updated_at') ?></th>
|
||||||
<th class="noFilter noVis">plantilla_id</th>
|
<th class="noFilter noVis">plantilla_id</th>
|
||||||
<th class="text-nowrap noFilter noVis" style="min-width:100px"><?= lang('Basic.global.Action') ?></th>
|
<th class="text-nowrap noFilter noVis" style="min-width:100px"><?= lang('Basic.global.Action') ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -637,10 +639,11 @@
|
|||||||
|
|
||||||
<div class="tab-pane fade" id="domicilio-entrega" role="tabpanel">
|
<div class="tab-pane fade" id="domicilio-entrega" role="tabpanel">
|
||||||
<?= view("themes/vuexy/form/clientes/cliente/_clienteDireccionesForm") ?>
|
<?= view("themes/vuexy/form/clientes/cliente/_clienteDireccionesForm") ?>
|
||||||
<table id="tableOfDireccionesEnvio" class="table dt-responsive dataTable" style="width: 100%;">
|
<div class="table-responsive">
|
||||||
<thead>
|
<table id="tableOfDireccionesEnvio" class="table dt-responsive dataTable" style="width: 100%;">
|
||||||
<tr>
|
<thead>
|
||||||
<th><?= lang('ClienteDirecciones.alias') ?></th>
|
<tr>
|
||||||
|
<th><?= lang('ClienteDirecciones.alias') ?></th>
|
||||||
<th><?= lang('ClienteDirecciones.att') ?></th>
|
<th><?= lang('ClienteDirecciones.att') ?></th>
|
||||||
<th><?= lang('ClienteDirecciones.email') ?></th>
|
<th><?= lang('ClienteDirecciones.email') ?></th>
|
||||||
<th><?= lang('ClienteDirecciones.direccion') ?></th>
|
<th><?= lang('ClienteDirecciones.direccion') ?></th>
|
||||||
@ -654,8 +657,9 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tab-pane fade" id="presupuestos" role="tabpanel">
|
<div class="tab-pane fade" id="presupuestos" role="tabpanel">
|
||||||
|
|||||||
Reference in New Issue
Block a user