view skins/larry/includes/footer.html @ 0:4681f974d28b

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:52:31 -0500
parents
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>