diff options
author | alecpl <alec@alec.pl> | 2008-12-16 19:38:38 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-12-16 19:38:38 +0000 |
commit | 5a22ad8f2a688c5fe97dece21735c2256350f2df (patch) | |
tree | 576481a7eebe1928e7cf08a9a51e830a96a1c51f /skins/default/templates/mail.html | |
parent | 35c31ed638d2b7d9b1c803e5a47aab7771cfe730 (diff) |
#1485632: fix searchfilter label's for attribute
Diffstat (limited to 'skins/default/templates/mail.html')
-rw-r--r-- | 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 2ab24e202..fb887ba5e 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> |