Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 6be0b023 authored by Nicolas's avatar Nicolas
Browse files

Remise en place des icones

parent 5d05175b
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ use \NicolasBejean\Importer\Block\Adminhtml\ProductImages\Index;
?>
<div class="importer">
<div class="actions">
<button class="btn cancel"><?php echo __('Cancel all uploads') ?></button>
<button class="btn start"><?php echo __('Start all uploads') ?></button>
<button class="btn cancel"><i class="far fa-trash-alt"></i> <?php echo __('Cancel all uploads') ?></button>
<button class="btn start"><i class="fas fa-upload"></i> <?php echo __('Start all uploads') ?></button>
</div>
<div class="dropzoneWrapper">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment