mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
minor fix
This commit is contained in:
parent
e21fa82b48
commit
27c2fa0860
@ -145,7 +145,8 @@ if ($id_group) {
|
|||||||
|
|
||||||
$table->data[2][1] = __('You have not access to the parent.').html_print_input_hidden('id_parent', $id_parent, true);
|
$table->data[2][1] = __('You have not access to the parent.').html_print_input_hidden('id_parent', $id_parent, true);
|
||||||
} else {
|
} else {
|
||||||
$table->data[2][1] = html_print_select_groups(
|
$table->data[2][1] = '<div class="w250px inline">';
|
||||||
|
$table->data[2][1] .= html_print_select_groups(
|
||||||
false,
|
false,
|
||||||
'AR',
|
'AR',
|
||||||
true,
|
true,
|
||||||
@ -163,9 +164,12 @@ if ($id_group) {
|
|||||||
false,
|
false,
|
||||||
$id_group
|
$id_group
|
||||||
);
|
);
|
||||||
|
$table->data[2][1] .= '</div>';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$table->data[2][1] = html_print_select_groups(false, 'AR', true, 'id_parent', $id_parent, '', '', '', true);
|
$table->data[2][1] = '<div class="w250px inline">';
|
||||||
|
$table->data[2][1] .= html_print_select_groups(false, 'AR', true, 'id_parent', $id_parent, '', '', '', true);
|
||||||
|
$table->data[2][1] .= '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($acl_parent) {
|
if ($acl_parent) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user