shell bypass 403
<ol class="breadcrumb">
<li class="active">Agentes</li>
</ol>
<?= $this->Alertas->getAlertas($errores, $btnClose, $this->Session->flash('flash')) ?>
<section class="panel">
<header class="panel-heading">
Listado de agentes
</header>
<div class="panel-body">
<?= $this->element('Backend/Private/Agentes/filtro') ?>
<p><?= $this->Html->link('<i class="fa fa-plus"></i> Nuevo agente', array('controller' => $this->params->controller, 'action' => 'add'), array('class' => 'btn btn-primary', 'escape' => false)) ?></p>
<?= $this->element('Backend/Private/Agentes/listado') ?>
<?= $this->element('Backend/paginador', array('entidad' => 'Cliente')) ?>
</div>
</section>