Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3193 Rev 3216
Line 48... Line 48...
48
			'type_especes' =>  'taxo_restriction_type',
48
			'type_especes' =>  'taxo_restriction_type',
49
			'referentiel' =>  'taxo_restriction_value',
49
			'referentiel' =>  'taxo_restriction_value',
50
			'type_localisation' =>  'location_type',
50
			'type_localisation' =>  'location_type',
51
			'localisation' =>  'location',
51
			'localisation' =>  'location',
52
			'milieux' =>  'environments',
52
			'milieux' =>  'environments',
53
			'motscles' =>  'project_tag_name'
53
			'motscles' =>  'project_tag_name',
-
 
54
			'info' =>  'info'
54
	);
55
	);
Line 55... Line 56...
55
	
56
	
56
	private $correspondance_champs_etendus = array(
57
	private $correspondance_champs_etendus = array(
57
			"key" => "field_id",
58
			"key" => "field_id",
Line 62... Line 63...
62
	
63
	
63
	private $correspondance_champs_etendus_trad = array(
64
	private $correspondance_champs_etendus_trad = array(
64
			"key" => "extended_field_id",
65
			"key" => "extended_field_id",
65
			"name" => "label",
66
			"name" => "label",
66
			"description" => "description",
67
			"description" => "description",
-
 
68
			"fieldValues" => "default_value",
67
			"fieldValues" => "default_value"
69
			"help" => "help"
Line 68... Line 70...
68
	);
70
	);
69
 
71
 
70
	public function getRessource() {
72
	public function getRessource() {