[SPIP Zone] r4236 - /_plugins_branche_stable_/_spip_1_9_0_/switcher/switcher_fonctions.php

Author: andre@alternatives.ca
Date: Fri Jul 28 00:40:40 2006
New Revision: 4236

Log:
on s'identifie, pour mieux se cacher à l'impression

Modified:
    _plugins_branche_stable_/_spip_1_9_0_/switcher/switcher_fonctions.php

Modified: _plugins_branche_stable_/_spip_1_9_0_/switcher/switcher_fonctions.php

--- _plugins_branche_stable_/_spip_1_9_0_/switcher/switcher_fonctions.php (original)
+++ _plugins_branche_stable_/_spip_1_9_0_/switcher/switcher_fonctions.php Fri Jul 28 00:40:40 2006
@@ -23,7 +23,7 @@
             </script>';
       
       // Insertion du sélecteur de squelettes
- $code.='<div style="top: 0;left: 20px; position: absolute; background-color: transparent;z-index: 100;">';
+ $code.='<div id="plugin_switcher" style="top: 0;left: 20px; position: absolute; background-color: transparent;z-index: 100;">';
       $code.='<form action="" method="post">';
       $code.='<select name="selecteurSkel" style="'.$styleListeSwitcher.'" onchange="gotof(this.options[this.selectedIndex].value)">';
       $code.='<option selected="selected" value="">Squelettes</option>';