mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadido footer con los usuarios en facturas
This commit is contained in:
@ -61,6 +61,22 @@
|
||||
]
|
||||
) ?>
|
||||
</div><!-- /.card-footer -->
|
||||
<div class="container-fluid d-flex flex-md-row flex-column justify-content-between align-items-md-center gap-1 container-p-x py-3">
|
||||
<div class="col-md-6">
|
||||
<p>
|
||||
<strong><?= lang("Presupuestos.created_by_at") ?></strong>
|
||||
<span id="created_by"><?= $facturaEntity->created_by ?></span>,
|
||||
<span id="created_at"><?= $facturaEntity->created_at_footer ?></span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<p>
|
||||
<strong><?= lang("Presupuestos.updated_by_at") ?></strong>
|
||||
<span id="updated_by"><?= $facturaEntity->updated_by ?></span>,
|
||||
<span id="updated_at_footer"><?= $facturaEntity->updated_at_footer ?></span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div><!-- //.card -->
|
||||
</div><!--//.col -->
|
||||
|
||||
Reference in New Issue
Block a user