mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
10
modules/admin/views/tickets/_reply.php
Normal file
10
modules/admin/views/tickets/_reply.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
/* @var $this \yii\web\View */
|
||||
/* @var $reply \app\models\TicketReply */
|
||||
?>
|
||||
<li class="list-group-item">
|
||||
<div class="btn-group" style="width: 100%;">
|
||||
<button data-action="send" data-text="<?=$reply->text;?>" type="button" class="btn btn-primary col-md-3"><i class="fa fa-send"></i> Отправить</button>
|
||||
<button data-action="copy" data-text="<?=$reply->text;?>" type="button" class="btn btn-default col-md-9"><?=$reply->text;?></button>
|
||||
</div>
|
||||
</li>
|
Loading…
Add table
Add a link
Reference in a new issue