- Fix compose window doesn't fit 1024x768 window (#1485396)
| | |
| | | CHANGELOG RoundCube Webmail |
| | | =========================== |
| | | |
| | | - Fix compose window doesn't fit 1024x768 window (#1485396) |
| | | - Fix service not available error when pressing back from compose dialog (#1485552) |
| | | - Fix using mail() on Windows (#1485779) |
| | | - Fix word wrapping in message-part's <PRE>s for printing (#1485787) |
| | |
| | | $this->_link_count++; |
| | | $this->_link_list .= "[" . $this->_link_count . "] $link\n"; |
| | | $additional = ' [' . $this->_link_count . ']'; |
| | | } elseif ( substr($link, 0, 11) == 'javascript:' ) { |
| | | // Don't count the link; ignore it |
| | | $additional = ''; |
| | | } elseif ( substr($link, 0, 11) == 'javascript:' ) { |
| | | // Don't count the link; ignore it |
| | | $additional = ''; |
| | | // what about href="#anchor" ? |
| | | } else { |
| | | $this->_link_count++; |
| | |
| | | { |
| | | position: absolute; |
| | | top: 90px; |
| | | left: 200px; |
| | | left: 190px; |
| | | right: 25px; |
| | | bottom: 30px; |
| | | margin: 0px; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-220)+'px'); |
| | | width: expression((parseInt(document.documentElement.clientWidth)-210)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-120)+'px'); |
| | | } |
| | | |