Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/01/2010 11:04:53 PM (14 years ago)
Author:
djpaul
Message:

Fix members widget "newest" filter. Also moves the position of the CSS spinner to the right of the text to match the rest of BP-Default.
Remove unused v1.1-era CSS file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-widgets.php

    r3317 r3336  
    3232        <?php if ( bp_has_groups( 'type=' . $instance['group_default'] . '&max=' . $instance['max_groups'] ) ) : ?>
    3333            <div class="item-options" id="groups-list-options">
    34                 <span class="ajax-loader" id="ajax-loader-groups"></span>
    3534                <a href="<?php echo site_url() . '/' . $bp->groups->slug ?>" id="newest-groups"<?php if ( $instance['group_default'] == 'newest' ) : ?> class="selected"<?php endif; ?>><?php _e("Newest", 'buddypress') ?></a> |
    3635                <a href="<?php echo site_url() . '/' . $bp->groups->slug ?>" id="recently-active-groups"<?php if ( $instance['group_default'] == 'active' ) : ?> class="selected"<?php endif; ?>><?php _e("Active", 'buddypress') ?></a> |
    3736                <a href="<?php echo site_url() . '/' . $bp->groups->slug ?>" id="popular-groups" <?php if ( $instance['group_default'] == 'popular' ) : ?> class="selected"<?php endif; ?>><?php _e("Popular", 'buddypress') ?></a>
     37                <span class="ajax-loader" id="ajax-loader-groups"></span>
    3838            </div>
    3939
Note: See TracChangeset for help on using the changeset viewer.