1
modification
(update v 3.80) |
(selection* > sélection*) |
||
Ligne 2 143 : | Ligne 2 143 : | ||
echo "<td><a href='bl_categories_help.php?cat=$categorie' target='cat_help' onclick=window.open('bl_categories_help.php','cat_help','width=600,height=150,toolbar=no,scrollbars=no,resizable=yes') title='categories help page'>$categorie</a><br>"; | echo "<td><a href='bl_categories_help.php?cat=$categorie' target='cat_help' onclick=window.open('bl_categories_help.php','cat_help','width=600,height=150,toolbar=no,scrollbars=no,resizable=yes') title='categories help page'>$categorie</a><br>"; | ||
echo "<input type='checkbox' name='chk-$categorie'"; | echo "<input type='checkbox' name='chk-$categorie'"; | ||
// la catégorie n'existe pas dans le fichier de catégorie activé -> categorie non | // la catégorie n'existe pas dans le fichier de catégorie activé -> categorie non sélectionnée | ||
$str = file_get_contents($bl_categories_enabled); | $str = file_get_contents($bl_categories_enabled); | ||
if (strpos($str, $categorie)===false) { echo ">";} | if (strpos($str, $categorie)===false) { echo ">";} | ||
Ligne 2 224 : | Ligne 2 224 : | ||
$Language = strtolower(substr(chop($Langue[0]),0,2)); } | $Language = strtolower(substr(chop($Langue[0]),0,2)); } | ||
if($Language == 'fr'){ | if($Language == 'fr'){ | ||
$l_selectuser="l'utilisateur | $l_selectuser="l'utilisateur sélectionné est : "; | ||
$l_userisnotselect="Veuillez | $l_userisnotselect="Veuillez sélectionner un utilisateur."; | ||
$l_isadmin = "7j/7 24h/24"; | $l_isadmin = "7j/7 24h/24"; | ||
$l_valide = "Enregistrer"; | $l_valide = "Enregistrer"; |
modification