Make WordPress Core


Ignore:
Timestamp:
11/28/2008 10:54:01 AM (16 years ago)
Author:
azaozz
Message:

Widgets background and new style buttons

File:
1 edited

Legend:

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

    r9140 r9944  
    306306                <?php if ( $control ) : ?>
    307307
    308                 <a class="widget-action widget-control-save hide-if-no-js edit alignleft" href="#save:<?php echo $id_format; ?>"><?php _e('Done'); ?></a>
     308                <a class="button widget-action widget-control-save hide-if-no-js edit alignleft" href="#save:<?php echo $id_format; ?>"><?php _e('Done'); ?></a>
    309309
    310310                <?php endif; ?>
    311311
    312                 <a class="widget-action widget-control-remove delete alignright" href="<?php echo clean_url( wp_nonce_url( add_query_arg( array( 'remove' => $id_format, 'key' => $key ) ), "remove-widget_$widget[id]" ) ); ?>"><?php _e('Remove'); ?></a>
     312                <a class="button widget-action widget-control-remove alignright" href="<?php echo clean_url( wp_nonce_url( add_query_arg( array( 'remove' => $id_format, 'key' => $key ) ), "remove-widget_$widget[id]" ) ); ?>"><?php _e('Remove'); ?></a>
    313313                <br class="clear" />
    314314            </div>
Note: See TracChangeset for help on using the changeset viewer.