1
0
mirror of https://bitbucket.org/jsuto/piler.git synced 2025-02-19 04:56:27 +01:00

14 lines
235 B
Smarty
Raw Normal View History

2013-08-23 13:02:51 +02:00
<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>&nbsp;<?php print $text_back; ?></a></p>
</div>