Exemplo n.º 1
0
</legend>
                <?php 
echo $model->attachment_file;
?>
             </fieldset>
            </div>
            </div>
             <div style="clear:both;">
                <fieldset id="fieldset_comment" style ="width:460px;float: left;word-break:break-all;word-wrap:break-word;">
                    <legend><?php 
echo Yii::t('Common', 'Comment');
?>
</legend>
                    <?php 
$this->renderPartial('_fullscreen', array('position' => 'left'));
echo ActionHistoryService::getActionHistory('result', $model->id, $model->product_id);
?>
                </fieldset>
                <fieldset id="fieldset_step" style="width:460px;float: right;">
                    <legend><?php 
echo Yii::t('ResultInfo', 'Steps');
?>
</legend>
                    <?php 
$this->renderPartial('_fullscreen', array('position' => 'right'));
?>
                    <div class="row" style="width: 460px;overflow-x: auto;word-break:break-all;word-wrap:break-word;">
                        <?php 
echo $model->result_step;
?>
                    </div>
Exemplo n.º 2
0
             </fieldset>
            </div>
            </div>
             <div style="clear:both;">
                <fieldset class="action_note" style="width:460px;">
                    <legend><?php 
echo Yii::t('Common', 'Comment');
?>
</legend>
                    <div class="row" style="overflow: auto;padding: 2px;">
                        <?php 
$this->widget('application.extensions.kindeditor4.KindEditorWidget', array('model' => $model, 'attribute' => 'action_note', 'htmlOptions' => array('style' => 'width:100px;'), 'miniMode' => true, 'editorname' => 'action_note_editor'));
?>
                    </div>
                    <?php 
echo ActionHistoryService::getActionHistory('case', $model->id, $model->product_id);
?>
                </fieldset>
                <fieldset style="width: 460px;float: right;">
                    <legend><?php 
echo Yii::t('CaseInfo', 'Steps');
?>
</legend>
                    <div class="row">
                        <?php 
$this->widget('application.extensions.kindeditor4.KindEditorWidget', array('model' => $model, 'attribute' => 'case_step', 'htmlOptions' => array('style' => 'width:100px;'), 'editorname' => 'repeat_step_editor'));
?>
                    </div>
                </fieldset>