Skip to content
Snippets Groups Projects
Commit 9669bcd0 authored by Damien's avatar Damien
Browse files

FIX #3049 Display icons when needed

parent 540d4b75
No related branches found
No related tags found
No related merge requests found
......@@ -363,6 +363,7 @@ function change_category(cat_id, display_value_tr, path_manage_script,get_js_scr
{id:'contact_id_tr', type:'tr', state:'display'},
{id:'dest_contact', type:'label', state:'hide'},
{id:'exp_contact', type:'label', state:'display'},
{id:'type_multi_contact_external_icon', type:'label', state:'hide'},
{id:'type_contact_internal', type:'radiobutton', state:typeContactInternal},
{id:'type_contact_external', type:'radiobutton', state:typeContactExternal},
{id:'type_multi_contact_external', type:'radiobutton', state:typeMultiContactExternal},
......@@ -413,6 +414,7 @@ function change_category(cat_id, display_value_tr, path_manage_script,get_js_scr
{id:'contact_id_tr', type:'tr', state:'display'},
{id:'dest_contact', type:'label', state:'display'},
{id:'exp_contact', type:'label', state:'hide'},
{id:'type_multi_contact_external_icon', type:'label', state:'display'},
{id:'type_contact_internal', type:'radiobutton', state:typeContactInternal},
{id:'type_contact_external', type:'radiobutton', state:typeContactExternal},
{id:'type_multi_contact_external', type:'radiobutton', state:typeMultiContactExternal},
......@@ -463,6 +465,7 @@ function change_category(cat_id, display_value_tr, path_manage_script,get_js_scr
{id:'contact_id_tr', type:'tr', state:'display'},
{id:'dest_contact', type:'label', state:'hide'},
{id:'exp_contact', type:'label', state:'display'},
{id:'type_multi_contact_external_icon', type:'label', state:'hide'},
{id:'type_contact_internal', type:'radiobutton', state:typeContactInternal},
{id:'type_contact_external', type:'radiobutton', state:typeContactExternal},
{id:'type_multi_contact_external', type:'radiobutton', state:typeMultiContactExternal},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment