Uname: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
Software: Apache
PHP version: 5.6.40 [ PHP INFO ] PHP os: Linux
Server Ip: 217.160.0.194
Your Ip: 216.73.217.139
User: u72294154 (9179942) | Group: ftpusers (600)
Safe Mode: OFF
Disable Function:
NONE

name : home.ctp
<ol class="breadcrumb">
    <li class="active">Inmuebles</li>
</ol>

<?= $this->Alertas->getAlertas($errores, $btnClose, $this->Session->flash('flash')) ?>

<section class="panel">
    <header class="panel-heading">
        Listado de inmuebles
    </header>

    <div class="panel-body">
        <?= $this->element('Backend/Private/Inmuebles/filtro') ?>
        <p><?= $this->Html->link('<i class="fa fa-plus"></i> Nuevo inmueble', array('controller' => $this->params->controller, 'action' => 'add'), array('class' => 'btn btn-primary', 'escape' => false)) ?></p>
        <?= $this->element('Backend/Private/Inmuebles/listado') ?>
        <?= $this->element('Backend/paginador', array('entidad' => 'Inmueble')) ?>
    </div>
</section>
© 2026 GrazzMean