Blame view

common/modules/file/widgets/views/_gallery_item.php 260 Bytes
8c448b56   Administrator   add yii jquery
1
2
3
4
5
6
7
8
9
  <?php

  use yii\helpers\Html;

  

  ?>

  

  <div class="gallery_image">

      <?= Html::img($item['image'])?>

      <span data-url="<?=$item['image']?>" title="удалить изображение" class="glyphicon glyphicon-trash delete-gallery-item"></span>

  </div>