- quand on valide la modification d'un email, le message en rouge apparait 2 fois.
- mettre du padding dans les LI du panneau administrateur
This commit is contained in:
parent
a7f317b461
commit
0ced7faf46
|
@ -69,7 +69,6 @@ if (isset($error) && $error) {
|
|||
<li class="lst2"><a href="adm_dnsweberror.php"><?php __("DNS and website having errors"); ?></a></li>
|
||||
<li class="lst1"><a href="adm_menulist.php"><?php __("Manage menu"); ?></a></li>
|
||||
<!-- <li class="lst2"><a href="stats_members.php"><?php __("Account creation statistics"); ?></a></li> -->
|
||||
</ul>
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -97,9 +97,6 @@ if (empty($allmails_list) && empty($search)) {
|
|||
echo "</i></p><br/>";
|
||||
} else {
|
||||
|
||||
if (isset($error) && !empty($error)) {
|
||||
echo "<p class=\"error\">$error</p>";
|
||||
}
|
||||
?>
|
||||
|
||||
<table class="searchtable"><tr><td>
|
||||
|
|
|
@ -580,3 +580,10 @@ input#dir, input#sub_local {
|
|||
.petit td {
|
||||
font-size:95%;
|
||||
}
|
||||
|
||||
#adm_panel li, #adm_panel_root li {
|
||||
padding: 4px 0 4px 0;
|
||||
}
|
||||
#adm_panel li:hover, #adm_panel_root li:hover {
|
||||
background-color: #BFD3E1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue