Пример #1
0
">
                    <span class="glyphicon glyphicon-floppy-saved"  aria-hidden="true"></span> <?php 
        echo Yii::t('web/home', 'Save');
        ?>
                </button>
                <button class="btn btn-default btn-xs" onclick="return buttonCancelComment(this);" data-idcomment="<?php 
        echo $item["id"];
        ?>
">
                    <span class="glyphicon glyphicon-off"   aria-hidden="true"></span> <?php 
        echo Yii::t('web/home', 'Cancel');
        ?>
                </button>
            </p>
            <?php 
        $dataCourseLecture = WComment::getInfoCourseLectureComment($item["id"], $item["data_id"], $item["data_type"]);
        ?>
            <?php 
        if (!empty($dataCourseLecture)) {
            ?>
            <div>- <a target="_blank" href="<?php 
            echo $dataCourseLecture[$item["id"]]["url"];
            ?>
" style="width: 100%;font-size: 11px;"><?php 
            echo $dataCourseLecture[$item["id"]]["name"];
            ?>
</a></div>
            <?php 
        }
        ?>
        </td>