Thomas Bruederli
2014-08-18 3ebac0167bf20104fb7a2a55934765117760264c
Only add zen-mode text labels in compose step
2 files modified
14 ■■■■ changed files
skins/larry/includes/footer.html 2 ●●●●● patch | view | raw | blame | history
skins/larry/templates/compose.html 12 ●●●● patch | view | raw | blame | history
skins/larry/includes/footer.html
@@ -7,8 +7,6 @@
$(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();
});
skins/larry/templates/compose.html
@@ -219,9 +219,17 @@
    </ul>
</div>
<script type="text/javascript" src="/zen-form.js"></script>
<roundcube:include file="/includes/footer.html" />
<script type="text/javascript" src="/zen-form.js"></script>
<script type="text/javascript">
$(document).ready(function() {
    UI.set('exitfullscreen', '<roundcube:label name="exitfullscreen" quoting="javascript" />');
    UI.set('switchtheme', '<roundcube:label name="switchtheme" quoting="javascript" />');
});
</script>
</body>
</html>