Skip to content

Commit

Permalink
chore: use better icons for upload and restore buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar committed Jun 9, 2022
1 parent 4a64ed6 commit c807fed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions admin/partials/xcloner_restore_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class="material-icons">file_upload</i><?php echo __("Upload Local Backup Archive
<div class="toggler">
<button class="btn waves-effect waves-light upload-backup normal" type="submit" id=""
name="action"><?php echo __("Upload", 'xcloner-backup-and-restore') ?>
<i class="material-icons left">navigate_before</i>
<i class="material-icons left">upload</i>
</button>
<button class="btn waves-effect waves-light red upload-backup cancel" type="submit" id=""
name="action"><?php echo __("Cancel", 'xcloner-backup-and-restore') ?>
Expand Down Expand Up @@ -244,7 +244,7 @@ class="list-backup-content btn-floating tooltipped btn-small right"
<div class="toggler">
<button class="btn waves-effect waves-light restore_remote_backup normal " type="submit"
id="" name="action"><?php echo __("Restore", 'xcloner-backup-and-restore') ?>
<i class="material-icons left">navigate_before</i>
<i class="material-icons left">download</i>
</button>
<button class="btn waves-effect waves-light red restore_remote_backup cancel" type="submit"
id="" name="action"><?php echo __("Cancel", 'xcloner-backup-and-restore') ?>
Expand Down Expand Up @@ -371,7 +371,7 @@ class="validate" placeholder="Restore Target Url">
<div class="toggler">
<button class="btn waves-effect waves-light restore_remote_mysqldump normal " type="submit"
id="" name="action"><?php echo __("Restore", 'xcloner-backup-and-restore') ?>
<i class="material-icons left">navigate_before</i>
<i class="material-icons left">download</i>
</button>
<button class="btn waves-effect waves-light red restore_remote_mysqldump cancel"
type="submit" id=""
Expand Down Expand Up @@ -518,4 +518,4 @@ class="material-icons">folder_open</i><?php echo __("Finishing up...", 'xcloner-
</div>
<ul class="files-list"></ul>
</div>
</div>
</div>

0 comments on commit c807fed

Please sign in to comment.