| | |
| | | /** |
| | | * RoundCube functions for default skin interface |
| | | * Roundcube functions for default skin interface |
| | | */ |
| | | |
| | | /** |
| | |
| | | |
| | | if (uid = rcmail.message_list.get_single_selection()) |
| | | rcmail.show_message(uid, false, true); |
| | | rcmail.http_post('save-pref', '_name=preview_pane&_value=1'); |
| | | } |
| | | else { |
| | | prev_frm.hide(); |
| | |
| | | |
| | | rcmail.env.contentframe = null; |
| | | rcmail.show_contentframe(false); |
| | | rcmail.http_post('save-pref', '_name=preview_pane&_value=0'); |
| | | } |
| | | rcmail.http_post('utils/save-pref', '_name=preview_pane&_value='+(elem.checked?1:0)); |
| | | }, |
| | | |
| | | /* Message composing */ |