mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
formatting
This commit is contained in:
@@ -12,8 +12,12 @@
|
||||
<?= __("ADIF Imported")?>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Success message -->
|
||||
<h3 class="card-title"><?= __("Yay, its imported!")?></h3>
|
||||
<p class="card-text"><?= __("The ADIF File has been imported.")?>
|
||||
|
||||
<!-- Dupe information -->
|
||||
<?php if(isset($skip_dupes)) {
|
||||
echo " <b>" . __("Dupes were inserted!") . "</b>";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user