alecpl
2011-02-12 c74a202b063487b1ffc20ccab541600934ad0e14
- Fix CSS error in contact details screen on IE7 (#1487775)


2 files modified
3 ■■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/default/templates/contact.html 2 ●●●●● patch | view | raw | blame | history
CHANGELOG
@@ -2,6 +2,7 @@
===========================
- Removed redundant </form> tags from contact add/edit pages
- Fix CSS error in contact details screen on IE7 (#1487775)
RELEASE 0.5.1
-------------
skins/default/templates/contact.html
@@ -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>