Skip to content

Commit

Permalink
- Fix CSS error in contact details screen on IE7 (#1487775)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Feb 12, 2011
1 parent 1fb14bd commit c74a202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -2,6 +2,7 @@ CHANGELOG Roundcube Webmail
===========================

- Removed redundant </form> tags from contact add/edit pages
- Fix CSS error in contact details screen on IE7 (#1487775)

RELEASE 0.5.1
-------------
Expand Down
2 changes: 2 additions & 0 deletions skins/default/templates/contact.html
Expand Up @@ -9,7 +9,9 @@

<div id="contact-title" class="boxtitle"><roundcube:label name="contactproperties" /></div>
<div id="contact-details" class="boxcontent">
<div>
<roundcube:object name="contactdetails" />
</div>
<p>
<roundcube:button command="edit" type="input" class="button" label="editcontact" condition="!ENV:readonly" />
</p>
Expand Down

0 comments on commit c74a202

Please sign in to comment.