summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/templates
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-19 13:55:58 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-19 13:55:58 +0000
commit8bce101d20411f8ba5e3ed8a1d445a622c2137a8 (patch)
treebad20c8256559c70016b13506b0dcd08b77e85dc /roundcubemail/skins/default/templates
parent5e39876c1d775bfb08ff099a019a358ce49712ca (diff)
Fix randomly disappearing folders list in IE (#1487704)
git-svn-id: https://svn.roundcube.net/trunk@4431 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates')
-rw-r--r--roundcubemail/skins/default/templates/addressbook.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/templates/addressbook.html b/roundcubemail/skins/default/templates/addressbook.html
index 668b309a7..d486f2fe7 100644
--- a/roundcubemail/skins/default/templates/addressbook.html
+++ b/roundcubemail/skins/default/templates/addressbook.html
@@ -40,6 +40,7 @@
<roundcube:object name="directorylist" id="directorylist" />
<roundcube:object name="groupslist" id="contactgroupslist" />
</div>
+<!--[if lte IE 7]><div></div><![endif]-->
<div class="boxfooter">
<roundcube:button command="group-create" type="link" title="newcontactgroup" class="buttonPas addgroup" classAct="button addgroup" content=" " />
<roundcube:button name="groupmenulink" id="groupmenulink" type="link" title="groupactions" class="button groupactions" onclick="rcmail_ui.show_popup('groupmenu');return false" content=" " />