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.68
User: u72294154 (9179942) | Group: ftpusers (600)
Safe Mode: OFF
Disable Function:
NONE

name : precio.ctp
<?php
//echo '<h4 class="filtro-titular">Precio</h4>';
echo $this->Form->create(false, array('url' => $this->Inmueble->getUrl($this->params->query), 'class' => 'form'));
echo '<div class="filtro-precio">';
echo $this->Form->input('precioDesde', array('label' => false, 'options' => $options['precio'], 'empty' => 'Desde', 'value' => (!empty($this->params->query['precio-desde'])) ? $this->params->query['precio-desde'] : null, 'div' => array('class' => 'div-select')));
echo $this->Form->input('precioHasta', array('label' => false, 'options' => $options['precio'], 'empty' => 'Hasta', 'value' => (!empty($this->params->query['precio-hasta'])) ? $this->params->query['precio-hasta'] : null, 'div' => array('class' => 'div-select')));
echo '</div>';
echo $this->Form->hidden('tipo', array('value' => 'precio'));
echo $this->Form->end();
?>
© 2026 GrazzMean