mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 15:51:58 +01:00
14 lines
235 B
Smarty
14 lines
235 B
Smarty
|
|
<div>
|
|
|
|
<?php if($confirmed){ ?>
|
|
|
|
<div class="alert alert-success"><?php print $x; ?>.</div>
|
|
|
|
<?php } ?>
|
|
|
|
<p><a href="index.php?route=import/list"><i class="icon-circle-arrow-left"></i> <?php print $text_back; ?></a></p>
|
|
|
|
</div>
|
|
|