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

14 lines
619 B
Smarty
Raw Normal View History

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>&nbsp;<?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&amp;id=<?php print $id; ?>"><i class="icon-circle-arrow-left"></i>&nbsp;<?php print $text_back; ?></a> | <a href="index.php?route=group/remove&amp;id=<?php print $id; ?>&amp;group=<?php print $group; ?>&amp;confirmed=1"><i class="icon-remove-sign"></i>&nbsp;<?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>