From 5a22ad8f2a688c5fe97dece21735c2256350f2df Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 16 Dec 2008 14:38:38 -0500 Subject: [PATCH] #1485632: fix searchfilter label's for attribute --- skins/default/templates/mail.html | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 2ab24e2..fb887ba 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -130,9 +130,8 @@ </div> <div id="searchfilter"> - <label for="rcmcomposepriority"><roundcube:label name="filter" />: + <label for="rcmlistfilter"><roundcube:label name="filter" /></label>: <roundcube:object name="searchfilter" class="searchfilter" /> - </label> </div> </div> -- Gitblit v1.9.1