示例#1
0
}
?>
            </select>
            <?php 
echo X2Html::fa('upload', array('id' => 'upload-notification-sound-button', 'class' => 'icon-button-min', 'title' => Yii::t('profile', 'Upload Notification Sound')));
?>
        </div>
    </div>
    <div class="row">
        <div class="cell" style="margin: 8px 0px">
            <label style='display:inline-block'><?php 
echo Yii::t('app', 'Show Tips');
?>
</label>
            <?php 
echo X2Html::activeCheckBox($model, 'showTours', array('style' => 'margin: 0px; vertical-align: middle', 'type' => 'checkbox'));
?>
 
        </div>
    </div>
    <div class="row">
        <span title='<?php 
echo Yii::t('app', 'Tips around the app will only be seen once. To see them again press this button.');
?>
' id='reset-tips-button' class='x2-hint x2-button' style='color: inherit'><?php 
echo Yii::t('app', 'Reset Tips');
?>
</span>
    </div>
</div>
<div id="theme-attributes" class='form preferences-section<?php