diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-16 19:38:38 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-16 19:38:38 +0000 |
| commit | 876caf891610cb1f579cb1213dd38ac3228fc6c4 (patch) | |
| tree | 3019c732bf4ce450316561ca7413f9db6ffeaadb | |
| parent | 79b68afe9f3a20e6f3762ac14e2c9b88cbdd392e (diff) | |
#1485632: fix searchfilter label's for attribute
git-svn-id: https://svn.roundcube.net/trunk@2165 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/mail.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html index 2ab24e202..fb887ba5e 100644 --- a/roundcubemail/skins/default/templates/mail.html +++ b/roundcubemail/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> |
