Skip to content
Extraits de code Groupes Projets
Valider 612fbb32 rédigé par cerdic's avatar cerdic
Parcourir les fichiers

rendre le ? clicable qui renvoie sur la meme page, mais avec le bloc deplie

parent 46318915
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -280,7 +280,9 @@ function ligne_plug($plug_file, $actif, $id){ ...@@ -280,7 +280,9 @@ function ligne_plug($plug_file, $actif, $id){
$nom = typo($info['nom']); $nom = typo($info['nom']);
// puce d'etat du plugin // puce d'etat du plugin
// <etat>dev|experimental|test|stable</etat> // <etat>dev|experimental|test|stable</etat>
$s .= "<span class='formInfo'><a href='".generer_url_ecrire('info_plugin',"plug=$plug_file&width=500")."' class='jTip' name=\"".attribut_html($nom)."\" id='aide_$plug_file'>?</a></span>"; $url = urlencode(generer_url_ecrire('admin_plugin',"plug=$plug_file",'&'));
$id = substr(md5("aide_$plug_file"),0,8);
$s .= "<span class='formInfo'><a href='".generer_url_ecrire('info_plugin',"plug=$plug_file&width=500&link=$url")."' class='jTip' name=\"".attribut_html($nom)."\" id='$id'>?</a></span>";
$s .= "<span class='$etat'>&nbsp;</span>"; $s .= "<span class='$etat'>&nbsp;</span>";
if (!$erreur){ if (!$erreur){
$s .= "<input type='checkbox' name='statusplug_$plug_file' value='O' id='label_$id_input'"; $s .= "<input type='checkbox' name='statusplug_$plug_file' value='O' id='label_$id_input'";
......
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