mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 23:11:58 +01:00
14 lines
572 B
Smarty
14 lines
572 B
Smarty
<div>
|
|
|
|
<?php if($confirmed){ ?>
|
|
|
|
<div class="alert alert-success"><?php print $x; ?>.</div>
|
|
<p><a href="index.php?route=domain/domain"><i class="icon-circle-arrow-left"></i> <?php print $text_back; ?></a></p>
|
|
|
|
<?php } else { ?>
|
|
|
|
<p><a href="index.php?route=domain/domain"><i class="icon-circle-arrow-left"></i> <?php print $text_back; ?></a> | <a href="index.php?route=domain/remove&domain=<?php print $domain; ?>&confirmed=1"><i class="icon-remove-sign"></i> <?php print $text_remove_this_user; ?>: <?php print $user; ?></a></p>
|
|
|
|
<?php } ?>
|
|
|
|
</div> |