1
0
mirror of https://bitbucket.org/jsuto/piler.git synced 2025-01-18 13:30:13 +01:00
piler/webui/view/theme/default/templates/policy/updateretention.tpl

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>