Merge branch 'master' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab
This commit is contained in:
commit
c7303ed5d7
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ class rcube_kolab_contacts extends rcube_addressbook
|
||||||
'label' => 'kolab_addressbook.pgppublickey'),
|
'label' => 'kolab_addressbook.pgppublickey'),
|
||||||
'pkcs7publickey' => array('type' => 'textarea', 'size' => 70, 'rows' => 10, 'limit' => 1,
|
'pkcs7publickey' => array('type' => 'textarea', 'size' => 70, 'rows' => 10, 'limit' => 1,
|
||||||
'label' => 'kolab_addressbook.pkcs7publickey'),
|
'label' => 'kolab_addressbook.pkcs7publickey'),
|
||||||
'notes' => array(),
|
'notes' => array('limit' => 1),
|
||||||
'photo' => array(),
|
'photo' => array('limit' => 1),
|
||||||
// TODO: define more Kolab-specific fields such as: language, latitude, longitude, crypto settings
|
// TODO: define more Kolab-specific fields such as: language, latitude, longitude, crypto settings
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue