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