echo "<div id='inline-relationships-autocomplete-container'>"; X2Model::renderModelAutocomplete('Contacts'); echo CHtml::hiddenField('RelationshipModelId'); echo "</div>"; echo CHtml::textField('myName', $model->name, array('disabled' => 'disabled')); ?> <!-- <input type="hidden" id='RelationshipModelId' name="RelationshipModelId"> --> </div> <div class='row'> <?php echo X2Html::label(Yii::t('app', 'Label:'), 'RelationshipLabelButton'); echo X2Html::textField('secondLabel'); echo X2Html::textField('firstLabel', '', array('title' => Yii::t('app', 'Create a different label for ') . $model->name)); echo X2Html::hiddenField('mutual', 'true'); echo X2Html::link('', '', array('id' => 'RelationshipLabelButton', 'class' => 'pseudo-link fa fa-long-arrow-right', 'title' => Yii::t('app', 'Create a different label for ') . $model->name)); ?> </div> <?php echo X2Html::csrfToken(); echo CHtml::button(Yii::t('app', 'Create Relationship'), array('id' => 'add-relationship-button', 'class' => 'x2-button')); ?> </form> <?php } ?>