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