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

* coup du multilang=false -> ne pas proposer de menu de langue sur #FORMULAIRE_LANG(_ECRIRE)?

* bug javascript pour l'autofocus sur les articles_edit.php3?new=oui (saleté de javascript qui ne fonctionne pas pareil sur Mozilla, Safari, etc.)
parent 835c2ac8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -122,7 +122,7 @@ else if ($new=='oui') { ...@@ -122,7 +122,7 @@ else if ($new=='oui') {
else { else {
// Nouvel article : titre par defaut // Nouvel article : titre par defaut
$titre = filtrer_entites(_T('info_nouvel_article')); $titre = filtrer_entites(_T('info_nouvel_article'));
$onfocus = " onfocus=\"if(!done){this.value='';done=true;}\""; $onfocus = " onfocus=\"if(!antifocus){this.value='';antifocus=true;}\"";
} }
if (!$id_secteur) { if (!$id_secteur) {
$row_rub = spip_fetch_array(spip_query("SELECT id_secteur FROM spip_rubriques WHERE id_rubrique=$id_rubrique")); $row_rub = spip_fetch_array(spip_query("SELECT id_secteur FROM spip_rubriques WHERE id_rubrique=$id_rubrique"));
......
...@@ -75,7 +75,7 @@ if ($id_auteur) { ...@@ -75,7 +75,7 @@ if ($id_auteur) {
$new = false; // eviter hack $new = false; // eviter hack
} else { } else {
$auteur['nom'] = filtrer_entites(_T('item_nouvel_auteur')); $auteur['nom'] = filtrer_entites(_T('item_nouvel_auteur'));
$onfocus = " onfocus=\"if(!done){this.value='';done=true;}\""; $onfocus = " onfocus=\"if(!antifocus){this.value='';antifocus=true;}\"";
$auteur['statut'] = '1comite'; $auteur['statut'] = '1comite';
$auteur['source'] = 'spip'; $auteur['source'] = 'spip';
} }
......
...@@ -54,7 +54,7 @@ if ($new != "oui") { ...@@ -54,7 +54,7 @@ if ($new != "oui") {
} }
else { else {
$titre = filtrer_entites(_T('titre_nouvelle_breve')); $titre = filtrer_entites(_T('titre_nouvelle_breve'));
$onfocus = " onfocus=\"if(!done){this.value='';done=true;}\""; $onfocus = " onfocus=\"if(!antifocus){this.value='';antifocus=true;}\"";
$statut = "prop"; $statut = "prop";
} }
......
...@@ -398,7 +398,9 @@ function lang_dselect ($rien='') { ...@@ -398,7 +398,9 @@ function lang_dselect ($rien='') {
// - 'changer_lang' = langue de l'article, espace prive // - 'changer_lang' = langue de l'article, espace prive
// //
function menu_langues($nom_select = 'var_lang', $default = '', $texte = '', $herit = '') { function menu_langues($nom_select = 'var_lang', $default = '', $texte = '', $herit = '') {
global $couleur_foncee, $couleur_claire, $flag_ecrire, $connect_id_auteur; global $couleur_foncee, $couleur_claire, $flag_ecrire, $connect_id_auteur, $multilang;
if (!$flag_ecrire AND !$multilang AND ($nom_select == 'var_lang' OR $nom_select == 'var_lang_ecrire')) return;
if ($default == '') if ($default == '')
$default = $GLOBALS['spip_lang']; $default = $GLOBALS['spip_lang'];
......
...@@ -967,7 +967,6 @@ function debut_html($titre = "") { ...@@ -967,7 +967,6 @@ function debut_html($titre = "") {
afficher_script_layer(); afficher_script_layer();
?> ?>
<script type='text/javascript'><!-- <script type='text/javascript'><!--
function changeclass(objet, myClass) function changeclass(objet, myClass)
{ {
objet.className = myClass; objet.className = myClass;
...@@ -976,10 +975,7 @@ function changesurvol(iddiv, myClass) ...@@ -976,10 +975,7 @@ function changesurvol(iddiv, myClass)
{ {
document.getElementById(iddiv).className = myClass; document.getElementById(iddiv).className = myClass;
} }
var antifocus=false; // effacement titre quand new=oui
//--></script> //--></script>
</head> </head>
<?php <?php
...@@ -1519,7 +1515,7 @@ function debut_page($titre = "", $rubrique = "asuivre", $sous_rubrique = "asuivr ...@@ -1519,7 +1515,7 @@ function debut_page($titre = "", $rubrique = "asuivre", $sous_rubrique = "asuivr
global $recherche; global $recherche;
if ($recherche == '' AND $spip_display != 2) { if ($recherche == '' AND $spip_display != 2) {
$recherche_aff = _T('info_rechercher'); $recherche_aff = _T('info_rechercher');
$onfocus = " onfocus=\"if(!done){this.value='';done=true;}\""; $onfocus = " onfocus=\"if(!antifocus){this.value='';antifocus=true;}\"";
} else } else
$recherche_aff = $recherche; $recherche_aff = $recherche;
bandeau_barre_verticale(); bandeau_barre_verticale();
......
...@@ -60,7 +60,7 @@ if ($connect_statut == '0minirezo') { ...@@ -60,7 +60,7 @@ if ($connect_statut == '0minirezo') {
} }
else if ($new == 'oui') { else if ($new == 'oui') {
$titre_mot = filtrer_entites(_T('texte_nouveau_mot')); $titre_mot = filtrer_entites(_T('texte_nouveau_mot'));
$onfocus = " onfocus=\"if(!done){this.value='';done=true;}\""; $onfocus = " onfocus=\"if(!antifocus){this.value='';antifocus=true;}\"";
} }
} }
......
...@@ -6,7 +6,7 @@ include ("inc.php3"); ...@@ -6,7 +6,7 @@ include ("inc.php3");
if ($connect_statut == '0minirezo' AND $new == "oui") { if ($connect_statut == '0minirezo' AND $new == "oui") {
$id_groupe = ''; $id_groupe = '';
$type = filtrer_entites(_T('titre_nouveau_groupe')); $type = filtrer_entites(_T('titre_nouveau_groupe'));
$onfocus = " onfocus=\"if(!done){this.value='';done=true;}\""; $onfocus = " onfocus=\"if(!antifocus){this.value='';antifocus=true;}\"";
$ancien_type = ''; $ancien_type = '';
$unseul = 'non'; $unseul = 'non';
$obligatoire = 'non'; $obligatoire = 'non';
......
...@@ -65,7 +65,7 @@ if ($new == "oui") { ...@@ -65,7 +65,7 @@ if ($new == "oui") {
$id_parent = intval($id_parent); $id_parent = intval($id_parent);
$id_rubrique = 0; $id_rubrique = 0;
$titre = filtrer_entites(_T('titre_nouvelle_rubrique')); $titre = filtrer_entites(_T('titre_nouvelle_rubrique'));
$onfocus = " onfocus=\"if(!done){this.value='';done=true;}\""; $onfocus = " onfocus=\"if(!antifocus){this.value='';antifocus=true;}\"";
$descriptif = ""; $descriptif = "";
$texte = ""; $texte = "";
} }
......
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