5 files modified
1 files added
| | |
| | | CHANGELOG RoundCube Webmail |
| | | --------------------------- |
| | | |
| | | 2006/05/01 |
| | | ---------- |
| | | - Pimped search function |
| | | - Applied prev/next patch by Leonard Bouchet |
| | | - Applied patches by Mark Bucciarelli |
| | | - Applied patch for requesting receipts by Salvatore Ansani |
| | |
| | | $mailbox = $mbox ? $this->_mod_mailbox($mbox) : $this->mailbox; |
| | | if ($str && $criteria) |
| | | { |
| | | $criteria .= " \"$str\""; |
| | | $criteria .= ' CHARSET UTF-8 "'.UTF7EncodeString($str).'"'; |
| | | return $this->_search_index($mailbox, $criteria); |
| | | } |
| | | else |
| | |
| | | position: absolute; |
| | | top: 60px; |
| | | right: 40px; |
| | | width: 200px; |
| | | width: 182px; |
| | | height: 20px; |
| | | text-align: right; |
| | | background: url('images/searchfield.gif') top left no-repeat; |
| | | } |
| | | |
| | | #quicksearchbar a |
| | | { |
| | | position: absolute; |
| | | top: 3px; |
| | | right: 4px; |
| | | text-decoration: none; |
| | | padding-left: 5px; |
| | | } |
| | | |
| | | #quicksearchbar img |
| | |
| | | |
| | | #quicksearchbox |
| | | { |
| | | width: 150px; |
| | | border: 1px solid #999999; |
| | | position: absolute; |
| | | top: 2px; |
| | | left: 20px; |
| | | width: 140px; |
| | | font-size: 11px; |
| | | padding: 0px; |
| | | border: none; |
| | | } |
| | | |
| | | |
| | | /*\*/ |
| | | html>body*#quicksearchbar { background-image: none; } |
| | | html>body*#quicksearchbar a { top: 5px; } |
| | | html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; } |
| | | /**/ |
| | | |
| | | |
| | | #rcversion |
| | | { |
| | | position: absolute; |
| | |
| | | </div> |
| | | |
| | | <div id="quicksearchbar"> |
| | | <roundcube:object name="searchform" id="quicksearchbox" /><roundcube:button command="reset-search" image="/images/icons/reset.gif" title="resetsearch" /> |
| | | <roundcube:object name="searchform" type="search" results="5" id="quicksearchbox" /><roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> |
| | | </div> |
| | | |
| | | <div id="messagecountbar"> |