Fix use of removed Roundcube function aliases, small css improvements

This commit is contained in:
Aleksander Machniak 2015-11-06 11:36:11 +01:00
parent 423979d63f
commit 13bc3a77e5
4 changed files with 9 additions and 3 deletions

View file

@ -302,7 +302,7 @@ class calendar extends rcube_plugin
$this->rc->output->add_label('libcalendaring.itipaccepted','libcalendaring.itiptentative','libcalendaring.itipdeclined','libcalendaring.itipdelegated','libcalendaring.expandattendeegroup','libcalendaring.expandattendeegroupnodata');
// initialize attendees autocompletion
rcube_autocomplete_init();
$this->rc->autocomplete_init();
$this->rc->output->set_env('timezone', $this->timezone->getName());
$this->rc->output->set_env('calendar_driver', $this->rc->config->get('calendar_driver'), false);

View file

@ -607,7 +607,7 @@ class calendar_ui
$attrib['id'] = 'rcmUploadForm';
// Get max filesize, enable upload progress bar
$max_filesize = rcube_upload_init();
$max_filesize = $this->rc->upload_init();
$button = new html_inputfield(array('type' => 'button'));
$input = new html_inputfield(array(

View file

@ -453,7 +453,8 @@ pre {
#calendars .searchresults .boxtitle {
background: none;
padding: 2px 8px 2px 8px;
padding: 2px 8px;
border-radius: 0;
}
#calendars .searchresults .listing li {

View file

@ -94,6 +94,11 @@
background-color: #c7e3ef;
}
#directorylistbox .searchresults .boxtitle {
padding: 2px 8px;
border-radius: 0;
}
#directorylist li.addressbook.readonly,
#directorylist li.addressbook.shared,
#directorylist li.addressbook.other {