From 087c7dc5d2e58e4aa99f1ffdb9b8f01c6121ce1d Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 29 Jun 2010 15:27:26 -0400 Subject: [PATCH] - Improved compose screen: resizable body and attachments list, vertical splitter, options menu - Removed productname/version element, changed footer size to 20px --- skins/default/templates/settings.html | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/skins/default/templates/settings.html b/skins/default/templates/settings.html index 2e00635..0cd623f 100644 --- a/skins/default/templates/settings.html +++ b/skins/default/templates/settings.html @@ -20,7 +20,7 @@ <roundcube:include file="/includes/header.html" /> <roundcube:include file="/includes/settingstabs.html" /> -<div id="prefsscreen"> +<div id="mainscreen"> <div id="sectionslist"> <roundcube:object name="sectionslist" id="sections-table" class="records-table" cellspacing="0" /> @@ -36,8 +36,6 @@ </div> </div> - -<div id="rcmversion"><roundcube:object name="productname" /> <roundcube:object name="version" /></div> </body> </html> -- Gitblit v1.9.1