Subversion Repositories Applications.bazar

Rev

Rev 393 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 393 Rev 430
Line 44... Line 44...
44
	
44
	
45
	function toHTML($valeur) {
45
	function toHTML($valeur) {
46
		$html = '';
46
		$html = '';
47
		$val = $this->options['nom_bdd'];
47
		$val = $this->options['nom_bdd'];
-
 
48
		// On ecrit le label uniquement si le champs obligatoire est a 1
48
		// On ecrit le label uniquement si le champs obligatoire est a 1
49
		if ($this->options['obligatoire'] == 1) {
49
		if ($this->options['obligatoire'] == 1) $res .= '<div class="BAZ_label BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'.
50
		    $html .= '<div class="BAZ_label BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'.
-
 
51
                        $this->options['label'].'</div>'."\n";
Line 50... Line 52...
50
						$this->options['label'].'</div>'."\n";
52
		} 
51
 
53
 
52
		return $html;
54
		return $html;