Fix: A dot is not supported in template variables, replaced with underline
This commit is contained in:
parent
b641848035
commit
09dbab0a2b
2 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ class calendar extends rcube_plugin
|
|||
// initialize attendees autocompletion
|
||||
rcube_autocomplete_init();
|
||||
|
||||
$this->rc->output->set_env('calendar.driver', $this->rc->config->get('calendar_driver'), false);
|
||||
$this->rc->output->set_env('calendar_driver', $this->rc->config->get('calendar_driver'), false);
|
||||
|
||||
$this->rc->output->send("calendar.calendar");
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<ul>
|
||||
<li><roundcube:button command="calendar-edit" label="calendar.edit" classAct="active" /></li>
|
||||
<li><roundcube:button command="calendar-remove" label="calendar.remove" classAct="active" /></li>
|
||||
<roundcube:if condition="env:calendar.driver == 'kolab'" />
|
||||
<roundcube:if condition="env:calendar_driver == 'kolab'" />
|
||||
<li class="separator_above"><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li>
|
||||
<roundcube:endif />
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue