Index: /branches/release-39/tmpl/wizard/optional.tmpl
===================================================================
--- /branches/release-39/tmpl/wizard/optional.tmpl (revision 1309)
+++ /branches/release-39/tmpl/wizard/optional.tmpl (revision 2484)
@@ -53,5 +53,5 @@
 </div>
 
-<br /><p id="more"><a href="javascript:void(0)" onclick="hide('buttons'); hide('more'); show('settings');"><__trans phrase="Show current mail settings"></a></p>
+<br /><p id="more"><a href="javascript:void(0)" onclick="hideByID('buttons'); hideByID('more'); showByID('settings');"><__trans phrase="Show current mail settings"></a></p>
 </mt:if>
 
Index: /branches/release-39/tmpl/wizard/start.tmpl
===================================================================
--- /branches/release-39/tmpl/wizard/start.tmpl (revision 1309)
+++ /branches/release-39/tmpl/wizard/start.tmpl (revision 2484)
@@ -72,9 +72,5 @@
         .no-static-path,
         fieldset {
-/*            border: 1px solid #C60;*/
-/*            color: #C60;*/
-/*            background: #feffb4;*/
             border: 1px solid #cfdde5;
-/*            color: #666;*/
             background: #fff;
             padding: 10px;
@@ -108,54 +104,48 @@
         </style>
 
-<script type="text/javascript">
-/* <![CDATA[ */
-function getByID(n, d) {
-    if (!d) d = document;
-    if (d.getElementById)
-        return d.getElementById(n);
-    else if (d.all)
-        return d.all[n];
-}
-
-function hide(id, d) {
-    var el = getByID(id, d);
-    if (!el) return;
-    el.style.display = 'none';
-}
-/* ]]> */
-</script>
+        <script type="text/javascript">
+        /* <![CDATA[ */
+        function getByID(n, d) {
+            if (!d) d = document;
+            if (d.getElementById)
+                return d.getElementById(n);
+            else if (d.all)
+                return d.all[n];
+        }
+        /* ]]> */
+        </script>
     </mt:setvarblock>
 <mt:else>
-<mt:setvarblock name="js_include" append="1">
-<style type="text/css">
-.msg {
-    margin: 0 0 10px 0;
-    padding: 16px 10px 16px 10px;
-}
-.msg-error {
-    background-color: #FF9;
-}
-#container  div.no-static-path,
-#container #static_webpath_config {
-    display: none;
-}
-#container.bad-static-path div.no-static-path,
-#container.bad-static-path #static_webpath_config {
-    display: block;
-}
-</style>
-<script type="text/javascript">
-/* <![CDATA[ */
-function js_check() {
-    if (! openManual ) {
-        // mt.js not loading properly; static path incorrect
-        var c = getByID("container");
-        c.className = "bad-static-path";
-    }
-}
-window.onload = js_check;
-/* ]]> */
-</script>
-</mt:setvarblock>
+    <mt:setvarblock name="js_include" append="1">
+        <style type="text/css">
+        .msg {
+            margin: 0 0 10px 0;
+            padding: 16px 10px 16px 10px;
+        }
+        .msg-error {
+            background-color: #FF9;
+        }
+        #container  div.no-static-path,
+        #container #static_webpath_config {
+            display: none;
+        }
+        #container.bad-static-path div.no-static-path,
+        #container.bad-static-path #static_webpath_config {
+            display: block;
+        }
+        </style>
+        <script type="text/javascript">
+        /* <![CDATA[ */
+        function js_check() {
+            if (! openManual ) {
+                // mt.js not loading properly; static path incorrect
+                var c = getByID("container");
+                c.className = "bad-static-path";
+            }
+        }
+        window.onload = js_check;
+        /* ]]> */
+        </script>
+    </mt:setvarblock>
 </mt:unless>
 
Index: /branches/release-39/tmpl/wizard/packages.tmpl
===================================================================
--- /branches/release-39/tmpl/wizard/packages.tmpl (revision 1309)
+++ /branches/release-39/tmpl/wizard/packages.tmpl (revision 2484)
@@ -78,5 +78,6 @@
     <mtapp:statusmsg
         id="missing_db"
-        class="error">
+        class="error"
+        can_close="0">
         <__trans phrase="Missing Database Modules">
     </mtapp:statusmsg>
@@ -85,5 +86,6 @@
     <mtapp:statusmsg
         id="optional"
-        class="info">
+        class="info"
+        can_close="0">
         <__trans phrase="Missing Optional Modules">
     </mtapp:statusmsg>
@@ -92,5 +94,6 @@
     <mtapp:statusmsg
         id="required"
-        class="error">
+        class="error"
+        can_close="0">
         <__trans phrase="Missing Required Modules">
     </mtapp:statusmsg>
