Changeset b1c97d1 in github
- Timestamp:
- Sep 12, 2008 12:57:16 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 620ca66
- Parents:
- 6cd0099
- Location:
- skins/default
- Files:
-
- 2 edited
-
mail.css (modified) (1 diff)
-
templates/printmessage.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/mail.css
rdc5b83d rb1c97d1 621 621 position: absolute; 622 622 top: 0px; 623 left: 170px; 624 right: 0px; 625 bottom: 0px; 626 border: 1px solid #999; 627 background-color: #FFF; 628 overflow: auto; 629 /* css hack for IE */ 630 width: expression((parseInt(document.documentElement.clientWidth)-220)+'px'); 631 height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); 632 } 633 634 #printmessageframe 635 { 636 position: absolute; 637 top: 0px; 623 638 left: 0px; 624 639 right: 0px; -
skins/default/templates/printmessage.html
r44aad44 rb1c97d1 9 9 <div id="header"><img src="/images/roundcube_logo_print.gif" alt="<roundcube:object name="productname" />" /></div> 10 10 11 <div id=" messageframe">11 <div id="printmessageframe"> 12 12 <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" /> 13 13 <roundcube:object name="messageAttachments" id="attachment-list" />
Note: See TracChangeset
for help on using the changeset viewer.
