Widget edit link layout fixes from mdawaffe. fixes #6371

git-svn-id: https://develop.svn.wordpress.org/trunk@7964 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-05-20 19:57:38 +00:00
parent fa8adc72c6
commit 3dbf807fab
3 changed files with 24 additions and 14 deletions
+6 -2
View File
@@ -102,7 +102,7 @@ function wp_list_widgets( $show = 'all', $_search = false ) {
<li id="widget-list-item-<?php echo attribute_escape( $widget['id'] ); ?>" class="widget-list-item">
<h4 class="widget-title widget-draggable">
<?php echo $widget_title; ?>
<span><?php echo $widget_title; ?></span>
<?php if ( 'add' == $action ) : ?>
@@ -116,6 +116,8 @@ function wp_list_widgets( $show = 'all', $_search = false ) {
<?php endif; ?>
<br class="clear" />
</h4>
@@ -228,7 +230,7 @@ function wp_widget_control( $sidebar_args ) {
echo $sidebar_args['before_widget'];
?>
<div class="widget-top">
<h4 class="widget-title"><?php echo $widget_title ?>
<h4 class="widget-title"><span><?php echo $widget_title ?></span>
<?php if ( $edit ) : ?>
@@ -240,6 +242,8 @@ function wp_widget_control( $sidebar_args ) {
<?php endif; ?>
<br class="clear" />
</h4></div>
<div class="widget-control"<?php if ( $edit ) echo ' style="display: block;"'; ?>>