Correction pour affichage ips
This commit is contained in:
parent
c0b5fe95ac
commit
c3435e5552
@ -467,14 +467,14 @@ $(document).ready(function(){
|
||||
$ips = explode(';',$this->InfosClient->filtres_ip);
|
||||
foreach ($ips as $ip){
|
||||
$filtres_ip.= $ip.';';
|
||||
$text_ip.= $ip.'<a href="#" class="deleteIP" id="'.$ip.'">Supp</a><br/>';
|
||||
$text_ip.= $ip.' [<a href="#" class="deleteIP" id="'.$ip.'">Suppression</a>]<br/>';
|
||||
}
|
||||
}
|
||||
?>
|
||||
<input type="hidden" name="filtres_ip"
|
||||
value="<?php echo $filtres_ip?>"> <span id="listeip">
|
||||
<?php
|
||||
if (!empty($texte_ip)){
|
||||
if (!empty($text_ip)){
|
||||
echo $text_ip;
|
||||
} else {
|
||||
echo "Aucune IPs.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user