Changeset 7104 for trunk/wp-admin/edit-link-form.php
- Timestamp:
- 02/29/2008 05:09:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-form.php
r7101 r7104 146 146 <h3><?php _e('Link Relationship (XFN)') ?></h3> 147 147 <div class="inside"> 148 <table class="editform" width="100%" cellspacing="2" cellpadding="5">149 <tr> 150 <th width="20%" scope="row"><?php _e('rel:') ?></th>151 <td width="80%"><input type="text" name="link_rel" id="link_rel" size="50" value="<?php echo $link->link_rel; ?>" /></td>148 <table class="editform" style="width: 100%;" cellspacing="2" cellpadding="5"> 149 <tr> 150 <th style="width: 20%;" scope="row"><?php _e('rel:') ?></th> 151 <td style="width: 80%;"><input type="text" name="link_rel" id="link_rel" size="50" value="<?php echo $link->link_rel; ?>" /></td> 152 152 </tr> 153 153 <tr> … … 259 259 <h3><?php _e('Advanced') ?></h3> 260 260 <div class="inside"> 261 <table class="editform" width="100%" cellspacing="2" cellpadding="5">262 <tr> 263 <th width="20%" scope="row"><?php _e('Image Address:') ?></th>264 <td width="80%"><input type="text" name="link_image" size="50" value="<?php echo $link->link_image; ?>" style="width: 95%" /></td>261 <table class="editform" style="width: 100%;" cellspacing="2" cellpadding="5"> 262 <tr> 263 <th style="width: 20%;" scope="row"><?php _e('Image Address:') ?></th> 264 <td style="width: 80%;"><input type="text" name="link_image" size="50" value="<?php echo $link->link_image; ?>" style="width: 95%" /></td> 265 265 </tr> 266 266 <tr>
Note: See TracChangeset
for help on using the changeset viewer.