Merge branch 'fix/maquina-form-bugs' into 'main'

table papeles impresion responsive

See merge request jjimenez/safekat!661
This commit is contained in:
Alvaro
2025-04-06 07:37:26 +00:00

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>