From: Yves K. <yku...@us...> - 2004-10-26 23:25:54
|
Update of /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/_htmlarea/popups In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1253/xwysiwyg/mod/xwysiwyg/_htmlarea/popups Modified Files: select_color.html Log Message: bugfix, color not selectable Index: select_color.html =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/_htmlarea/popups/select_color.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** select_color.html 26 Oct 2004 07:34:54 -0000 1.2 --- select_color.html 26 Oct 2004 23:25:40 -0000 1.3 *************** *** 2,9 **** <html><head><title>Select Color</title> ! <script type="text/javascript"> ! _editor_url = window.opener._editor_url; ! </script> ! <script type="text/javascript" src="' + _editor_url + 'popup.js"></script> <script type="text/javascript"> --- 2,7 ---- <html><head><title>Select Color</title> ! ! <script type="text/javascript" src="popup.js"></script> <script type="text/javascript"> |