diff options
author | Dennis1993 <marvin-wegener@outlook.com> | 2013-07-26 11:19:16 +0200 |
---|---|---|
committer | Dennis1993 <marvin-wegener@outlook.com> | 2013-07-26 11:19:16 +0200 |
commit | 4bf322d256d0460a2df5c03b1e173f6ccd9a6eb3 (patch) | |
tree | 90f1c3dc836ab49247ec107543f5a5e3e584dc4d /skins/larry/templates | |
parent | 269b5bfa95d31a3b083b477e95d0485f14b8fe33 (diff) |
Update addressbook.html
added old frameborder Attribute for IE7 and IE8
Diffstat (limited to 'skins/larry/templates')
-rw-r--r-- | skins/larry/templates/addressbook.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/addressbook.html b/skins/larry/templates/addressbook.html index 36ecd4388..b33ebd999 100644 --- a/skins/larry/templates/addressbook.html +++ b/skins/larry/templates/addressbook.html @@ -69,7 +69,7 @@ <div id="contacts-box" class="uibox"> <div class="iframebox"> - <roundcube:object name="addressframe" id="contact-frame" style="width:100%; height:100%; border:none;" src="/watermark.html" /> + <roundcube:object name="addressframe" id="contact-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" /> </div> <roundcube:object name="message" id="message" class="statusbar" /> </div> |