<!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" />
<title>[20346] trunk/wp-admin: Make the layout of the tables on edit link screen &quot;liquid&quot; so they can be shown on the side, see #20015</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { 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 #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#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>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/20346">20346</a></dd>
<dt>Author</dt> <dd>azaozz</dd>
<dt>Date</dt> <dd>2012-04-04 02:45:30 +0000 (Wed, 04 Apr 2012)</dd>
</dl>

<h3>Log Message</h3>
<pre>Make the layout of the tables on edit link screen &quot;liquid&quot; so they can be shown on the side, see <a href="http://core.trac.wordpress.org/ticket/20015">#20015</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadmincsswpadmindevcss">trunk/wp-admin/css/wp-admin.dev.css</a></li>
<li><a href="#trunkwpadminincludesmetaboxesphp">trunk/wp-admin/includes/meta-boxes.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadmincsswpadmindevcss"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/css/wp-admin.dev.css (20345 => 20346)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/css/wp-admin.dev.css        2012-04-03 22:58:20 UTC (rev 20345)
+++ trunk/wp-admin/css/wp-admin.dev.css        2012-04-04 02:45:30 UTC (rev 20346)
</span><span class="lines">@@ -221,7 +221,9 @@
</span><span class="cx"> 
</span><span class="cx"> input[type=&quot;checkbox&quot;],
</span><span class="cx"> input[type=&quot;radio&quot;] {
</span><del>-        vertical-align: text-bottom;
</del><ins>+        vertical-align: text-top;
+        padding: 0;
+        margin: 1px 0 0;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> input[type=&quot;search&quot;] {
</span><span class="lines">@@ -2030,6 +2032,10 @@
</span><span class="cx">         user-select: none;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.stuffbox h3 {
+        cursor: auto;
+}
+
</ins><span class="cx"> .postbox .inside,
</span><span class="cx"> .stuffbox .inside {
</span><span class="cx">         padding: 0 10px;
</span><span class="lines">@@ -3427,7 +3433,38 @@
</span><span class="cx">         text-decoration: underline;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+/* links tables */
+table.links-table {
+        width: 100%;
+}
</ins><span class="cx"> 
</span><ins>+.links-table th {
+        font-weight: normal;
+        text-align: left;
+        vertical-align: top;
+        min-width: 80px;
+        width: 20%;
+        word-wrap: break-word;
+}
+
+.links-table th,
+.links-table td {
+        padding: 5px 0;
+}
+
+.links-table td label {
+        margin-right: 8px;
+}
+
+.links-table td input[type=&quot;text&quot;],
+.links-table td textarea {
+        width: 100%;
+}
+
+.links-table #link_rel {
+        max-width: 280px;
+}
+
</ins><span class="cx"> /*------------------------------------------------------------------------------
</span><span class="cx">   14.0 - Media Screen
</span><span class="cx"> ------------------------------------------------------------------------------*/
</span></span></pre></div>
<a id="trunkwpadminincludesmetaboxesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/meta-boxes.php (20345 => 20346)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/meta-boxes.php        2012-04-03 22:58:20 UTC (rev 20345)
+++ trunk/wp-admin/includes/meta-boxes.php        2012-04-04 02:45:30 UTC (rev 20346)
</span><span class="lines">@@ -759,111 +759,110 @@
</span><span class="cx">  */
</span><span class="cx"> function link_xfn_meta_box($link) {
</span><span class="cx"> ?&gt;
</span><del>-&lt;table class=&quot;editform&quot; style=&quot;width: 100%;&quot; cellspacing=&quot;2&quot; cellpadding=&quot;5&quot;&gt;
</del><ins>+&lt;table class=&quot;links-table&quot; cellspacing=&quot;0&quot;&gt;
</ins><span class="cx">         &lt;tr&gt;
</span><del>-                &lt;th style=&quot;width: 20%;&quot; scope=&quot;row&quot;&gt;&lt;label for=&quot;link_rel&quot;&gt;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('rel:') ?&gt;&lt;/label&gt;&lt;/th&gt;
-                &lt;td style=&quot;width: 80%;&quot;&gt;&lt;input type=&quot;text&quot; name=&quot;link_rel&quot; id=&quot;link_rel&quot; size=&quot;50&quot; value=&quot;&lt;?php echo ( isset( $link-&gt;link_rel ) ? esc_attr($link-&gt;link_rel) : ''); ?&gt;&quot; /&gt;&lt;/td&gt;
</del><ins>+                &lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;link_rel&quot;&gt;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('rel:') ?&gt;&lt;/label&gt;&lt;/th&gt;
+                &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;link_rel&quot; id=&quot;link_rel&quot; value=&quot;&lt;?php echo ( isset( $link-&gt;link_rel ) ? esc_attr($link-&gt;link_rel) : ''); ?&gt;&quot; /&gt;&lt;/td&gt;
</ins><span class="cx">         &lt;/tr&gt;
</span><span class="cx">         &lt;tr&gt;
</span><del>-                &lt;td colspan=&quot;2&quot;&gt;
-                        &lt;table cellpadding=&quot;3&quot; cellspacing=&quot;5&quot; class=&quot;form-table&quot;&gt;
-                                &lt;tr&gt;
-                                        &lt;th scope=&quot;row&quot;&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('identity') ?&gt; &lt;/th&gt;
-                                        &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('identity') ?&gt; &lt;/span&gt;&lt;/legend&gt;
-                                                &lt;label for=&quot;me&quot;&gt;
-                                                &lt;input type=&quot;checkbox&quot; name=&quot;identity&quot; value=&quot;me&quot; id=&quot;me&quot; &lt;?php xfn_check('identity', 'me'); ?&gt; /&gt;
-                                                &lt;?php _e('another web address of mine') ?&gt;&lt;/label&gt;
-                                        &lt;/fieldset&gt;&lt;/td&gt;
-                                &lt;/tr&gt;
-                                &lt;tr&gt;
-                                        &lt;th scope=&quot;row&quot;&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friendship') ?&gt; &lt;/th&gt;
-                                        &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friendship') ?&gt; &lt;/span&gt;&lt;/legend&gt;
-                                                &lt;label for=&quot;contact&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;friendship&quot; value=&quot;contact&quot; id=&quot;contact&quot; &lt;?php xfn_check('friendship', 'contact'); ?&gt; /&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('contact') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;acquaintance&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;friendship&quot; value=&quot;acquaintance&quot; id=&quot;acquaintance&quot; &lt;?php xfn_check('friendship', 'acquaintance'); ?&gt; /&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('acquaintance') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;friend&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;friendship&quot; value=&quot;friend&quot; id=&quot;friend&quot; &lt;?php xfn_check('friendship', 'friend'); ?&gt; /&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friend') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;friendship&quot;&gt;
-                                                &lt;input name=&quot;friendship&quot; type=&quot;radio&quot; class=&quot;valinp&quot; value=&quot;&quot; id=&quot;friendship&quot; &lt;?php xfn_check('friendship'); ?&gt; /&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?&gt;&lt;/label&gt;
-                                        &lt;/fieldset&gt;&lt;/td&gt;
-                                &lt;/tr&gt;
-                                &lt;tr&gt;
-                                        &lt;th scope=&quot;row&quot;&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('physical') ?&gt; &lt;/th&gt;
-                                        &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('physical') ?&gt; &lt;/span&gt;&lt;/legend&gt;
-                                                &lt;label for=&quot;met&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;physical&quot; value=&quot;met&quot; id=&quot;met&quot; &lt;?php xfn_check('physical', 'met'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('met') ?&gt;&lt;/label&gt;
-                                        &lt;/fieldset&gt;&lt;/td&gt;
-                                &lt;/tr&gt;
-                                &lt;tr&gt;
-                                        &lt;th scope=&quot;row&quot;&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('professional') ?&gt; &lt;/th&gt;
-                                        &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('professional') ?&gt; &lt;/span&gt;&lt;/legend&gt;
-                                                &lt;label for=&quot;co-worker&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;professional&quot; value=&quot;co-worker&quot; id=&quot;co-worker&quot; &lt;?php xfn_check('professional', 'co-worker'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-worker') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;colleague&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;professional&quot; value=&quot;colleague&quot; id=&quot;colleague&quot; &lt;?php xfn_check('professional', 'colleague'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('colleague') ?&gt;&lt;/label&gt;
-                                        &lt;/fieldset&gt;&lt;/td&gt;
-                                &lt;/tr&gt;
-                                &lt;tr&gt;
-                                        &lt;th scope=&quot;row&quot;&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('geographical') ?&gt; &lt;/th&gt;
-                                        &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('geographical') ?&gt; &lt;/span&gt;&lt;/legend&gt;
-                                                &lt;label for=&quot;co-resident&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;geographical&quot; value=&quot;co-resident&quot; id=&quot;co-resident&quot; &lt;?php xfn_check('geographical', 'co-resident'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-resident') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;neighbor&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;geographical&quot; value=&quot;neighbor&quot; id=&quot;neighbor&quot; &lt;?php xfn_check('geographical', 'neighbor'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('neighbor') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;geographical&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;geographical&quot; value=&quot;&quot; id=&quot;geographical&quot; &lt;?php xfn_check('geographical'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?&gt;&lt;/label&gt;
-                                        &lt;/fieldset&gt;&lt;/td&gt;
-                                &lt;/tr&gt;
-                                &lt;tr&gt;
-                                        &lt;th scope=&quot;row&quot;&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('family') ?&gt; &lt;/th&gt;
-                                        &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('family') ?&gt; &lt;/span&gt;&lt;/legend&gt;
-                                                &lt;label for=&quot;child&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;family&quot; value=&quot;child&quot; id=&quot;child&quot; &lt;?php xfn_check('family', 'child'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('child') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;kin&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;family&quot; value=&quot;kin&quot; id=&quot;kin&quot; &lt;?php xfn_check('family', 'kin'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('kin') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;parent&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;family&quot; value=&quot;parent&quot; id=&quot;parent&quot; &lt;?php xfn_check('family', 'parent'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('parent') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;sibling&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;family&quot; value=&quot;sibling&quot; id=&quot;sibling&quot; &lt;?php xfn_check('family', 'sibling'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sibling') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;spouse&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;family&quot; value=&quot;spouse&quot; id=&quot;spouse&quot; &lt;?php xfn_check('family', 'spouse'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('spouse') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;family&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;family&quot; value=&quot;&quot; id=&quot;family&quot; &lt;?php xfn_check('family'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?&gt;&lt;/label&gt;
-                                        &lt;/fieldset&gt;&lt;/td&gt;
-                                &lt;/tr&gt;
-                                &lt;tr&gt;
-                                        &lt;th scope=&quot;row&quot;&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('romantic') ?&gt; &lt;/th&gt;
-                                        &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('romantic') ?&gt; &lt;/span&gt;&lt;/legend&gt;
-                                                &lt;label for=&quot;muse&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;romantic&quot; value=&quot;muse&quot; id=&quot;muse&quot; &lt;?php xfn_check('romantic', 'muse'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('muse') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;crush&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;romantic&quot; value=&quot;crush&quot; id=&quot;crush&quot; &lt;?php xfn_check('romantic', 'crush'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('crush') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;date&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;romantic&quot; value=&quot;date&quot; id=&quot;date&quot; &lt;?php xfn_check('romantic', 'date'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('date') ?&gt;&lt;/label&gt;
-                                                &lt;label for=&quot;romantic&quot;&gt;
-                                                &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;romantic&quot; value=&quot;sweetheart&quot; id=&quot;romantic&quot; &lt;?php xfn_check('romantic', 'sweetheart'); ?&gt; /&gt;
-                                                &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sweetheart') ?&gt;&lt;/label&gt;
-                                        &lt;/fieldset&gt;&lt;/td&gt;
-                                &lt;/tr&gt;
-                        &lt;/table&gt;
-                &lt;/td&gt;
</del><ins>+                &lt;th scope=&quot;row&quot;&gt;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('identity') ?&gt;&lt;/th&gt;
+                &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('identity') ?&gt;&lt;/span&gt;&lt;/legend&gt;
+                        &lt;label for=&quot;me&quot;&gt;
+                        &lt;input type=&quot;checkbox&quot; name=&quot;identity&quot; value=&quot;me&quot; id=&quot;me&quot; &lt;?php xfn_check('identity', 'me'); ?&gt; /&gt;
+                        &lt;?php _e('another web address of mine') ?&gt;&lt;/label&gt;
+                &lt;/fieldset&gt;&lt;/td&gt;
</ins><span class="cx">         &lt;/tr&gt;
</span><ins>+        &lt;tr&gt;
+                &lt;th scope=&quot;row&quot;&gt;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friendship') ?&gt;&lt;/th&gt;
+                &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friendship') ?&gt;&lt;/span&gt;&lt;/legend&gt;
+                        &lt;label for=&quot;contact&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;friendship&quot; value=&quot;contact&quot; id=&quot;contact&quot; &lt;?php xfn_check('friendship', 'contact'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('contact') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;acquaintance&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;friendship&quot; value=&quot;acquaintance&quot; id=&quot;acquaintance&quot; &lt;?php xfn_check('friendship', 'acquaintance'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('acquaintance') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;friend&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;friendship&quot; value=&quot;friend&quot; id=&quot;friend&quot; &lt;?php xfn_check('friendship', 'friend'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friend') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;friendship&quot;&gt;
+                        &lt;input name=&quot;friendship&quot; type=&quot;radio&quot; class=&quot;valinp&quot; value=&quot;&quot; id=&quot;friendship&quot; &lt;?php xfn_check('friendship'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?&gt;
+                        &lt;/label&gt;
+                &lt;/fieldset&gt;&lt;/td&gt;
+        &lt;/tr&gt;
+        &lt;tr&gt;
+                &lt;th scope=&quot;row&quot;&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('physical') ?&gt; &lt;/th&gt;
+                &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('physical') ?&gt;&lt;/span&gt;&lt;/legend&gt;
+                        &lt;label for=&quot;met&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;physical&quot; value=&quot;met&quot; id=&quot;met&quot; &lt;?php xfn_check('physical', 'met'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('met') ?&gt;
+                        &lt;/label&gt;
+                &lt;/fieldset&gt;&lt;/td&gt;
+        &lt;/tr&gt;
+        &lt;tr&gt;
+                &lt;th scope=&quot;row&quot;&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('professional') ?&gt; &lt;/th&gt;
+                &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('professional') ?&gt;&lt;/span&gt;&lt;/legend&gt;
+                        &lt;label for=&quot;co-worker&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;professional&quot; value=&quot;co-worker&quot; id=&quot;co-worker&quot; &lt;?php xfn_check('professional', 'co-worker'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-worker') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;colleague&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;professional&quot; value=&quot;colleague&quot; id=&quot;colleague&quot; &lt;?php xfn_check('professional', 'colleague'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('colleague') ?&gt;
+                        &lt;/label&gt;
+                &lt;/fieldset&gt;&lt;/td&gt;
+        &lt;/tr&gt;
+        &lt;tr&gt;
+                &lt;th scope=&quot;row&quot;&gt;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('geographical') ?&gt;&lt;/th&gt;
+                &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('geographical') ?&gt; &lt;/span&gt;&lt;/legend&gt;
+                        &lt;label for=&quot;co-resident&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;geographical&quot; value=&quot;co-resident&quot; id=&quot;co-resident&quot; &lt;?php xfn_check('geographical', 'co-resident'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-resident') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;neighbor&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;geographical&quot; value=&quot;neighbor&quot; id=&quot;neighbor&quot; &lt;?php xfn_check('geographical', 'neighbor'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('neighbor') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;geographical&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;geographical&quot; value=&quot;&quot; id=&quot;geographical&quot; &lt;?php xfn_check('geographical'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?&gt;
+                        &lt;/label&gt;
+                &lt;/fieldset&gt;&lt;/td&gt;
+        &lt;/tr&gt;
+        &lt;tr&gt;
+                &lt;th scope=&quot;row&quot;&gt;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('family') ?&gt;&lt;/th&gt;
+                &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('family') ?&gt; &lt;/span&gt;&lt;/legend&gt;
+                        &lt;label for=&quot;child&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;family&quot; value=&quot;child&quot; id=&quot;child&quot; &lt;?php xfn_check('family', 'child'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('child') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;kin&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;family&quot; value=&quot;kin&quot; id=&quot;kin&quot; &lt;?php xfn_check('family', 'kin'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('kin') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;parent&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;family&quot; value=&quot;parent&quot; id=&quot;parent&quot; &lt;?php xfn_check('family', 'parent'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('parent') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;sibling&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;family&quot; value=&quot;sibling&quot; id=&quot;sibling&quot; &lt;?php xfn_check('family', 'sibling'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sibling') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;spouse&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;family&quot; value=&quot;spouse&quot; id=&quot;spouse&quot; &lt;?php xfn_check('family', 'spouse'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('spouse') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;family&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;radio&quot; name=&quot;family&quot; value=&quot;&quot; id=&quot;family&quot; &lt;?php xfn_check('family'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?&gt;
+                        &lt;/label&gt;
+                &lt;/fieldset&gt;&lt;/td&gt;
+        &lt;/tr&gt;
+        &lt;tr&gt;
+                &lt;th scope=&quot;row&quot;&gt;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('romantic') ?&gt;&lt;/th&gt;
+                &lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt; &lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('romantic') ?&gt; &lt;/span&gt;&lt;/legend&gt;
+                        &lt;label for=&quot;muse&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;romantic&quot; value=&quot;muse&quot; id=&quot;muse&quot; &lt;?php xfn_check('romantic', 'muse'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('muse') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;crush&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;romantic&quot; value=&quot;crush&quot; id=&quot;crush&quot; &lt;?php xfn_check('romantic', 'crush'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('crush') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;date&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;romantic&quot; value=&quot;date&quot; id=&quot;date&quot; &lt;?php xfn_check('romantic', 'date'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('date') ?&gt;
+                        &lt;/label&gt;
+                        &lt;label for=&quot;romantic&quot;&gt;
+                        &lt;input class=&quot;valinp&quot; type=&quot;checkbox&quot; name=&quot;romantic&quot; value=&quot;sweetheart&quot; id=&quot;romantic&quot; &lt;?php xfn_check('romantic', 'sweetheart'); ?&gt; /&gt;&amp;nbsp;&lt;?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sweetheart') ?&gt;
+                        &lt;/label&gt;
+                &lt;/fieldset&gt;&lt;/td&gt;
+        &lt;/tr&gt;
+
</ins><span class="cx"> &lt;/table&gt;
</span><span class="cx"> &lt;p&gt;&lt;?php _e('If the link is to a person, you can specify your relationship with them using the above form. If you would like to learn more about the idea check out &lt;a href=&quot;http://gmpg.org/xfn/&quot;&gt;XFN&lt;/a&gt;.'); ?&gt;&lt;/p&gt;
</span><span class="cx"> &lt;?php
</span><span class="lines">@@ -878,28 +877,28 @@
</span><span class="cx">  */
</span><span class="cx"> function link_advanced_meta_box($link) {
</span><span class="cx"> ?&gt;
</span><del>-&lt;table class=&quot;form-table&quot; style=&quot;width: 100%;&quot; cellspacing=&quot;2&quot; cellpadding=&quot;5&quot;&gt;
-        &lt;tr class=&quot;form-field&quot;&gt;
-                &lt;th valign=&quot;top&quot;  scope=&quot;row&quot;&gt;&lt;label for=&quot;link_image&quot;&gt;&lt;?php _e('Image Address') ?&gt;&lt;/label&gt;&lt;/th&gt;
-                &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;link_image&quot; class=&quot;code&quot; id=&quot;link_image&quot; size=&quot;50&quot; value=&quot;&lt;?php echo ( isset( $link-&gt;link_image ) ? esc_attr($link-&gt;link_image) : ''); ?&gt;&quot; style=&quot;width: 95%&quot; /&gt;&lt;/td&gt;
</del><ins>+&lt;table class=&quot;links-table&quot; cellpadding=&quot;0&quot;&gt;
+        &lt;tr&gt;
+                &lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;link_image&quot;&gt;&lt;?php _e('Image Address') ?&gt;&lt;/label&gt;&lt;/th&gt;
+                &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;link_image&quot; class=&quot;code&quot; id=&quot;link_image&quot; value=&quot;&lt;?php echo ( isset( $link-&gt;link_image ) ? esc_attr($link-&gt;link_image) : ''); ?&gt;&quot; /&gt;&lt;/td&gt;
</ins><span class="cx">         &lt;/tr&gt;
</span><del>-        &lt;tr class=&quot;form-field&quot;&gt;
-                &lt;th valign=&quot;top&quot;  scope=&quot;row&quot;&gt;&lt;label for=&quot;rss_uri&quot;&gt;&lt;?php _e('RSS Address') ?&gt;&lt;/label&gt;&lt;/th&gt;
-                &lt;td&gt;&lt;input name=&quot;link_rss&quot; class=&quot;code&quot; type=&quot;text&quot; id=&quot;rss_uri&quot; value=&quot;&lt;?php echo ( isset( $link-&gt;link_rss ) ? esc_attr($link-&gt;link_rss) : ''); ?&gt;&quot; size=&quot;50&quot; style=&quot;width: 95%&quot; /&gt;&lt;/td&gt;
</del><ins>+        &lt;tr&gt;
+                &lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;rss_uri&quot;&gt;&lt;?php _e('RSS Address') ?&gt;&lt;/label&gt;&lt;/th&gt;
+                &lt;td&gt;&lt;input name=&quot;link_rss&quot; class=&quot;code&quot; type=&quot;text&quot; id=&quot;rss_uri&quot; value=&quot;&lt;?php echo ( isset( $link-&gt;link_rss ) ? esc_attr($link-&gt;link_rss) : ''); ?&gt;&quot; /&gt;&lt;/td&gt;
</ins><span class="cx">         &lt;/tr&gt;
</span><del>-        &lt;tr class=&quot;form-field&quot;&gt;
-                &lt;th valign=&quot;top&quot;  scope=&quot;row&quot;&gt;&lt;label for=&quot;link_notes&quot;&gt;&lt;?php _e('Notes') ?&gt;&lt;/label&gt;&lt;/th&gt;
-                &lt;td&gt;&lt;textarea name=&quot;link_notes&quot; id=&quot;link_notes&quot; cols=&quot;50&quot; rows=&quot;10&quot; style=&quot;width: 95%&quot;&gt;&lt;?php echo ( isset( $link-&gt;link_notes ) ? $link-&gt;link_notes : ''); // textarea_escaped ?&gt;&lt;/textarea&gt;&lt;/td&gt;
</del><ins>+        &lt;tr&gt;
+                &lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;link_notes&quot;&gt;&lt;?php _e('Notes') ?&gt;&lt;/label&gt;&lt;/th&gt;
+                &lt;td&gt;&lt;textarea name=&quot;link_notes&quot; id=&quot;link_notes&quot; rows=&quot;10&quot;&gt;&lt;?php echo ( isset( $link-&gt;link_notes ) ? $link-&gt;link_notes : ''); // textarea_escaped ?&gt;&lt;/textarea&gt;&lt;/td&gt;
</ins><span class="cx">         &lt;/tr&gt;
</span><del>-        &lt;tr class=&quot;form-field&quot;&gt;
-                &lt;th valign=&quot;top&quot;  scope=&quot;row&quot;&gt;&lt;label for=&quot;link_rating&quot;&gt;&lt;?php _e('Rating') ?&gt;&lt;/label&gt;&lt;/th&gt;
</del><ins>+        &lt;tr&gt;
+                &lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;link_rating&quot;&gt;&lt;?php _e('Rating') ?&gt;&lt;/label&gt;&lt;/th&gt;
</ins><span class="cx">                 &lt;td&gt;&lt;select name=&quot;link_rating&quot; id=&quot;link_rating&quot; size=&quot;1&quot;&gt;
</span><span class="cx">                 &lt;?php
</span><del>-                        for ($r = 0; $r &lt;= 10; $r++) {
-                                echo('            &lt;option value=&quot;'. esc_attr($r) .'&quot; ');
-                                if ( isset($link-&gt;link_rating) &amp;&amp; $link-&gt;link_rating == $r)
-                                        echo 'selected=&quot;selected&quot;';
-                                echo('&gt;'.$r.'&lt;/option&gt;');
</del><ins>+                        for ( $r = 0; $r &lt;= 10; $r++ ) {
+                                echo '&lt;option value=&quot;' . $r . '&quot;';
+                                if ( isset($link-&gt;link_rating) &amp;&amp; $link-&gt;link_rating == $r )
+                                        echo ' selected=&quot;selected&quot;';
+                                echo('&gt;' . $r . '&lt;/option&gt;');
</ins><span class="cx">                         }
</span><span class="cx">                 ?&gt;&lt;/select&gt;&amp;nbsp;&lt;?php _e('(Leave at 0 for no rating.)') ?&gt;
</span><span class="cx">                 &lt;/td&gt;
</span></span></pre>
</div>
</div>

</body>
</html>