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

14 lines
572 B
Smarty
Raw Normal View History

2013-08-14 23:40:52 +02:00
<div>
2012-02-08 23:14:28 +01:00
<?php if($confirmed){ ?>
2013-08-14 23:40:52 +02:00
<div class="alert alert-success"><?php print $x; ?>.</div>
<p><a href="index.php?route=domain/domain"><i class="icon-circle-arrow-left"></i>&nbsp;<?php print $text_back; ?></a></p>
2012-02-08 23:14:28 +01:00
<?php } else { ?>
2013-08-14 23:40:52 +02:00
<p><a href="index.php?route=domain/domain"><i class="icon-circle-arrow-left"></i>&nbsp;<?php print $text_back; ?></a> | <a href="index.php?route=domain/remove&amp;domain=<?php print $domain; ?>&amp;confirmed=1"><i class="icon-remove-sign"></i>&nbsp;<?php print $text_remove_this_user; ?>: <?php print $user; ?></a></p>
<?php } ?>
2012-02-08 23:14:28 +01:00
2013-08-14 23:40:52 +02:00
</div>