Ticket #1485153 (new Feature Requests)
app.js - Viewsource from preview pane
| Reported by: | rosali | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | User Interface | Version: | 0.2-alpha |
| Severity: | normal | Keywords: | |
| Cc: |
Description
please change app.js:
case 'viewsource':
var uid; if (uid = this.get_single_uid())
{ ref.sourcewin = window.open(this.env.comm_path+'&_action=viewsource&_uid='+uid+'&_mbox='+urlencode(this.env.mailbox)); if (this.sourcewin)
window.setTimeout(function(){ ref.sourcewin.focus(); }, 20);
}
break;
Don't use ... viewsource&_uid='+this.env.uid+' ...
Add onload="parent.rcmail.enable_command('viewsource',true);" onunload="parent.rcmail.enable_command('viewsource', false);"
in body tag of messsagepreview.html template
-Roland
Change History
Note: See
TracTickets for help on using
tickets.
