Browse Source

Module remote view fix install button data name

master
Egorka 6 years ago
parent
commit
f3c10d7268
  1. 1
      backend/views/module/remote-list.php

1
backend/views/module/remote-list.php

@ -63,6 +63,7 @@ $this->registerJs($js, $this::POS_READY);
<?php else : ?> <?php else : ?>
<?= Html::button(Yii::t('main', 'Install'), [ <?= Html::button(Yii::t('main', 'Install'), [
'class' => 'btn btn-success btn-sm install-button', 'class' => 'btn btn-success btn-sm install-button',
'data-name' => $module['name'],
]) ?> ]) ?>
<?php endif; ?> <?php endif; ?>
</div> </div>

Loading…
Cancel
Save