1
0
mirror of https://bitbucket.org/jsuto/piler.git synced 2025-01-22 17:50:11 +01:00
piler/webui/view/theme/mobile/templates/user/remove.tpl
2013-07-27 13:10:48 +02:00

14 lines
336 B
Smarty

<p>
<?php if($confirmed){ ?>
<?php print $x; ?>. <a href="index.php?route=user/list"><?php print $text_back; ?></a>
<?php } else { ?>
<a href="index.php?route=user/remove&amp;uid=<?php print $uid; ?>&amp;user=<?php print $user; ?>&amp;confirmed=1"><?php print $text_remove_this_user; ?>: <?php print $user; ?></a>
<?php } ?>
</p>