Merged revisions 1067405,1067410 via svnmerge from 
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim

........
  r1067405 | tmcguire | 2009-12-29 16:01:09 +0100 (Tue, 29 Dec 2009) | 5 lines
  
  Don't specifiy a width and height, that seems to be unnecessary.
  Now the text and links under the attachment injection div should be clickable again.
  
  kolab/issue3911
........
  r1067410 | tmcguire | 2009-12-29 16:26:19 +0100 (Tue, 29 Dec 2009) | 2 lines
  
  Revert unwanted addition of zindex, that was just for testing.
........

svn path=/trunk/KDE/kdepim/; revision=1071364
wilder-work
Thomas McGuire 16 years ago
parent b66960b035
commit 10787dd343
  1. 2
      headerstyle.cpp

@ -867,7 +867,7 @@ namespace KMail {
// attachments
headerStr +=
"<div class=\"noprint\" style=\"position: absolute; top: 60px; right: 20px; width: 200px; height: 200px;\">"
"<div class=\"noprint\" style=\"position: absolute; top: 60px; right: 20px;\">"
"<div id=\"attachmentInjectionPoint\"></div>"
"</div>\n";
}

Loading…
Cancel
Save