piler/webui/view/theme/default/templates/customer/remove.tpl
Remi S 6567a0decd This commit wraps up:
-Better Navbar formatting
-AJAX delete confirmation
-Enhanced validation feedback on admin pages
2013-08-07 13:05:03 -04:00

14 lines
237 B
Smarty

<div>
<?php if($confirmed){ ?>
<div class="alert alert-success"><?php print $x; ?>.</div>
<?php } ?>
<p><a href="index.php?route=customer/list"><i class="icon-circle-arrow-left"></i>&nbsp;<?php print $text_back; ?></a></p>
</div>