Skip to content
Extraits de code Groupes Projets
Valider fb46ad3a rédigé par ARNO*'s avatar ARNO*
Parcourir les fichiers

Alignement des pourcentages

parent 76bd826a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -93,7 +93,7 @@ function enfants_aff($id_parent,$decalage, $critere, $gauche=0) {
if ($niveau==0 OR 1==1){
$pourcent = round($nombre_vis[$id_rubrique]/$abs_total*1000)/10;
echo "\n<td class='verdana1' style='width: 40px; border-bottom: 1px solid #aaaaaa;'>$pourcent%</td>";
echo "\n<td class='verdana1' style='text-align: $spip_lang_right; width: 40px; border-bottom: 1px solid #aaaaaa;'>$pourcent%</td>";
}
else { echo "<td style='width: 10px; border-bottom: 1px solid #aaaaaa;'></td>"; }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter