#11191 functionality is given to the Add button
This commit is contained in:
parent
05a2aa07d5
commit
4182d6e334
|
@ -931,7 +931,7 @@ function notifications_print_two_ways_select($info_selec, $users, $source_id)
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
'title' => __('Add elements'),
|
'title' => __('Add elements'),
|
||||||
'style' => 'rotate: 90deg',
|
'style' => 'rotate: 180deg',
|
||||||
'onclick' => sprintf(
|
'onclick' => sprintf(
|
||||||
"notifications_modify_two_ways_element('%s', '%s', 'add')",
|
"notifications_modify_two_ways_element('%s', '%s', 'add')",
|
||||||
$users,
|
$users,
|
||||||
|
@ -970,11 +970,7 @@ function notifications_print_two_ways_select($info_selec, $users, $source_id)
|
||||||
__('Add'),
|
__('Add'),
|
||||||
'Add',
|
'Add',
|
||||||
false,
|
false,
|
||||||
sprintf(
|
'notifications_add_source_element_to_database("'.$users.'",'.$source_id.')',
|
||||||
"notifications_add_source_element_to_database('%s', '%s')",
|
|
||||||
$users,
|
|
||||||
$source_id
|
|
||||||
),
|
|
||||||
"class='sub add'",
|
"class='sub add'",
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue