I've stuff the template file in and the only way I can get the preview pane to show up is to comment out the requirement for this.env.enable_preview in the if statement. It doesnt appear to be getting set right. It does, however follow the user preference (this.env.preview) just fine. At any rate, minor bug. Looks great! Nice Job! :)
-Ryan
Robin Elfrink wrote:
On 24-okt-2006, at 14:33, Ryan Rittenhouse wrote:
I got a seperate pane this way but it had the RC start page with "SERVICE CURRENTLY NOT AVAILABLE!".
Oops, sorry.
I forgot to add skins/default/templates/previewmessage.html to the patch:
<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/plus.gif" summary="Message headers" /> <roundcube:object name="messageAttachments" id="attachment-list" /> <roundcube:object name="blockedObjects" id="remote-objects-message" />
<pre><roundcube:object name="messageBody" id="messagebody" showImages="true" /></pre>
I think RoundCube could more gracefully tell the user that it's just a simple missing template file.
Robin