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

Conformité XHTML: remplacement de align dans img par "style='float'".

parent 26645869
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -53,7 +53,9 @@ function exec_admin_effacer_dist()
_T('texte_effacer_base'),
"</td></tr>",
"<tr><td class='serif'>\n",
'<img src="' . _DIR_IMG_PACK . 'warning.gif" alt="'._T('info_avertissement').'" width="48" height="48" align="right" />',
'<img src="' . _DIR_IMG_PACK . 'warning.gif" alt="',
_T('info_avertissement'),
"\" style='width: 48px; height: 48px; float: right;margin: 10px;' />",
_T('texte_admin_effacer_01'),
"\n<div style='text-align: center'>",
debut_boite_alerte(),
......
......@@ -72,7 +72,8 @@ function exec_admin_tech_dist()
"<span style='font-size: 16px; color: #FFFFFF;' class='verdana1'>", _T('texte_sauvegarde'), "</span></b></td></tr><tr><td class='serif'>",
generer_url_post_ecrire("export_all", "reinstall=non"),
"\n<div><p style='text-align: justify;'>",
http_img_pack('warning.gif', _T('info_avertissement'), "width='48' height='48' align='right'"),
http_img_pack('warning.gif', _T('info_avertissement'),
"style='width: 48px; height: 48px; float: right;margin: 10px;'"),
_T('texte_admin_tech_01',
array('dossier' => '<i>'.$dir_dump.'</i>', 'img'=>'<i>'.$dir_img.'</i>')),
_T('texte_admin_tech_02'),
......
......@@ -38,7 +38,7 @@ function demander_conversion($tables_a_convertir, $action) {
'charset' => 'utf-8')
);
$commentaire .= "<p><small>"
. http_img_pack('warning.gif', _T('info_avertissement'), "width='48' height='48' align='right'");
. http_img_pack('warning.gif', _T('info_avertissement'), "style='width: 48px; height: 48px; float: right;margin: 10px;'");
$commentaire .= _T('utf8_convert_backup', array('charset' => 'utf-8'))
."</small>";
$commentaire .= '<p>'._T('utf8_convert_timeout');
......
......@@ -37,12 +37,11 @@ function legender_auteur_saisir($id_auteur, $auteur, $mode, $echec='', $redirect
$corps .= '<p>' . _T($e) . "</p>\n";
$corps = debut_cadre_relief('', true)
. http_img_pack("warning.gif", _T('info_avertissement'), "width='48' height='48' align='left'")
. "<div style='color: red; left-margin: 5px'>"
. "<span style='color: red; left-margin: 5px'>"
. http_img_pack("warning.gif", _T('info_avertissement'), "style='width: 48px; height: 48px; float: left; margin: 5px;'")
. $corps
. "<p>"
. _T('info_recommencer')
. "</p></div>\n"
. "</span>\n"
. fin_cadre_relief(true);
}
......@@ -138,7 +137,8 @@ else {
// Avertissement en cas de modifs de ses propres donnees
if (($edit_login OR $edit_pass) AND $connect_id_auteur == $id_auteur) {
$corps .= debut_cadre_enfonce('', true)
. http_img_pack("warning.gif", _T('info_avertissement'), "width='48' height='48' align='right'")
. http_img_pack("warning.gif", _T('info_avertissement'),
"style='width: 48px; height: 48px; float: right;margin: 5px;'")
. "<b>"._T('texte_login_precaution')."</b>\n"
. fin_cadre_enfonce(true)
. "\n<br />";
......
......@@ -1538,7 +1538,7 @@ function gros_titre($titre, $ze_logo='', $aff=true){
}
else {
$res = "\n<div class='verdana2' style='font-size: 18px; color: $couleur_foncee; font-weight: bold;'>" .
(strlen($ze_logo) <= 3 ? '': (http_img_pack($ze_logo, "", "align='middle'") . " &nbsp; ")) .
(strlen($ze_logo) <= 3 ? '': (http_img_pack($ze_logo, "", "style='vertical-align: bottom'") . " &nbsp; ")) .
typo($titre) .
"</div>\n";
}
......
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