Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/04/2011 10:33:40 PM (14 years ago)
Author:
djpaul
Message:

Add label to activity stream filters; rename those items to fit labels. See #3264

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/activity.php

    r3771 r4454  
    66
    77        <li id="activity-filter-select" class="last">
    8             <select>
    9                 <option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option>
    10                 <option value="activity_update"><?php _e( 'Show Updates', 'buddypress' ) ?></option>
     8            <label for="activity-filter-by"><?php _e( 'Show:', 'buddypress' ); ?></label>
     9            <select id="activity-filter-by">
     10                <option value="-1"><?php _e( 'Everything', 'buddypress' ) ?></option>
     11                <option value="activity_update"><?php _e( 'Updates', 'buddypress' ) ?></option>
    1112
    1213                <?php if ( bp_is_active( 'forums' ) ) : ?>
    13                     <option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option>
    14                     <option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option>
     14                    <option value="new_forum_topic"><?php _e( 'Forum Topics', 'buddypress' ) ?></option>
     15                    <option value="new_forum_post"><?php _e( 'Forum Replies', 'buddypress' ) ?></option>
    1516                <?php endif; ?>
    1617
    17                 <option value="joined_group"><?php _e( 'Show New Group Memberships', 'buddypress' ) ?></option>
     18                <option value="joined_group"><?php _e( 'Group Memberships', 'buddypress' ) ?></option>
    1819
    1920                <?php do_action( 'bp_group_activity_filter_options' ) ?>
Note: See TracChangeset for help on using the changeset viewer.