mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 13:27:05 +02:00
prevent you to shoot yourself in the foot very badly with an archiving rule
This commit is contained in:
@ -65,6 +65,10 @@
|
||||
|
||||
</form>
|
||||
|
||||
<?php if($error) { ?>
|
||||
<p class="error"><?php print $text_error; ?>: <?php print $error; ?></p>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
<h4><?php print $text_existing_rules; ?></h4>
|
||||
|
||||
@ -101,4 +105,3 @@
|
||||
<?php print $text_not_found; ?>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user