Markup fixes from leftjustified. fixes #2906
git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@3977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
29091eb8a6
commit
cb66ab04dd
|
@ -87,7 +87,7 @@ function xfn_check($class, $value = '', $type = 'check') {
|
||||||
<input class="valinp" type="radio" name="friendship" value="contact" id="contact" <?php xfn_check('friendship', 'contact', 'radio'); ?> /> <?php _e('contact') ?></label>
|
<input class="valinp" type="radio" name="friendship" value="contact" id="contact" <?php xfn_check('friendship', 'contact', 'radio'); ?> /> <?php _e('contact') ?></label>
|
||||||
<label for="acquaintance">
|
<label for="acquaintance">
|
||||||
<input class="valinp" type="radio" name="friendship" value="acquaintance" id="acquaintance" <?php xfn_check('friendship', 'acquaintance', 'radio'); ?> /> <?php _e('acquaintance') ?></label>
|
<input class="valinp" type="radio" name="friendship" value="acquaintance" id="acquaintance" <?php xfn_check('friendship', 'acquaintance', 'radio'); ?> /> <?php _e('acquaintance') ?></label>
|
||||||
<label id="friend">
|
<label for="friend">
|
||||||
<input class="valinp" type="radio" name="friendship" value="friend" id="friend" <?php xfn_check('friendship', 'friend', 'radio'); ?> /> <?php _e('friend') ?></label>
|
<input class="valinp" type="radio" name="friendship" value="friend" id="friend" <?php xfn_check('friendship', 'friend', 'radio'); ?> /> <?php _e('friend') ?></label>
|
||||||
<label for="friendship">
|
<label for="friendship">
|
||||||
<input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check('friendship', '', 'radio'); ?> /> <?php _e('none') ?></label>
|
<input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check('friendship', '', 'radio'); ?> /> <?php _e('none') ?></label>
|
||||||
|
|
|
@ -351,12 +351,12 @@ foreach ($results as $row) {
|
||||||
<td><?php echo $row->show_updated == 'Y' ? __('Yes') : __('No') ?></td>
|
<td><?php echo $row->show_updated == 'Y' ? __('Yes') : __('No') ?></td>
|
||||||
<td><?php echo $row->sort_order ?></td>
|
<td><?php echo $row->sort_order ?></td>
|
||||||
<td><?php echo $row->sort_desc == 'Y' ? __('Yes') : __('No') ?></td>
|
<td><?php echo $row->sort_desc == 'Y' ? __('Yes') : __('No') ?></td>
|
||||||
<td nowrap="nowrap"><?php echo htmlentities($row->text_before_link)?> </td>
|
<td nowrap="nowrap"><?php echo wp_specialchars($row->text_before_link)?> </td>
|
||||||
<td nowrap="nowrap"><?php echo htmlentities($row->text_after_link)?> </td>
|
<td nowrap="nowrap"><?php echo wp_specialchars($row->text_after_link)?> </td>
|
||||||
<td nowrap="nowrap"><?php echo htmlentities($row->text_after_all)?></td>
|
<td nowrap="nowrap"><?php echo wp_specialchars($row->text_after_all)?></td>
|
||||||
<td><?php echo $row->list_limit ?></td>
|
<td><?php echo $row->list_limit ?></td>
|
||||||
<td><a href="link-categories.php?cat_id=<?php echo $row->cat_id?>&action=Edit" class="edit"><?php _e('Edit') ?></a></td>
|
<td><a href="link-categories.php?cat_id=<?php echo $row->cat_id?>&action=Edit" class="edit"><?php _e('Edit') ?></a></td>
|
||||||
<td><a href="<?php echo wp_nonce_url("link-categories.php?cat_id=$row->cat_id?>&action=Delete", 'delete-link-category_' . $row->cat_id) ?>" "onclick="return deleteSomething( 'link category', <?php echo $row->cat_id . ", '" . sprintf(__("You are about to delete the "%s" link category.\\n"Cancel" to stop, "OK" to delete."), js_escape($row->cat_name)); ?>' );" class="delete"><?php _e('Delete') ?></a></td>
|
<td><a href="<?php echo wp_nonce_url("link-categories.php?cat_id=$row->cat_id?>&action=Delete", 'delete-link-category_' . $row->cat_id) ?>" onclick="return deleteSomething( 'link category', <?php echo $row->cat_id . ", '" . sprintf(__("You are about to delete the "%s" link category.\\n"Cancel" to stop, "OK" to delete."), js_escape($row->cat_name)); ?>' );" class="delete"><?php _e('Delete') ?></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
++$i;
|
++$i;
|
||||||
|
@ -370,7 +370,7 @@ foreach ($results as $row) {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<form name="addcat" method="post">
|
<form name="addcat" method="post" action="">
|
||||||
<?php wp_nonce_field('add-link-category'); ?>
|
<?php wp_nonce_field('add-link-category'); ?>
|
||||||
<input type="hidden" name="action" value="addcat" />
|
<input type="hidden" name="action" value="addcat" />
|
||||||
<h2><?php _e('Add a Link Category:') ?></h2>
|
<h2><?php _e('Add a Link Category:') ?></h2>
|
||||||
|
|
|
@ -382,7 +382,7 @@ LINKS;
|
||||||
|
|
||||||
if ($show_buttons) {
|
if ($show_buttons) {
|
||||||
echo '<td><a href="link-manager.php?link_id=' . $link->link_id . '&action=linkedit" class="edit">' . __('Edit') . '</a></td>';
|
echo '<td><a href="link-manager.php?link_id=' . $link->link_id . '&action=linkedit" class="edit">' . __('Edit') . '</a></td>';
|
||||||
echo '<td><a href="' . wp_nonce_url('link-manager.php?link_id='.$link->link_id.'&action=delete', 'delete-bookmark_' . $link->link_id ) . '"'." class='delete' onclick=\"return deleteSomething( 'link', $link->link_id , '".sprintf(__("You are about to delete the "%s" bookmark to %s.\\n"Cancel" to stop, "OK" to delete."), js_escape($link->link_name), js_escape($link->link_url)).'\' );" class="delete">'.__('Delete').'</a></td>';
|
echo '<td><a href="' . wp_nonce_url('link-manager.php?link_id='.$link->link_id.'&action=delete', 'delete-bookmark_' . $link->link_id ) . '"'." class='delete' onclick=\"return deleteSomething( 'link', $link->link_id , '".sprintf(__("You are about to delete the "%s" bookmark to %s.\\n"Cancel" to stop, "OK" to delete."), js_escape($link->link_name), js_escape($link->link_url)).'\' );">'.__('Delete').'</a></td>';
|
||||||
echo '<td><input type="checkbox" name="linkcheck[]" value="' . $link->link_id . '" /></td>';
|
echo '<td><input type="checkbox" name="linkcheck[]" value="' . $link->link_id . '" /></td>';
|
||||||
} else {
|
} else {
|
||||||
echo "<td> </td><td> </td><td> </td>\n";
|
echo "<td> </td><td> </td><td> </td>\n";
|
||||||
|
|
Loading…
Reference in New Issue