Make WordPress Core


Ignore:
Timestamp:
05/24/2009 03:46:09 PM (17 years ago)
Author:
azaozz
Message:

Delete widgets when dragged back to Available Widgets, add ui.droppable.js and ui.selectable.js, see #9511

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/widgets.php

    r11427 r11445  
    328328                <div class="sidebar-name">
    329329                <div class="sidebar-name-arrow"><br /></div>
    330                 <h3><?php _e('Available Widgets'); ?></h3></div>
     330                <h3><?php _e('Available Widgets'); ?> <span id="removing-widget"><?php _e('Deactivate'); ?> <span></span></span></h3></div>
     331                <div class="widget-holder">
     332                <p class="description"><?php _e('Drag widgets from here to a sidebar on the right to activate them. Drag widgets back here to deactivate them and delete their settings.'); ?></p>
     333                <div id="widget-list">
    331334                <?php wp_list_widgets(); ?>
     335                </div>
     336                <br class='clear' />
     337                </div>
    332338                <br class="clear" />
    333339        </div>
Note: See TracChangeset for help on using the changeset viewer.