I am using IE. Hmmm....the URL I am using is http://machinename/eventum/ . When I go to the reports and get the image properties and copy and paste the full URL of the image into the browser it comes back with Page Cannot Be Found (the URL comes back with http://machinename/images/dtree/xxxx.gif, instead of http://machinename/eventum/images/dtree/xxxx.gif) . However, when I tell it to use the code below everything works. I'll research this some more and get back to you.
Thanks,
Andrew
-----Original Message-----
From: Joao Prado Maia [mailto:jpm@mysql.com]
Sent: Wed 6/2/2004 5:43 PM
To: eventum-users@stripped
Cc:
Subject: RE: Email not being sent
Andrew,
> 1. templates\en\reports\tree.tpl.html:
>
> Need to add this to the JavaScript (also the first line
> should be tree.config.useCookies, not tree.useCookies). The
> images do not show up unless you do the fix.
>
> tree.config.useCookies = false;
> tree.icon.root = {$rel_url} + 'images/dtree/base.gif';
> tree.icon.folder = {$rel_url} + 'images/dtree/folder.gif';
> tree.icon.folderOpen = {$rel_url} + 'images/dtree/folderopen.gif';
> tree.icon.node = {$rel_url} + 'images/dtree/page.gif';
> tree.icon.empty = {$rel_url} + 'images/dtree/empty.gif';
> tree.icon.line = {$rel_url} + 'images/dtree/line.gif';
> tree.icon.join= {$rel_url} + 'images/dtree/join.gif';
> tree.icon.joinBottom = {$rel_url} + 'images/dtree/joinbottom.gif';
> tree.icon.plus = {$rel_url} + 'images/dtree/plus.gif';
> tree.icon.plusBottom = {$rel_url} + 'images/dtree/plusbottom.gif';
> tree.icon.minus = {$rel_url} + 'images/dtree/minus.gif';
> tree.icon.minusBottom = {$rel_url} + 'images/dtree/minusbottom.gif';
> tree.icon.nlPlus = {$rel_url} + 'images/dtree/nolines_plus.gif';
> tree.icon.nlMinus = {$rel_url} + 'images/dtree/nolines_minus.gif';
>
Strange, the reports page works fine for me, and I have IE setup to display all possible errors and warnings. The same thing works fine on Mozilla FireFox. What browser are you using?
> 2. templates\en\manage\custom_fields.tpl.html:
>
> f.support_form_required.disabled = !(f.support_form.checked);
> if (f.support_form_required.disabled) {
> f.support_form_required.checked = false;
> }
>
Yes, this second error was fixed already in the bk repository.
--Joao
--
Eventum Users Mailing List
For list archives: http://lists.mysql.com/eventum-users
To unsubscribe: http://lists.mysql.com/eventum-users?unsub=aberman@stripped
NOTICE:
This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of this e-mail by you is prohibited.