<!-- box -->
<div class="box-1 space-3 _box_sale_detail">
    <div class="title"><h3>TRANSACTED PROPERTY DETAILS</h3></div>
    <div class="form-type content"> 
        <div class=" clearfix">
            <div class="col-1">
                    <?php 
include "_box_property_detail_auto.php";
?>
                    <div class="in-row clearfix">
                        <?php 
echo $form->labelEx($mTransactions->mPropertyDetail, 'property_type_id', array('class' => 'lb'));
?>
                        <div class="group-4">
                            <?php 
echo ProPropertyType::getDropDownSelectGroup('ProTransactionsPropertyDetail[property_type_id]', 'ProTransactionsPropertyDetail_property_type_id', $mTransactions->mPropertyDetail->property_type_id, 'Select');
?>
                            <?php 
echo $form->error($mTransactions->mPropertyDetail, 'property_type_id');
?>
                        </div>                        
                    </div>
                    <div class="in-row clearfix">
                        <?php 
echo $form->labelEx($mTransactions->mPropertyDetail, 'house_blk_no', array('class' => 'lb'));
?>
                        <div class="group-4">
                            <?php 
echo $form->textField($mTransactions->mPropertyDetail, 'house_blk_no', array('class' => 'text ad_blk_no'));
?>
                            <?php 
Example #2
0
<div class="c1">
    <?php 
include '_form_c1_address.php';
?>
    
    <div class="row">
        <?php 
echo Yii::t('translation', $form->labelEx($model, 'property_type_1'));
?>
        <?php 
echo ProPropertyType::getDropDownSelectGroup('Listing[property_type_1]', 'Listing_property_type_1', $model->property_type_1, 'All property types', 'w-250');
?>
        <?php 
echo $form->error($model, 'property_type_1');
?>
    </div>
    <div class="row">
        <?php 
echo Yii::t('translation', $form->labelEx($model, 'unit_from'));
?>
        <div class="group-1">
            <?php 
echo $form->textField($model, 'unit_from', array('class' => '  w-60', 'placeholder' => '', 'style' => ''));
?>
            -
             <?php 
echo $form->textField($model, 'unit_to', array('class' => '   w-60', 'placeholder' => '', 'style' => ''));
?>
            <!--<span style="color:gray;"><i>Unit number will not be showed in your details.</i> </span>-->
        </div>
        <div class="clear" style='clear: both;'></div>
Example #3
0
	</div>
	<div class="row">
		<?php 
echo $form->label($model, 'location_id');
?>
		<?php 
echo $form->dropDownList($model, 'location_id', ProLocation::getListDataLocation(), array('empty' => 'Select District', 'class' => "select_bank"));
?>
	</div>

	<div class="row">
		<?php 
echo $form->label($model, 'property_type_id');
?>
		<?php 
echo ProPropertyType::getDropDownSelectGroup('BankRequest[property_type_id]', 'BankRequest_property_type_id', $model->property_type_id, 'Select Property Type', 'select_bank');
?>
	</div>

	<div class="row buttons" style="padding-left: 211px;">
            <?php 
$this->widget('bootstrap.widgets.TbButton', array('buttonType' => 'submit', 'label' => Yii::t('translation', 'Search'), 'type' => 'null', 'size' => 'small'));
?>
	</div>

<?php 
$this->endWidget();
?>

</div><!-- search-form -->
<style>
                            <?php 
echo $form->label($model, 'submitted_date', array('class' => 'lb'));
?>
                            <?php 
$this->widget('zii.widgets.jui.CJuiDatePicker', array('model' => $model, 'attribute' => 'submitted_date', 'options' => array('showAnim' => 'fold', 'dateFormat' => ActiveRecord::getDateFormatSearch(), 'changeMonth' => true, 'changeYear' => true, 'showOn' => 'button', 'buttonImage' => Yii::app()->theme->baseUrl . '/img/calendar-ico.png', 'buttonImageOnly' => true), 'htmlOptions' => array('class' => 'text w-7', 'style' => 'float:left')));
?>
 
                            
                        </div>
                        <div class="in-row clearfix">
                            <?php 
echo $form->label($model, 'property_type_id', array('class' => 'lb'));
?>
                            <div class="group-5">
                                <?php 
echo ProPropertyType::getDropDownSelectGroup('ProTransactionsSaveCommission[property_type_id]', 'ProTransactionsSaveCommission', '', 'Select');
?>
                            </div>
                        </div>
                    </div>
                    <div class="col-2">
                        <div class="in-row clearfix">
                            <?php 
echo $form->labelEx($model, 'transactions_no', array('class' => 'lb'));
?>
                            <div class="group-5">
                                <?php 
echo $form->textField($model, 'transactions_no', array('class' => 'text'));
?>
                            </div>
                        </div>
Example #5
0
<h2>Add Property</h2>

<div class="form">

<?php 
$form = $this->beginWidget('CActiveForm', array('id' => 'pro-defect-form', 'enableAjaxValidation' => false, 'htmlOptions' => array('enctype' => 'multipart/form-data')));
?>
    <div class="row">
        <?php 
echo Yii::t('translation', $form->labelEx($model, 'property_type_id'));
?>
        <?php 
echo ProPropertyType::getDropDownSelectGroup('FiInvoiceDetail[property_type_id]', 'FiInvoiceDetail_property_type_id', $model->property_type_id, 'All property types', 'w-250');
?>
        <?php 
echo $form->error($model, 'property_type_id');
?>
    </div>
    <div class="row">
        <?php 
echo Yii::t('translation', $form->labelEx($model, 'unit_from'));
?>
        <div class="group-1">
            <?php 
echo $form->textField($model, 'unit_from', array('class' => ' number_only w-60', 'placeholder' => '', 'style' => ''));
?>
            -
             <?php 
echo $form->textField($model, 'unit_to', array('class' => ' number_only  w-60', 'placeholder' => '', 'style' => ''));
?>
            <!--<span style="color:gray;"><i>Unit number will not be showed in your details.</i> </span>-->