mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 00:37:02 +02:00
prevent you to shoot yourself in the foot very badly with an archiving rule
This commit is contained in:
@ -166,6 +166,7 @@
|
||||
.fcell { display: table-cell; font: bold 12px Arial, sans-serif; padding: 5px; vertical-align: top; }
|
||||
.domain { font: normal 12px Arial, sans-serif; font-weight: bold; text-align:left; width: 408px;}
|
||||
|
||||
p.error { margin-bottom: 20px; color: red; font-weight: bold; }
|
||||
|
||||
#dhtmltooltip { position: absolute; width: 150px; border: 2px solid black; padding: 2px; background-color: yellow; color: #ffffff; visibility: hidden; z-index: 100; }
|
||||
|
||||
|
@ -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