mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-15 20:27:01 +02:00
update the gui for per user legal hold
This commit is contained in:
12
webui/view/theme/mobile/templates/policy/removehold.tpl
Normal file
12
webui/view/theme/mobile/templates/policy/removehold.tpl
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
<?php if($confirmed){ ?>
|
||||
|
||||
<div class="alert alert-success"><?php print $x; ?>.</div>
|
||||
<p><a href="index.php?route=policy/legalhold"><i class="icon-circle-arrow-left"></i> <?php print $text_back; ?></a></p>
|
||||
|
||||
<?php } else { ?>
|
||||
|
||||
<p><a href="index.php?route=policy/legalhold"><i class="icon-circle-arrow-left"></i> <?php print $text_back; ?></a> | <a href="index.php?route=policy/removehold&email=<?php print $email; ?>&confirmed=1"><i class="icon-remove-sign"></i> <?php print $text_remove_this_user; ?>: <?php print $email; ?></a></p>
|
||||
|
||||
<?php } ?>
|
||||
|
Reference in New Issue
Block a user