<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[14123] trunk/wp-admin/includes: Toggle between &quot;Show Details&quot; and &quot;
 Hide Details&quot; on GUU; Add no-js CSS class support to generic iframe header.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/14123">14123</a></dd>
<dt>Author</dt> <dd>dd32</dd>
<dt>Date</dt> <dd>2010-04-17 12:27:13 +0000 (Sat, 17 Apr 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Toggle between &quot;Show Details&quot; and &quot;Hide Details&quot; on GUU; Add no-js CSS class support to generic iframe header. Props ocean90. Fixes <a href="http://trac.wordpress.org/ticket/12919">#12919</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminincludesclasswpupgraderphp">trunk/wp-admin/includes/class-wp-upgrader.php</a></li>
<li><a href="#trunkwpadminincludestemplatephp">trunk/wp-admin/includes/template.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminincludesclasswpupgraderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/class-wp-upgrader.php (14122 => 14123)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/class-wp-upgrader.php        2010-04-17 10:30:46 UTC (rev 14122)
+++ trunk/wp-admin/includes/class-wp-upgrader.php        2010-04-17 12:27:13 UTC (rev 14123)
</span><span class="lines">@@ -1055,7 +1055,7 @@
</span><span class="cx">         function add_strings() {
</span><span class="cx">                 $this-&gt;upgrader-&gt;strings['skin_update_failed_error'] = __('An error occured while updating %1$s: &lt;strong&gt;%2$s&lt;/strong&gt;.');
</span><span class="cx">                 $this-&gt;upgrader-&gt;strings['skin_update_failed'] = __('The update of %1$s failed.');
</span><del>-                $this-&gt;upgrader-&gt;strings['skin_update_successful'] = __('%1$s updated successfully. &lt;a onclick=&quot;%2$s&quot; href=&quot;#&quot;&gt;See Details&lt;/a&gt;.');
</del><ins>+                $this-&gt;upgrader-&gt;strings['skin_update_successful'] = __('%1$s updated successfully. &lt;a onclick=&quot;%2$s&quot; href=&quot;#&quot; class=&quot;hide-if-no-js&quot;&gt;&lt;span&gt;Show Details&lt;/span&gt;&lt;span class=&quot;hidden&quot;&gt;Hide Details&lt;/span&gt;.&lt;/a&gt;');
</ins><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         function feedback($string) {
</span><span class="lines">@@ -1087,7 +1087,7 @@
</span><span class="cx">                 if ( is_string($error) &amp;&amp; isset( $this-&gt;upgrader-&gt;strings[$error] ) )
</span><span class="cx">                         $this-&gt;error = $this-&gt;upgrader-&gt;strings[$error];
</span><span class="cx"> 
</span><del>-                if ( is_wp_error($error) &amp;&amp; $error-&gt;get_error_code() ) {
</del><ins>+                if ( is_wp_error($error) ) {
</ins><span class="cx">                         foreach ( $error-&gt;get_error_messages() as $emessage ) {
</span><span class="cx">                                 if ( $error-&gt;get_error_data() )
</span><span class="cx">                                         $messages[] = $emessage . ' ' . $error-&gt;get_error_data();
</span><span class="lines">@@ -1101,7 +1101,7 @@
</span><span class="cx">         function before($title = '') {
</span><span class="cx">                 $this-&gt;in_loop = true;
</span><span class="cx">                 printf( '&lt;h4&gt;' . $this-&gt;upgrader-&gt;strings['skin_before_update_header'] . '&lt;/h4&gt;',  $title, $this-&gt;upgrader-&gt;update_current, $this-&gt;upgrader-&gt;update_count);
</span><del>-                echo '&lt;div class=&quot;update-messages&quot; style=&quot;display:none&quot; id=&quot;progress-' . esc_attr($this-&gt;upgrader-&gt;update_current) . '&quot;&gt;&lt;p&gt;';
</del><ins>+                echo '&lt;div class=&quot;update-messages hide-if-js&quot; id=&quot;progress-' . esc_attr($this-&gt;upgrader-&gt;update_current) . '&quot;&gt;&lt;p&gt;';
</ins><span class="cx">                 $this-&gt;flush_output();
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -1116,7 +1116,7 @@
</span><span class="cx">                         echo '&lt;script type=&quot;text/javascript&quot;&gt;jQuery(\'#progress-' . esc_js($this-&gt;upgrader-&gt;update_current) . '\').show();&lt;/script&gt;';
</span><span class="cx">                 }
</span><span class="cx">                 if ( !empty($this-&gt;result) &amp;&amp; !is_wp_error($this-&gt;result) ) {
</span><del>-                        echo '&lt;div class=&quot;updated&quot;&gt;&lt;p&gt;' . sprintf($this-&gt;upgrader-&gt;strings['skin_update_successful'], $title, 'jQuery(\'#progress-' . esc_js($this-&gt;upgrader-&gt;update_current) . '\').toggle(); return false;') . '&lt;/p&gt;&lt;/div&gt;';
</del><ins>+                        echo '&lt;div class=&quot;updated&quot;&gt;&lt;p&gt;' . sprintf($this-&gt;upgrader-&gt;strings['skin_update_successful'], $title, 'jQuery(\'#progress-' . esc_js($this-&gt;upgrader-&gt;update_current) . '\').toggle();jQuery(\'span\', this).toggle(); return false;') . '&lt;/p&gt;&lt;/div&gt;';
</ins><span class="cx">                 }
</span><span class="cx">                 $this-&gt;reset();
</span><span class="cx">                 $this-&gt;flush_output();
</span><span class="lines">@@ -1389,4 +1389,4 @@
</span><span class="cx">                         $this-&gt;package = $uploads['basedir'] . '/' . $this-&gt;filename;
</span><span class="cx">                 }
</span><span class="cx">         }
</span><del>-}
</del><ins>+}
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpadminincludestemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/template.php (14122 => 14123)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/template.php        2010-04-17 10:30:46 UTC (rev 14122)
+++ trunk/wp-admin/includes/template.php        2010-04-17 12:27:13 UTC (rev 14123)
</span><span class="lines">@@ -3464,6 +3464,7 @@
</span><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> function iframe_header( $title = '', $limit_styles = false ) {
</span><ins>+global $hook_suffix;
</ins><span class="cx"> ?&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
</span><span class="cx"> &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; &lt;?php do_action('admin_xml_ns'); ?&gt; &lt;?php language_attributes(); ?&gt;&gt;
</span><span class="cx"> &lt;head&gt;
</span><span class="lines">@@ -3485,9 +3486,22 @@
</span><span class="cx"> do_action('admin_print_styles');
</span><span class="cx"> do_action('admin_print_scripts');
</span><span class="cx"> do_action('admin_head');
</span><ins>+
+$admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix);
+if ( get_user_setting('mfold') == 'f' )
+        $admin_body_class .= ' folded';
</ins><span class="cx"> ?&gt;
</span><span class="cx"> &lt;/head&gt;
</span><del>-&lt;body&lt;?php if ( isset($GLOBALS['body_id']) ) echo ' id=&quot;' . $GLOBALS['body_id'] . '&quot;'; ?&gt;&gt;
</del><ins>+&lt;body&lt;?php if ( isset($GLOBALS['body_id']) ) echo ' id=&quot;' . $GLOBALS['body_id'] . '&quot;'; ?&gt;  class=&quot;wp-admin no-js&lt;?php echo apply_filters( 'admin_body_class', '' ) . &quot; $admin_body_class&quot;; ?&gt;&quot;&gt;
+&lt;script type=&quot;text/javascript&quot;&gt;
+//&lt;![CDATA[
+(function(){
+var c = document.body.className;
+c = c.replace(/no-js/, 'js');
+document.body.className = c;
+})();
+//]]&gt;
+&lt;/script&gt;
</ins><span class="cx"> &lt;?php
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>