List your property

Content is loading ...

The required fields are marked with an asterisk (*).

 
 
 ₦ 

 
/
/
 
If you do not specify your phone number here, the phone number from the profile will be shown on the listings page
echo '
'; if ($model->type == Apartment::TYPE_CHANGE) { echo '
 
'; $this->widget('application.modules.lang.components.langFieldWidget', array( 'model' => $model, 'field' => 'exchange_to', 'type' => 'text' )); } $canSet = $model->canSetPeriodActivity() ? 1 : 0; echo '
'; echo $form->labelEx($model, 'period_activity'); echo $form->dropDownList($model, 'period_activity', HApartment::getPeriodActivityList(), array('class' => 'form-control')); echo CHtml::hiddenField('set_period_activity', $canSet); echo $form->error($model, 'period_activity'); echo '
'; if (!$canSet) { echo '
' . Yii::t('common', 'The listing will be active till {DATE}', array('{DATE}' => $model->getDateEndActivityLongFormat())) . ''; echo ' ' . CHtml::link(tc('Change'), 'javascript:;', array( 'onclick' => '$("#date_end_activity").hide(); $("#set_period_activity").val(1); $("#set_period").show();', )); echo '
'; } ?>



 
^ Go up