view skins/larry/includes/footer.html @ 7:65fd7d441cf1

x
author Charlie Root
date Sat, 29 Dec 2018 06:32:49 -0500
parents 4681f974d28b
children bf99236cc5cd
line wrap: on
line source

<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>