From 03149131f754dd122f8707fbfc9e7ff47e9d6524 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Sat, 10 Nov 2012 15:08:14 -0500 Subject: [PATCH] New feature: display attached images as thumbnails below message body --- skins/larry/templates/messagepart.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/larry/templates/messagepart.html b/skins/larry/templates/messagepart.html index db07829..e029973 100644 --- a/skins/larry/templates/messagepart.html +++ b/skins/larry/templates/messagepart.html @@ -4,7 +4,7 @@ <title><roundcube:object name="pagetitle" /></title> <roundcube:include file="/includes/links.html" /> </head> -<body class="extwin"> +<body class="partwin"> <div id="header"> <div id="topline"> -- Gitblit v1.9.1