table papeles impresion responsive

This commit is contained in:
amazuecos
2025-04-06 06:17:19 +02:00
parent 2c59ac33df
commit 071dceced8

View File

@ -135,25 +135,26 @@
<div id="accordionTip2" class="accordion-collapse collapse show" data-bs-parent="#accordianPapelesImpresion"> <div id="accordionTip2" class="accordion-collapse collapse show" data-bs-parent="#accordianPapelesImpresion">
<div class="accordion-body"> <div class="accordion-body">
<table id="tableOfPapelesImpresion" class="table table-striped table-hover" style="width: 100%;"> <div class="row table-responsive">
<thead> <table id="tableOfPapelesImpresion" class="table table-striped table-hover" style="width: 100%;">
<tr> <thead>
<th><?= lang('MaquinasPapelImpresion.activo') ?></th> <tr>
<th><?= lang('PapelGenerico.papelGenerico') ?></th> <th><?= lang('MaquinasPapelImpresion.activo') ?></th>
<th><?= lang('PapelImpresion.nombre') ?></th> <th><?= lang('PapelGenerico.papelGenerico') ?></th>
<th><?= lang('PapelImpresion.gramaje') ?></th> <th><?= lang('PapelImpresion.nombre') ?></th>
<th><?= lang('PapelImpresion.bn') ?></th> <th><?= lang('PapelImpresion.gramaje') ?></th>
<th><?= lang('PapelImpresion.color') ?></th> <th><?= lang('PapelImpresion.bn') ?></th>
<th><?= lang('PapelImpresion.cubierta') ?></th> <th><?= lang('PapelImpresion.color') ?></th>
<th><?= lang('PapelImpresion.sobrecubierta') ?></th> <th><?= lang('PapelImpresion.cubierta') ?></th>
<th><?= lang('PapelImpresion.rotativa') ?></th> <th><?= lang('PapelImpresion.sobrecubierta') ?></th>
<th class="text-nowrap"><?= lang('Basic.global.Action') ?></th> <th><?= lang('PapelImpresion.rotativa') ?></th>
</tr> <th class="text-nowrap"><?= lang('Basic.global.Action') ?></th>
</thead> </tr>
<tbody> </thead>
<tbody>
</tbody> </tbody>
</table> </table>
</div>
</div> </div>
</div> </div>
</div> </div>