</div>
	<div class="form-group">
		<?php 
echo $form->labelEx($model, 'of_bathrooms_from', array('class' => 'control-label', 'label' => '# of Bathrooms'));
?>
		<?php 
echo $form->textField($model, 'of_bathrooms_from', array('class' => 'form-control', 'placeholder' => ''));
?>
		<?php 
echo $form->error($model, 'of_bathrooms_from');
?>
 
	</div>
	<div class="form-group checklist">
		<?php 
echo $form->labelEx($model, 'type_selling', array('class' => 'control-label'));
?>
			<?php 
echo $form->radioButtonlist($model, 'type_selling', array('Tenancy' => 'Tenancy', 'Vacant possession' => 'Vacant possession', 'Both' => 'Both'), array('separator' => '', 'container' => 'span', 'template' => '<span class="radio-inline">{input}{label}</span>', 'uncheckValue' => null));
?>
                       
		<?php 
echo $form->error($model, 'type_selling');
?>
 
	</div>
    
	<div class="clearfix" style="display: none;" id="tenancy-content-bankrequest">
		<div class="form-group">
			<?php 
Пример #2
0
                        <?php 
echo $form->textField($model, 'monthly_rental_amount', array('class' => 'text number_only'));
?>
                        <?php 
echo $form->error($model, 'monthly_rental_amount');
?>
                    </div>
                </div>
                
                <div class="in-row clearfix">
                    <?php 
echo $form->labelEx($model, 'furnished', array('label' => 'Furnished', 'class' => 'lb'));
?>
                    <div class="group">
                        <?php 
echo $form->dropDownList($model, 'furnished', ProMasterFurnished::getListData('enquiry'), array('class' => 'text'));
?>
                        <?php 
echo $form->error($model, 'furnished');
?>
       
                    </div>
                </div>
                
                <div class="in-row clearfix">
                    <?php 
echo $form->labelEx($model, 'target_price', array('class' => 'lb'));
?>
                    <div class="group">
                        <?php 
echo $form->textField($model, 'target_price', array('class' => 'text number_only'));
Пример #3
0
echo $form->error($model, 'availability');
?>
                <div class="availability_date display_none">
                <?php 
Yii::import('application.extensions.CJuiDateTimePicker.CJuiDateTimePicker');
$this->widget('CJuiDateTimePicker', array('language' => 'en-GB', 'model' => $model, 'attribute' => 'tenancy_expiry_datepicker', 'mode' => 'date', 'options' => array('dateFormat' => 'd-M-yy', 'regional' => 'en_us', 'changeMonth' => true, 'changeYear' => true, 'showOn' => 'button', 'buttonImage' => Yii::app()->theme->baseUrl . '/img/ico-calendar.png', 'buttonImageOnly' => true, 'yearRange' => '1900'), 'htmlOptions' => array('readonly' => 'true', 'id' => 'anhdung_fix_datepicker', 'style' => 'width:195px;', 'class' => 'text w-6')));
?>
                </div>
            </div>

            <div class="anhdung_Landlord">
                <?php 
echo $form->labelEx($model, 'furnished', array('class' => 'lb'));
?>
                <?php 
echo $form->dropDownList($model, 'furnished', ProMasterFurnished::getListData('enquiry'), array('empty' => 'All Furnished'));
?>
                <?php 
echo $form->error($model, 'furnished');
?>
                   
            </div>

        <!--</div>-->
        
        <!--<div id="renttype2" class="rent-content-tenant" style="display:none;">-->

            <div class="anhdung_Tenant">
                <?php 
echo $form->labelEx($model, 'price', array('label' => 'Price', 'class' => 'lb'));
?>
Пример #4
0
?>
                        </div>
                        <?php 
echo $form->error($model, 'min_bathroom');
?>
                        <?php 
echo $form->error($model, 'max_bathroom');
?>
                    </div>

                    <?php 
echo $form->labelEx($model, 'furnished', array('label' => 'Furnished', 'class' => 'lb'));
?>
                    <ul class="list-check list-check-2 clearfix">
                        <?php 
echo $form->radioButtonList($model, 'furnished', ProMasterFurnished::getListData(), array('separator' => '  '));
?>
                    </ul>
                    <?php 
echo $form->error($model, 'furnished');
?>

                    <?php 
echo $form->labelEx($model, 'floor_size', array('label' => 'Floor Size', 'class' => 'lb'));
?>
                    <div class="clearfix">
                        <div class="col-1">
                            <?php 
echo $form->dropDownList($model, 'min_floor_size', ProMasterFloor::getListMinimumFloor("enquiry"), array('empty' => 'Minimum'));
?>
                        </div>