You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

footer.html 405B

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