Exemplo n.º 1
0
 protected function getSettingsMenuContentEntries()
 {
     return parent::getSettingsMenuContentEntries() . '<li class="relationships-toggle x2-hint" title="' . CHtml::encode(Yii::t('app', 'Click to toggle showing actions associated with related records.')) . '">' . X2Html::checkbox('historyShowRels', Yii::app()->params->profile->historyShowRels) . '<span for="historyShowRels">' . CHtml::encode(Yii::t('profile', 'Relationships')) . '</span>' . '</li>';
 }