Dennis1993
2013-07-26 4bf322d256d0460a2df5c03b1e173f6ccd9a6eb3
Update addressbook.html

added old frameborder Attribute for IE7 and IE8
1 files modified
2 ■■■ changed files
skins/larry/templates/addressbook.html 2 ●●● patch | view | raw | blame | history
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>