piler/webui/view/theme/default/templates/ldap/remove.tpl

14 lines
233 B
Smarty
Raw Normal View History

2013-07-08 11:31:17 +02:00
2013-08-14 23:40:52 +02:00
<div>
2013-07-08 11:31:17 +02:00
<?php if($confirmed){ ?>
2013-08-14 23:40:52 +02:00
<div class="alert alert-success"><?php print $x; ?>.</div>
2013-07-08 11:31:17 +02:00
<?php } ?>
2013-08-14 23:40:52 +02:00
<p><a href="index.php?route=ldap/list"><i class="icon-circle-arrow-left"></i>&nbsp;<?php print $text_back; ?></a></p>
</div>
2013-07-08 11:31:17 +02:00