Bug 10.26 Beta

Discussion forum for Enterprise Edition.
Post Reply
kiamori
Posts: 329
Joined: Wed Nov 04, 2009 1:39 am
Contact:

Bug 10.26 Beta

Post by kiamori »

On compose.aspx the send button is missing "send" text.

MailEnable-Ian
Site Admin
Posts: 9738
Joined: Mon Mar 22, 2004 4:44 am
Location: Melbourne, Victoria, Australia

Re: Bug 10.26 Beta

Post by MailEnable-Ian »

Hi,

I have checked this in 10.26 on my end and cannot reproduce the issue. What web mail skin are you using and which browser are using to access web mail?
Regards,

Ian Margarone
MailEnable Support

kiamori
Posts: 329
Joined: Wed Nov 04, 2009 1:39 am
Contact:

Re: Bug 10.26 Beta

Post by kiamori »

I looked into this and it appears that in 10.26 Beta the WebAdmin-Mondo.net-tokens-en.map file is missing the [ME_TXT-Send] token, also the theme config disables the <div class="bttn_toolbar_primary_text"><%=uscToken.GetText("[ME_TXT-Send]")%></div> in edge and IE.

To solve this add the token "[ME_TXT-Send] Send" to the WebAdmin-Mondo.net-tokens-en.map file and change the code in Compose.aspx from:

<div class="bttn_toolbar_primary_text"><%=uscToken.GetText("[ME_TXT-Send]")%></div>
To:
<span class="bttn_toolbar_primary_text"><%=uscToken.GetText("[ME_TXT-Send]")%></span>

This is a temp fix and should be reverted before doing the non beta release assuming they fix the issue before then.

Post Reply