Merge branch 'ent-4437-ayuda-no-hierarchy' into 'develop'
Deleted help icon See merge request artica/pandorafms!2616
This commit is contained in:
commit
828203ed06
|
@ -314,7 +314,7 @@ function profile_print_profile_table($id)
|
|||
$tags = tags_get_all_tags();
|
||||
$data['tags'] = html_print_select($tags, 'assign_tags[]', '', '', __('Any'), '', true, true);
|
||||
|
||||
$data['hierarchy'] = html_print_checkbox('no_hierarchy', 1, false, true).ui_print_help_icon('no_hierarchy', true);
|
||||
$data['hierarchy'] = html_print_checkbox('no_hierarchy', 1, false, true);
|
||||
|
||||
$data['actions'] = html_print_input_image('add', 'images/add.png', 1, '', true);
|
||||
$data['actions'] .= html_print_input_hidden('id', $id, true);
|
||||
|
|
Loading…
Reference in New Issue