Make WordPress Core


Ignore:
Timestamp:
06/11/2004 06:23:12 PM (21 years ago)
Author:
jverber
Message:

Fixed invalid XHTML in a number of admin pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-add.php

    r1355 r1411  
    8484         <tr>
    8585           <th width="33%" scope="row"><?php _e('URI:') ?></th>
    86            <td width="67%"><input type="text" name="linkurl" value="<?php echo $_GET['linkurl']; ?>" style="width: 95%; /"></td>
     86           <td width="67%"><input type="text" name="linkurl" value="<?php echo $_GET['linkurl']; ?>" style="width: 95%;" /></td>
    8787         </tr>
    8888         <tr>
     
    108108            <tr>
    109109                <th width="33%" scope="row"><?php _e('rel:') ?></th>
    110                 <td width="67%"><input type="text" name="rel" id="rel" size="50" value=""></td>
     110                <td width="67%"><input type="text" name="rel" id="rel" size="50" value="" /></td>
    111111            </tr>
    112112            <tr>
     
    116116                            <th scope="row"> <?php _e('friendship') ?> </th>
    117117                            <td><label for="label">
    118                                 <input class="valinp" type="radio" name="friendship" value="acquaintance" id="label"  />
     118                                <input class="valinp" type="radio" name="friendship" value="acquaintance" id="label" />
    119119                    <?php _e('acquaintance') ?></label>
    120120                                    <label for="label2">
     
    242242             <input type="radio" name="visible" checked="checked" value="Y" />
    243243<?php _e('Yes') ?></label><br />
    244 <label><input type="radio" name="visible" value="N"> <input type="hidden" name="action" value="Add" />
     244<label><input type="radio" name="visible" value="N" /> <input type="hidden" name="action" value="Add" />
    245245<?php _e('No') ?></label></td>
    246246         </tr>
     
    255255
    256256<div class="wrap">
    257 <?php printf(__('<p>You can drag <a href="%s" title="Link add bookmarklet">Link This</a> to your toolbar and when you click it a window will pop up that will allow you to add whatever site you&#8217;re on to your links! Right now this only works on Mozilla or Netscape, but we&#8217;re working on it.</p>'), "javascript:void(linkmanpopup=window.open('" . get_settings('siteurl') . "/wp-admin/link-add.php?action=popup&linkurl='+escape(location.href)+'&name='+escape(document.title),'LinkManager','scrollbars=yes,width=750,height=550,left=15,top=15,status=yes,resizable=yes'));linkmanpopup.focus();window.focus();linkmanpopup.focus();") ?>
     257<?php printf(__('<p>You can drag <a href="%s" title="Link add bookmarklet">Link This</a> to your toolbar and when you click it a window will pop up that will allow you to add whatever site you&#8217;re on to your links! Right now this only works on Mozilla or Netscape, but we&#8217;re working on it.</p>'), "javascript:void(linkmanpopup=window.open('" . get_settings('siteurl') . "/wp-admin/link-add.php?action=popup&amp;linkurl='+escape(location.href)+'&amp;name='+escape(document.title),'LinkManager','scrollbars=yes,width=750,height=550,left=15,top=15,status=yes,resizable=yes'));linkmanpopup.focus();window.focus();linkmanpopup.focus();") ?>
    258258</div>
    259259
Note: See TracChangeset for help on using the changeset viewer.