<!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>[15016] trunk: Custom background UI tweaks.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/15016">15016</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-05-28 00:01:59 +0000 (Fri, 28 May 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Custom background UI tweaks. Make 'Select Color' a link instead of a button, move color below the background image options, standardize screen reader text.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadmincustombackgroundphp">trunk/wp-admin/custom-background.php</a></li>
<li><a href="#trunkwpadminjscustombackgrounddevjs">trunk/wp-admin/js/custom-background.dev.js</a></li>
<li><a href="#trunkwpadminjscustombackgroundjs">trunk/wp-admin/js/custom-background.js</a></li>
<li><a href="#trunkwpincludesscriptloaderphp">trunk/wp-includes/script-loader.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadmincustombackgroundphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/custom-background.php (15015 => 15016)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/custom-background.php        2010-05-27 23:51:20 UTC (rev 15015)
+++ trunk/wp-admin/custom-background.php        2010-05-28 00:01:59 UTC (rev 15016)
</span><span class="lines">@@ -232,14 +232,6 @@
</span><span class="cx"> &lt;form method=&quot;post&quot; action=&quot;&quot;&gt;
</span><span class="cx"> &lt;table class=&quot;form-table&quot;&gt;
</span><span class="cx"> &lt;tbody&gt;
</span><del>-&lt;tr valign=&quot;top&quot;&gt;
-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e( 'Color' ); ?&gt;&lt;/th&gt;
-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'Background Color' ); ?&gt;&lt;/span&gt;&lt;/legend&gt;
-&lt;input type=&quot;text&quot; name=&quot;background-color&quot; id=&quot;background-color&quot; value=&quot;#&lt;?php echo esc_attr(get_background_color()) ?&gt;&quot; /&gt;
-&lt;input type=&quot;button&quot; class=&quot;button&quot; value=&quot;&lt;?php esc_attr_e('Select a Color'); ?&gt;&quot; id=&quot;pickcolor&quot; /&gt;
-&lt;div id=&quot;colorPickerDiv&quot; style=&quot;z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;&quot;&gt;&lt;/div&gt;
-&lt;/fieldset&gt;&lt;/td&gt;
-&lt;/tr&gt;
</del><span class="cx"> &lt;?php if ( get_background_image() ) : ?&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><span class="cx"> &lt;th scope=&quot;row&quot;&gt;&lt;?php _e( 'Position' ); ?&gt;&lt;/th&gt;
</span><span class="lines">@@ -261,7 +253,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><span class="cx"> &lt;th scope=&quot;row&quot;&gt;&lt;?php _e( 'Repeat' ); ?&gt;&lt;/th&gt;
</span><del>-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'Repeat' ); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</del><ins>+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'Background Repeat' ); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</ins><span class="cx"> &lt;label&gt;&lt;input type=&quot;radio&quot; name=&quot;background-repeat&quot; value=&quot;no-repeat&quot;&lt;?php checked('no-repeat', get_theme_mod('background_repeat', 'repeat')); ?&gt;&gt; &lt;?php _e('No Repeat'); ?&gt;&lt;/option&gt;&lt;/label&gt;
</span><span class="cx">         &lt;label&gt;&lt;input type=&quot;radio&quot; name=&quot;background-repeat&quot; value=&quot;repeat&quot;&lt;?php checked('repeat', get_theme_mod('background_repeat', 'repeat')); ?&gt;&gt; &lt;?php _e('Tile'); ?&gt;&lt;/option&gt;&lt;/label&gt;
</span><span class="cx">         &lt;label&gt;&lt;input type=&quot;radio&quot; name=&quot;background-repeat&quot; value=&quot;repeat-x&quot;&lt;?php checked('repeat-x', get_theme_mod('background_repeat', 'repeat')); ?&gt;&gt; &lt;?php _e('Tile Horizontally'); ?&gt;&lt;/option&gt;&lt;/label&gt;
</span><span class="lines">@@ -271,7 +263,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><span class="cx"> &lt;th scope=&quot;row&quot;&gt;&lt;?php _e( 'Attachment' ); ?&gt;&lt;/th&gt;
</span><del>-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'Attachment' ); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</del><ins>+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'Background Attachment' ); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</ins><span class="cx"> &lt;label&gt;
</span><span class="cx"> &lt;input name=&quot;background-attachment&quot; type=&quot;radio&quot; value=&quot;scroll&quot; &lt;?php checked('scroll', get_theme_mod('background_attachment', 'fixed')); ?&gt; /&gt;
</span><span class="cx"> &lt;?php _e('Scroll') ?&gt;
</span><span class="lines">@@ -283,6 +275,14 @@
</span><span class="cx"> &lt;/fieldset&gt;&lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;?php endif; // get_background_image() ?&gt;
</span><ins>+&lt;tr valign=&quot;top&quot;&gt;
+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e( 'Color' ); ?&gt;&lt;/th&gt;
+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'Background Color' ); ?&gt;&lt;/span&gt;&lt;/legend&gt;
+&lt;input type=&quot;text&quot; name=&quot;background-color&quot; id=&quot;background-color&quot; value=&quot;#&lt;?php echo esc_attr(get_background_color()) ?&gt;&quot; /&gt;
+&lt;a class=&quot;hide-if-no-js&quot; href=&quot;#&quot; id=&quot;pickcolor&quot;&gt;&lt;?php _e('Select a Color'); ?&gt;&lt;/a&gt;
+&lt;div id=&quot;colorPickerDiv&quot; style=&quot;z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;&quot;&gt;&lt;/div&gt;
+&lt;/fieldset&gt;&lt;/td&gt;
+&lt;/tr&gt;
</ins><span class="cx"> &lt;/tbody&gt;
</span><span class="cx"> &lt;/table&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminjscustombackgrounddevjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/custom-background.dev.js (15015 => 15016)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/custom-background.dev.js        2010-05-27 23:51:20 UTC (rev 15015)
+++ trunk/wp-admin/js/custom-background.dev.js        2010-05-28 00:01:59 UTC (rev 15016)
</span><span class="lines">@@ -9,6 +9,7 @@
</span><span class="cx"> jQuery(document).ready(function() {
</span><span class="cx">         jQuery('#pickcolor').click(function() {
</span><span class="cx">                 jQuery('#colorPickerDiv').show();
</span><ins>+                return false;
</ins><span class="cx">         });
</span><span class="cx"> 
</span><span class="cx">         jQuery('#background-color').keyup(function() {
</span></span></pre></div>
<a id="trunkwpadminjscustombackgroundjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/custom-background.js (15015 => 15016)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/custom-background.js        2010-05-27 23:51:20 UTC (rev 15015)
+++ trunk/wp-admin/js/custom-background.js        2010-05-28 00:01:59 UTC (rev 15016)
</span><span class="lines">@@ -1 +1 @@
</span><del>-var farbtastic;function pickColor(a){farbtastic.setColor(a);jQuery(&quot;#background-color&quot;).val(a);jQuery(&quot;#custom-background-image&quot;).css(&quot;background-color&quot;,a)}jQuery(document).ready(function(){jQuery(&quot;#pickcolor&quot;).click(function(){jQuery(&quot;#colorPickerDiv&quot;).show()});jQuery(&quot;#background-color&quot;).keyup(function(){var b=jQuery(&quot;#background-color&quot;).val(),a=b;if(a[0]!=&quot;#&quot;){a=&quot;#&quot;+a}a=a.replace(/[^#a-fA-F0-9]+/,&quot;&quot;);if(a!=b){jQuery(&quot;#background-color&quot;).val(a)}if(a.length==4||a.length==7){pickColor(a)}});jQuery('input[name=&quot;background-position-x&quot;]').change(function(){jQuery(&quot;#custom-background-image&quot;).css(&quot;background-position&quot;,jQuery(this).val()+&quot; top&quot;)});jQuery('select[name=&quot;background-repeat&quot;]').change(function(){jQuery(&quot;#custom-background-image&quot;).css(&quot;background-repeat&quot;,jQuery(this).val())});farbtastic=jQuery.farbtastic(&quot;#colorPickerDiv&quot;,function(a){pickColor(a)});pickColor(jQuery(&quot;#background-color&quot;).val());jQuery(document).mousedown(function(){jQuery(&quot;#colorPickerDiv&quot;).each(function(){var a=jQuery(this).css(&quot;display&quot;);if(a==&quot;block&quot;){jQuery(this).fadeOut(2)}})})});
</del><span class="cx">\ No newline at end of file
</span><ins>+var farbtastic;function pickColor(a){farbtastic.setColor(a);jQuery(&quot;#background-color&quot;).val(a);jQuery(&quot;#custom-background-image&quot;).css(&quot;background-color&quot;,a)}jQuery(document).ready(function(){jQuery(&quot;#pickcolor&quot;).click(function(){jQuery(&quot;#colorPickerDiv&quot;).show();return false});jQuery(&quot;#background-color&quot;).keyup(function(){var b=jQuery(&quot;#background-color&quot;).val(),a=b;if(a[0]!=&quot;#&quot;){a=&quot;#&quot;+a}a=a.replace(/[^#a-fA-F0-9]+/,&quot;&quot;);if(a!=b){jQuery(&quot;#background-color&quot;).val(a)}if(a.length==4||a.length==7){pickColor(a)}});jQuery('input[name=&quot;background-position-x&quot;]').change(function(){jQuery(&quot;#custom-background-image&quot;).css(&quot;background-position&quot;,jQuery(this).val()+&quot; top&quot;)});jQuery('select[name=&quot;background-repeat&quot;]').change(function(){jQuery(&quot;#custom-background-image&quot;).css(&quot;background-repeat&quot;,jQuery(this).val())});farbtastic=jQuery.farbtastic(&quot;#colorPickerDiv&quot;,function(a){pickColor(a)});pickColor(jQuery(&quot;#background-color&quot;).val());jQuery(document).mousedown(function(){jQuery(&quot;#colorPickerDiv&quot;).each(function(){var a=jQuery(this).css(&quot;display&quot;);if(a==&quot;block&quot;){jQuery(this).fadeOut(2)}})})});
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpincludesscriptloaderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/script-loader.php (15015 => 15016)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/script-loader.php        2010-05-27 23:51:20 UTC (rev 15015)
+++ trunk/wp-includes/script-loader.php        2010-05-28 00:01:59 UTC (rev 15016)
</span><span class="lines">@@ -395,7 +395,7 @@
</span><span class="cx">                         'saveAlert' =&gt; __('The changes you made will be lost if you navigate away from this page.'),
</span><span class="cx">                 ) );
</span><span class="cx"> 
</span><del>-                $scripts-&gt;add( 'custom-background', &quot;/wp-admin/js/custom-background$suffix.js&quot;, array('farbtastic'), '20100516' );
</del><ins>+                $scripts-&gt;add( 'custom-background', &quot;/wp-admin/js/custom-background$suffix.js&quot;, array('farbtastic'), '20100527' );
</ins><span class="cx">                 $scripts-&gt;add_data( 'custom-background', 'group', 1 );
</span><span class="cx">         }
</span><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>