# HG changeset patch # User Dan # Date 1202010245 18000 # Node ID 06415d243d097972fb0cf7049f2e9d0967050bd1 # Parent 3289e4dcb4b81af6321c1f990b841be92c2a0118 Added a heading "editing page" in page editor for visual appeal; removed use of alternate = ?> syntax in installer as it was causing problems on Win2k3 + PHP/FastCGI. (Experimentally using TortoiseHG's hgtk to commit) diff -r 3289e4dcb4b8 -r 06415d243d09 includes/clientside/static/editor.js --- a/includes/clientside/static/editor.js Sat Feb 02 22:32:09 2008 -0500 +++ b/includes/clientside/static/editor.js Sat Feb 02 22:44:05 2008 -0500 @@ -109,6 +109,9 @@ // BUILD EDITOR // + var heading = document.createElement('h3'); + heading.appendChild(document.createTextNode($lang.get('editor_msg_editor_heading'))); + // Plaintext/wikitext toggler // Only build the editor if using TinyMCE is allowed. THIS IS WEAK // AND CANNOT BE MADE ANY STRONGER. @@ -369,6 +372,7 @@ } // Put it all together... + form.appendChild(heading); if ( allow_wysiwyg ) form.appendChild(toggler); form.appendChild(preview_anchor); diff -r 3289e4dcb4b8 -r 06415d243d09 install/includes/stages/confirm.php --- a/install/includes/stages/confirm.php Sat Feb 02 22:32:09 2008 -0500 +++ b/install/includes/stages/confirm.php Sat Feb 02 22:44:05 2008 -0500 @@ -39,6 +39,6 @@ ?>