2013-04-05 10:16:33 +02:00
|
|
|
<div>
|
2012-06-22 12:30:55 +02:00
|
|
|
|
|
|
|
<?php if($confirmed){ ?>
|
|
|
|
|
2013-04-05 10:16:33 +02:00
|
|
|
<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>
|
2012-06-22 12:30:55 +02:00
|
|
|
|
|
|
|
<?php } else { ?>
|
|
|
|
|
2013-04-05 10:16:33 +02:00
|
|
|
<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 } ?>
|
2012-06-22 12:30:55 +02:00
|
|
|
|
2013-04-05 10:16:33 +02:00
|
|
|
</div>
|