예제 #1
0
?>
</legend>
                <div class="row">
                    <?php 
echo $form->label($model, 'created_by');
?>
                    <?php 
echo CHtml::encode($model->created_by_name);
?>
                </div>
                <div class="row">
                    <?php 
echo $form->label($model, 'created_at');
?>
                    <?php 
echo CHtml::encode(CommonService::getDateStr($model->created_at));
?>
                </div>
                <?php 
echo empty($customfield['result_open']) ? '' : $customfield['result_open'];
?>
            </fieldset>
            <fieldset>
                <legend><?php 
echo Yii::t('FieldConfig', 'result_environment');
?>
</legend>
                <?php 
echo empty($customfield['result_environment']) ? '' : $customfield['result_environment'];
?>
            </fieldset>
예제 #2
0
파일: notice.php 프로젝트: mjrao/BugFree
    echo $bugInfo['bug_status'];
    ?>
</td>
      <td align="center"><?php 
    echo $bugInfo['created_by_name'];
    ?>
</td>
      <td align="center"><?php 
    echo $bugInfo['assign_to_name'];
    ?>
</td>
      <td align="center"><?php 
    echo $bugInfo['resolved_by_name'];
    ?>
</td>
      <td align="center"><?php 
    echo $bugInfo['solution'];
    ?>
</td>
      <td align="center"><?php 
    echo CommonService::getDateStr($bugInfo['updated_at']);
    ?>
</td>
    </tr>
    <?php 
}
?>
  </table>
</body>
</html>