foca-parametros.html 711 Bytes
<div class="row">
    <foca-cabecera-facturador 
    titulo="'Parametros'"
    fecha="now"
    class="mb-0 col-lg-12"
    ></foca-cabecera-facturador>
</div>
<div class="col-10">

    <div class="row py-2 botonera-secundaria border border-light rounded mb-5">
        <div class="col-12 foca-facturador-px">
            <foca-botonera-facturador botones="botoneraPrincipal" max="6" class="row"></foca-botonera-facturador>
        </div>
    </div>

    <div class="row py-2 botonera-secundaria border border-light rounded">
        <div class="col-12 foca-facturador-px">
            <foca-botonera-facturador botones="botonera" max="18" class="row"></foca-botonera-facturador>
        </div>
    </div>
</div>