Blame view

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

  use yii\helpers\Html;

  

  ?>

  

  <div class="gallery_image">

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

06ec2844   Administrator   28.03.16
8
      <span data-url="<?=$item['image']?>" title="" class="glyphicon glyphicon-trash delete-gallery-item"></span>

8c448b56   Administrator   add yii jquery
9
  </div>