Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/label.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/label.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/label.html 2 Nov 2005 08:56:01 -0000 1.1 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/label.html 11 Nov 2005 20:32:43 -0000 1.2 @@ -17,7 +17,7 @@ document.getElementById(fields[i]).value = param[fields[i]]; } document.getElementById("f_text").focus(); -}; +} function onOK() { // pass data back to the calling window @@ -28,12 +28,12 @@ } __dlg_close(param); return false; -}; +} function onCancel() { __dlg_close(null); return false; -}; +} @@ -56,4 +56,4 @@ - + \ No newline at end of file