Minor bug fixes and visual enhancements
| | |
| | | $value_str = $this->_conv_case(' value="%s"', 'attrib'); |
| | | |
| | | if (!is_array($select)) |
| | | $select = array((string)$select); |
| | | $select = array($select); |
| | | |
| | | foreach ($this->options as $option) |
| | | { |
| | |
| | | this.move_messages = function(mbox) |
| | | { |
| | | // exit if current or no mailbox specified or if selection is empty |
| | | if (!mbox || !this.env.uid || mbox==this.env.mailbox) |
| | | { |
| | | if (!this.message_list || !this.message_list.get_selection().length) |
| | | if (!mbox || !this.env.uid || mbox == this.env.mailbox || !this.message_list || !this.message_list.get_selection().length) |
| | | return; |
| | | } |
| | | |
| | | var lock = false; |
| | | var add_url = '&_target_mbox='+urlencode(mbox)+'&_from='+(this.env.action ? this.env.action : ''); |
| | |
| | | #mailboxlist li.droptarget li.selected |
| | | { |
| | | background-color: #929292; |
| | | } |
| | | |
| | | #mailboxlist li.selected a, |
| | | #mailboxlist li.droptarget li.selected a |
| | | { |
| | | color: #FFF; |
| | | font-weight: bold; |
| | | } |