mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
fix title size
This commit is contained in:
@ -76,10 +76,8 @@ $settings = $session->get('settings');
|
||||
</div>
|
||||
<div class="row p-2">
|
||||
<div class="col-3 h-100">
|
||||
<div class="row px-2 d-flex flex justify-content-between align-items-center">
|
||||
<div class="col-6 w-100 text-center code-title">
|
||||
<span id="fecha_encuadernado_at" class="code-title fw-bold" style="color:<?= $colors["general"]["color"] ?>;"><?= $pedido->fecha_encuadernado ? Time::createFromFormat("Y-m-d H:i:s", $pedido->fecha_encuadernado)->format('d/m/Y') : "" ?></span>
|
||||
</div>
|
||||
<div class="row text-center">
|
||||
<span id="fecha_encuadernado_at" class="fs-large fw-bold" style="color:<?= $colors["general"]["color"] ?>;"><?= $pedido->fecha_encuadernado ? Time::createFromFormat("Y-m-d H:i:s", $pedido->fecha_encuadernado)->format('d/m/Y') : "" ?></span>
|
||||
</div>
|
||||
<div class="row px-2 mt-2 h-100">
|
||||
<table class="h-100 bg-white" style="font-size: small;">
|
||||
@ -210,25 +208,25 @@ $settings = $session->get('settings');
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div>
|
||||
<table class="">
|
||||
<tr>
|
||||
<th class="t-header"><?= lang('Produccion.size') ?></th>
|
||||
<th class="t-header"><?= lang('Produccion.ejemplares') ?></th>
|
||||
<th class="t-header"><?= lang('Produccion.tipo') ?></th>
|
||||
<th class="t-header"><?= lang('Produccion.lomo') ?></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<?php if ($presupuesto->papel_formato_personalizado): ?>
|
||||
<td class="t-cell text-center"> <?= $presupuesto->papel_formato_ancho ?>x<?= $presupuesto->papel_formato_alto ?> </td>
|
||||
<?php else: ?>
|
||||
<td class="t-cell text-center"> <?= $papel_formato->ancho ?>x<?= $papel_formato->alto ?> </td>
|
||||
<?php endif; ?>
|
||||
<td class="t-cell text-center"> 1 </td>
|
||||
<td class="t-cell text-center"> <?= $presupuesto->tipo_presupuesto()?->codigo ?? "" ?> </td>
|
||||
<td class="t-cell text-center"> <?= number_format($presupuesto->lomo_cubierta, 2, ',', '.') ?> </td>
|
||||
<table class="">
|
||||
<tr>
|
||||
<th class="t-header"><?= lang('Produccion.size') ?></th>
|
||||
<th class="t-header"><?= lang('Produccion.ejemplares') ?></th>
|
||||
<th class="t-header"><?= lang('Produccion.tipo') ?></th>
|
||||
<th class="t-header"><?= lang('Produccion.lomo') ?></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<?php if ($presupuesto->papel_formato_personalizado): ?>
|
||||
<td class="t-cell text-center"> <?= $presupuesto->papel_formato_ancho ?>x<?= $presupuesto->papel_formato_alto ?> </td>
|
||||
<?php else: ?>
|
||||
<td class="t-cell text-center"> <?= $papel_formato->ancho ?>x<?= $papel_formato->alto ?> </td>
|
||||
<?php endif; ?>
|
||||
<td class="t-cell text-center"> 1 </td>
|
||||
<td class="t-cell text-center"> <?= $presupuesto->tipo_presupuesto()?->codigo ?? "" ?> </td>
|
||||
<td class="t-cell text-center"> <?= number_format($presupuesto->lomo_cubierta, 2, ',', '.') ?> </td>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<td rowspan="3" class="row-logo-impresion"><img src="<?= site_url($linea_impresion->get_impresion_logo()) ?>" width="35px" height="35px"></td>
|
||||
|
||||
@ -77,10 +77,8 @@ $settings = $session->get('settings');
|
||||
|
||||
<div class="row p-2">
|
||||
<div class="col-3 h-100">
|
||||
<div class="row px-2 d-flex flex justify-content-between align-items-center">
|
||||
<div class="col-6 w-100 text-center code-title">
|
||||
<span id="fecha_encuadernado_at" class="code-title fw-bold" style="color:<?= $colors["general"]["color"] ?>;"><?= $pedido->fecha_encuadernado ? Time::createFromFormat("Y-m-d H:i:s", $pedido->fecha_encuadernado)->format('d/m/Y') : "" ?></span>
|
||||
</div>
|
||||
<div class="row text-center">
|
||||
<span id="fecha_encuadernado_at" class="fs-large fw-bold" style="color:<?= $colors["general"]["color"] ?>;"><?= $pedido->fecha_encuadernado ? Time::createFromFormat("Y-m-d H:i:s", $pedido->fecha_encuadernado)->format('d/m/Y') : "" ?></span>
|
||||
</div>
|
||||
<div class="row px-2 mt-2 h-100">
|
||||
<table class="h-100 bg-white" style="font-size: small;">
|
||||
|
||||
@ -76,10 +76,8 @@ $settings = $session->get('settings');
|
||||
</div>
|
||||
<div class="row p-2">
|
||||
<div class="col-3 h-100">
|
||||
<div class="row px-2 d-flex flex justify-content-between align-items-center">
|
||||
<div class="col-6 w-100 text-center code-title">
|
||||
<span id="fecha_encuadernado_at" class="code-title fw-bold" style="color:<?= $colors["general"]["color"] ?>;"><?= $pedido->fecha_encuadernado ? Time::createFromFormat("Y-m-d H:i:s", $pedido->fecha_encuadernado)->format('d/m/Y') : "" ?></span>
|
||||
</div>
|
||||
<div class="row text-center">
|
||||
<span id="fecha_encuadernado_at" class="fs-large fw-bold" style="color:<?= $colors["general"]["color"] ?>;"><?= $pedido->fecha_encuadernado ? Time::createFromFormat("Y-m-d H:i:s", $pedido->fecha_encuadernado)->format('d/m/Y') : "" ?></span>
|
||||
</div>
|
||||
<div class="row px-2 mt-2 h-100">
|
||||
<table class="h-100 bg-white" style="font-size: small;">
|
||||
|
||||
Reference in New Issue
Block a user