Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1938 → Rev 1939

/trunk/client/integrateur_wikini/bibliotheque/adwi_HTML_formulaireWikini.class.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: adwi_HTML_formulaireWikini.class.php,v 1.13 2007-06-26 14:18:53 florian Exp $
// CVS : $Id: adwi_HTML_formulaireWikini.class.php,v 1.14 2008-10-23 13:54:59 aperonnet Exp $
/**
*
* Admin Wikini
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.13 $
*@version $Revision: 1.14 $
// +------------------------------------------------------------------------------------------------------+
*/
 
125,7 → 125,7
}';
GEN_stockerCodeScript($script);
//Lien javascript pour cacher les options compliquées
$this->addElement('html', '<br /><a href="#" onclick="switchMenu(\'config_avancee\');" title="Afficher/Cacher la configuration avanc&eacute;e">Afficher/Cacher la configuration avanc&eacute;e</a><br />'."\n");
$this->addElement('html', '<br /><span href="cursor:pointer;text-decoration:underline;" onclick="switchMenu(\'config_avancee\');" title="Afficher/Cacher la configuration avanc&eacute;e">Afficher/Cacher la configuration avanc&eacute;e</span><br />'."\n");
//début de la div cachée pour les options compliquées-----------------------------------------------
$this->addElement('html', '<div id="config_avancee" style="display:none;">');