[SPIP Zone] r3718 - in /_plugins_/_contenu_editorial_/Forms: exec/forms_reponses.php forms_boutons.php img_pack/form-24.gif inc/forms.php

Author: cedric@yterium.com
Date: Thu Jun 29 19:06:48 2006
New Revision: 3718

Log:
gif dans les menu et des liens cassés

Added:
    _plugins_/_contenu_editorial_/Forms/img_pack/form-24.gif (with props)
Modified:
    _plugins_/_contenu_editorial_/Forms/exec/forms_reponses.php
    _plugins_/_contenu_editorial_/Forms/forms_boutons.php
    _plugins_/_contenu_editorial_/Forms/inc/forms.php

Modified: _plugins_/_contenu_editorial_/Forms/exec/forms_reponses.php

--- _plugins_/_contenu_editorial_/Forms/exec/forms_reponses.php (original)
+++ _plugins_/_contenu_editorial_/Forms/exec/forms_reponses.php Thu Jun 29 19:06:48 2006
@@ -195,7 +195,7 @@

     //$link = new Link();
     //$link->addVar('supp_reponse', $id_reponse);
- //icone(_L("Supprimer cette réponse"), $link->getUrl(),"../"._DIR_PLUGIN_FORMS."/form-24.png", "supprimer.gif", "right");
+ //icone(_L("Supprimer cette réponse"), $link->getUrl(),"../"._DIR_PLUGIN_FORMS."/img_pack/form-24.png", "supprimer.gif", "right");
     $link=parametre_url(self(),'supp_reponse', $id_reponse);
     icone(_L("Supprimer cette réponse"), $link,"../"._DIR_PLUGIN_FORMS."/img_pack/form-24.png", "supprimer.gif", "right");
     
Modified: _plugins_/_contenu_editorial_/Forms/forms_boutons.php

--- _plugins_/_contenu_editorial_/Forms/forms_boutons.php (original)
+++ _plugins_/_contenu_editorial_/Forms/forms_boutons.php Thu Jun 29 19:06:48 2006
@@ -21,13 +21,13 @@

       // on voit le bouton dans la barre "naviguer"
       $boutons_admin['naviguer']->sousmenu["forms_tous"]= new Bouton(
- "../"._DIR_PLUGIN_FORMS."/img_pack/form-24.png", // icone
+ "../"._DIR_PLUGIN_FORMS."/img_pack/form-24.gif", // icone
       _L("Formulaires et sondages") //titre
       );

       // on voit le bouton dans la barre "forum_admin"
       $boutons_admin['forum']->sousmenu["forms_reponses"]= new Bouton(
- "../"._DIR_PLUGIN_FORMS."/img_pack/form-24.png", // icone
+ "../"._DIR_PLUGIN_FORMS."/img_pack/form-24.gif", // icone
       _L("Suivi des Reponses") //titre
       );
     }

Added: _plugins_/_contenu_editorial_/Forms/img_pack/form-24.gif

Binary file - no diff available.

Propchange: _plugins_/_contenu_editorial_/Forms/img_pack/form-24.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: _plugins_/_contenu_editorial_/Forms/inc/forms.php

--- _plugins_/_contenu_editorial_/Forms/inc/forms.php (original)
+++ _plugins_/_contenu_editorial_/Forms/inc/forms.php Thu Jun 29 19:06:48 2006
@@ -175,7 +175,7 @@
     $s = "";
     // Ajouter un formulaire
     $s .= "\n<p>";
- $s .= debut_cadre_relief("../"._DIR_PLUGIN_FORMS."/form-24.png", true);
+ $s .= debut_cadre_relief("../"._DIR_PLUGIN_FORMS."/img_pack/form-24.png", true);
   
     $s .= "<div style='padding: 2px; background-color: $couleur_claire; text-align: center; color: black;'>";
     $s .= bouton_block_invisible("ajouter_form");
@@ -836,7 +836,7 @@
       $tranches = afficher_tranches_requete($cpt, 3, $tmp_var, '', $nb_aff);
     }
     
- if (!$icone) $icone = "../"._DIR_PLUGIN_FORMS."/form-24.png";
+ if (!$icone) $icone = "../"._DIR_PLUGIN_FORMS."/img_pack/form-24.png";
     
     if ($cpt) {
       if ($titre_table) echo "<div style='height: 12px;'></div>";