Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/link.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/link.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/link.html 2 Nov 2005 09:20:05 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/link.html 11 Nov 2005 20:32:49 -0000 1.3 @@ -12,7 +12,7 @@ function i18n(str) { return (HTMLArea._lc(str, 'HTMLArea')); -}; +} function onTargetChanged() { var f = document.getElementById("f_other_target"); @@ -21,7 +21,7 @@ f.select(); f.focus(); } else f.style.visibility = "hidden"; -}; +} function Init() { __dlg_translate('HTMLArea'); @@ -63,7 +63,7 @@ target_select.onchange = onTargetChanged; document.getElementById("f_href").focus(); document.getElementById("f_href").select(); -}; +} function onOK() { var required = { @@ -91,12 +91,12 @@ param.f_target = document.getElementById("f_other_target").value; __dlg_close(param); return false; -}; +} function onCancel() { __dlg_close(null); return false; -}; +} @@ -133,4 +133,4 @@ - + \ No newline at end of file