From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 17 Apr 2015 06:28:40 -0400
Subject: [PATCH] Allow preference sections to define CSS class names

---
 skins/larry/templates/folders.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/skins/larry/templates/folders.html b/skins/larry/templates/folders.html
index 3d016ca..c707d33 100644
--- a/skins/larry/templates/folders.html
+++ b/skins/larry/templates/folders.html
@@ -22,6 +22,7 @@
 	<a href="#folders" class="iconbutton search" title="<roundcube:label name='findfolders' />" tabindex="0"><roundcube:label name='findfolders' /></a>
 </h2>
 <div class="listsearchbox">
+	<roundcube:object name="folderfilter" id="folderlist-filter" />
 	<div class="searchbox" role="search" aria-labelledby="aria-label-foldersearchform">
 		<h3 id="aria-label-foldersearchform" class="voice"><roundcube:label name="arialabelfoldersearchform" /></h3>
 		<label for="foldersearch" class="voice"><roundcube:label name="arialabelsearchterms" /></label>

--
Gitblit v1.9.1