mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 17:11:59 +01:00
10 lines
282 B
Smarty
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>
|
||
|
|