From 29f7b272a54ccb268148c48c2eefb00748dc2512 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 14 Aug 2014 13:33:37 -0400 Subject: [PATCH] Add Zen mode to message compose body (#1489198) using the Idered/zen-form jQuery plugin --- skins/larry/includes/footer.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/skins/larry/includes/footer.html b/skins/larry/includes/footer.html index 6cd3e62..0f00d1f 100644 --- a/skins/larry/includes/footer.html +++ b/skins/larry/includes/footer.html @@ -7,6 +7,8 @@ $(document).ready(function(){ UI.set('errortitle', '<roundcube:label name="errortitle" quoting="javascript" />'); UI.set('toggleoptions', '<roundcube:label name="toggleadvancedoptions" quoting="javascript" />'); + UI.set('exitfullscreen', '<roundcube:label name="exitfullscreen" quoting="javascript" />'); + UI.set('switchtheme', '<roundcube:label name="switchtheme" quoting="javascript" />'); UI.init(); }); -- Gitblit v1.9.1