Aleksander Machniak
2016-01-16 ed1d212ae2daea5e4bd043417610177093e99f19
1
2
3
4
5
6
7
8
9
10
11
12
13
<roundcube:object name="message" id="messagestack" condition="env:task != 'login'" />
 
<script type="text/javascript">
 
// UI startup
var UI = new rcube_mail_ui();
$(document).ready(function(){
    UI.set('errortitle', '<roundcube:label name="errortitle" quoting="javascript" />');
    UI.set('toggleoptions', '<roundcube:label name="toggleadvancedoptions" quoting="javascript" />');
    UI.init();
});
 
</script>