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