Skip to content
Extraits de code Groupes Projets
Valider c159e869 rédigé par esj's avatar esj
Parcourir les fichiers

tout message n'est pas un faire-part de decès, heureusement

parent f0166f9d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -86,6 +86,10 @@ a.calendrier-annee:hover {
font-family: Verdana, Arial, Sans, sans-serif;
}
.calendrier-th a {
color: black;
}
.calendrier-table-etroit .calendrier-td-gauche {
width: 0px;
vertical-align: top;
......@@ -219,9 +223,9 @@ a.calendrier-annee:hover {
}
.calendrier-nb { /* style cinemat(yp)ographe */
background-color: black;
border: 1px solid white;
color: white;
background-color: white;
border: 1px solid black;
color: black;
}
.calendrier-couleur1 { /* Fushia */
......
......@@ -452,9 +452,7 @@ function http_calendrier_semaine_noms($annee, $mois, $jour, $script, $ancre){
" " .
$num .
(($num == 1) ? 'er' : '') .
($ancre ? ('/' . $numois) : '')),
'',
'color:black;') .
($ancre ? ('/' . $numois) : ''))) .
"</th>";
}
return "\n<tr" .
......@@ -1204,14 +1202,10 @@ function http_calendrier_rv($messages, $type) {
"<td valign='middle'>" .
((!$rv) ? '' :
((affdate($date) == affdate($date_fin)) ?
("<div class='calendrier-arial9'" .
http_style_background('fond-agenda.gif',
"$spip_lang_right center no-repeat; float: $spip_lang_left; line-height: 12px; color: #666666; margin-$spip_lang_right: 3px; padding-$spip_lang_right: 4px;") .'>'
("<div class='calendrier-arial9 fond-agenda'>"
. heures($date).":".minutes($date)."<br />"
. heures($date_fin).":".minutes($date_fin)."</div>") :
( "<div class='calendrier-arial9'" .
http_style_background('fond-agenda.gif',
"$spip_lang_right center no-repeat; float: $spip_lang_left; line-height: 12px; color: #666666; margin-$spip_lang_right: 3px; padding-$spip_lang_right: 4px; text-align: center;") . '>'
( "<div class='calendrier-arial9 fond-agenda' style='text-align: center;'>"
. heures($date).":".minutes($date)."<br />...</div>" ))) .
"<div><b>" .
http_href($url, typo($row['titre']), '', '', 'calendrier-verdana10') .
......
......@@ -277,7 +277,6 @@ if ($row = spip_fetch_array(spip_query("SELECT * FROM spip_messages WHERE id_mes
echo http_calendrier_rv(sql_calendrier_taches_annonces(),"annonces");
echo http_calendrier_rv(sql_calendrier_taches_pb(),"pb");
echo http_calendrier_rv(sql_calendrier_taches_rv(), "rv");
spip_log("messs $id_message $rv");
if ($rv != "non") {
list ($sh, $ah) = sql_calendrier_interval(sql_calendrier_jour($lannee,$lemois, $lejour));
......
......@@ -1394,3 +1394,12 @@ table.spip td {
text-decoration: none;
margin: 0;
}
.fond-agenda {
background: url<?php echo '(', http_img_pack('fond-agenda.gif'), ') ', $right; ?> center no-repeat;
float: <?php echo $left; ?>;
margin-<?php echo $right; ?>: 3px;
padding-<?php echo $right; ?>: 4px;
line-height: 12px;
color: #666666;
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter