mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-15 04:27:01 +02:00
added the webui to the tarball
This commit is contained in:
13
webui/view/theme/default/templates/user/remove.tpl
Normal file
13
webui/view/theme/default/templates/user/remove.tpl
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
<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&uid=<?php print $uid; ?>&user=<?php print $user; ?>&confirmed=1"><?php print $text_remove_this_user; ?>: <?php print $user; ?></a>
|
||||
<?php } ?>
|
||||
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user