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