annotate 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 |
rev |
line source |
0
|
1 <roundcube:object name="message" id="messagestack" condition="env:task != 'login'" />
|
|
2
|
|
3 <script type="text/javascript">
|
|
4
|
|
5 // UI startup
|
|
6 var UI = new rcube_mail_ui();
|
|
7 $(document).ready(function(){
|
|
8 UI.set('errortitle', '<roundcube:label name="errortitle" quoting="javascript" />');
|
|
9 UI.set('toggleoptions', '<roundcube:label name="toggleadvancedoptions" quoting="javascript" />');
|
|
10 UI.init();
|
|
11 });
|
|
12
|
|
13 </script>
|