noalyss Version-9
Variables
tag_search_select.php File Reference

Go to the source code of this file.

Variables

 $aGroup =$this->cn->get_array("select tg_id, tg_name from tag_group order by 2 desc")
 
 $attr =sprintf('tag_status="%s"',$row['t_actif'])
 
 $js =sprintf("search_add_tag('%s','%s','%s','t')",$gDossier,$row['t_id'],$p_prefix)
 
 $max =$this->cn->count($ret)
 
 $nb_agroup =count($aGroup)
 
 $output =new Output_Html_Tab()
 
 $res =ob_get_contents()
 
if( $max==0) $tab_tag =new Html_Tab($p_prefix."tab_tag",_("Etiquettes"))
 
 $tab_tag_group =new Html_Tab($p_prefix."tab_tag_group",_("Groupe"))
 
if( $row['t_actif']=='N') endfor
 

Variable Documentation

◆ $aGroup

$aGroup =$this->cn->get_array("select tg_id, tg_name from tag_group order by 2 desc")

Definition at line 67 of file tag_search_select.php.

◆ $attr

$attr =sprintf('tag_status="%s"',$row['t_actif'])

◆ $js

$js =sprintf("search_add_tag('%s','%s','%s','t')",$gDossier,$row['t_id'],$p_prefix)

Definition at line 38 of file tag_search_select.php.

◆ $max

$max =$this->cn->count($ret)

Definition at line 7 of file tag_search_select.php.

◆ $nb_agroup

$nb_agroup =count($aGroup)

Definition at line 68 of file tag_search_select.php.

◆ $output

$output =new Output_Html_Tab()

Definition at line 93 of file tag_search_select.php.

◆ $res

return $res =ob_get_contents()

Definition at line 108 of file tag_search_select.php.

◆ $tab_tag

if ($max==0) $tab_tag =new Html_Tab($p_prefix."tab_tag",_("Etiquettes"))

Definition at line 14 of file tag_search_select.php.

◆ $tab_tag_group

$tab_tag_group =new Html_Tab($p_prefix."tab_tag_group",_("Groupe"))

Definition at line 66 of file tag_search_select.php.

◆ endfor

endfor

Definition at line 56 of file tag_search_select.php.