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

10 lines
282 B
Smarty

<div class="alert alert-<?php if($n > 0) { ?>success<?php } else { ?>error<?php } ?>">
<?php print $text_domain; ?>: <?php print $domain; ?><br />
<?php print $text_retention_days; ?>: <?php print $days; ?><br />
<?php print $text_updated_records; ?>: <?php print $n; ?>
</div>