Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/about.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/about.html,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/about.html 4 Jun 2006 00:45:55 -0000 1.3 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/about.html 2 Feb 2007 21:05:08 -0000 1.4 @@ -44,7 +44,7 @@ var editor = null; function initDocument() { editor = window.dialogArguments; - HTMLArea = window.opener.HTMLArea; + Xinha = window.opener.Xinha; var plugins = document.getElementById("plugins"); var j = 0; @@ -92,7 +92,7 @@ for (var i = bar.firstChild; i; i = i.nextSibling) { TABS.push(i); i.__msh_tab = j; - i.onmousedown = function(ev) { selectTab(this.__msh_tab); HTMLArea._stopEvent(ev || window.event); }; + i.onmousedown = function(ev) { selectTab(this.__msh_tab); Xinha._stopEvent(ev || window.event); }; var area = document.getElementById("tab-area-" + j); if (/tab-current/.test(i.className)) { CURRENT_TAB = j; @@ -181,7 +181,7 @@ -

Xinha

+

Xinha

@@ -255,9 +255,9 @@