mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Change some widget attributes to camelCase
This commit is contained in:
parent
1bbcdbfeb7
commit
fbb02f5bd2
@ -289,9 +289,9 @@ class mail_acl
|
|||||||
// set a custom autocomplete method for mailbox taglist
|
// set a custom autocomplete method for mailbox taglist
|
||||||
if ($account_id)
|
if ($account_id)
|
||||||
{
|
{
|
||||||
$tmpl->setElementAttribute('mailbox', 'autocomplete_url', __CLASS__.'::ajax_folders');
|
$tmpl->setElementAttribute('mailbox', 'searchUrl', __CLASS__ . '::ajax_folders');
|
||||||
$tmpl->setElementAttribute('mailbox', 'autocomplete_params', array(
|
$tmpl->setElementAttribute('mailbox', 'searchOptions', array(
|
||||||
'acc_id' => $acc_id,
|
'acc_id' => $acc_id,
|
||||||
'account_id' => $account_id,
|
'account_id' => $account_id,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user