Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Admin html editor bug? GM 2.2.4

Quote Reply
Admin html editor bug? GM 2.2.4
The html editor in admin of gmail 2.2.4 doesn't attach the image. (local)
The source of the Image Upload has this:

<script type="text/javascript">
<!--
var src = window.location.protocol + '//' + window.location.hostname + window.location.pathname + '?do=email-attach-print_inline&attach_name=inline-ab1e3f9b09fd128d25cd0dc01abe3e1c-10997_10511046_106112103&attach_id=e7da888f927587640ed58bff681de6d5;Unknown Tag: 'url_hidden'';
if (src) {
var img = document.createElement('IMG');
img.src = src;

;
;
;

The image never gets uploaded. How can this be corrected?
Additionally, the Email Templates section lists common etc as available templates for adding Welcome Mail ... should be so in my opinion... at least never saw this in 2.2.0 IIRC.

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================

Last edited by:

HyperTherm: May 1, 2005, 9:36 PM
Quote Reply
Re: [HyperTherm] Admin html editor bug? GM 2.2.4 In reply to
Everything is fine at user end html editor but Admin side the image addition does not work at all ... tried both in Firefox and IE

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================
Quote Reply
Re: [HyperTherm] Admin html editor bug? GM 2.2.4 In reply to
Try changing common/editor_image.html to use <%if url_hidden%><%url_hidden%><%endif%>.

Adrian
Quote Reply
Re: [brewt] Admin html editor bug? GM 2.2.4 In reply to
Fixed.

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================