Make icons clickable in menus
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
<h2><?= t('Import users from CSV file') ?></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<i class="fa fa-download fa-fw"></i>
|
||||
<?= $this->url->link(t('Download CSV template'), 'UserImportController', 'template') ?>
|
||||
<?= $this->url->icon('download', t('Download CSV template'), 'UserImportController', 'template') ?>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user