Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/04/2011 10:17:41 PM (13 years ago)
Author:
djpaul
Message:

Add labels to 'order by' select boxes. See #3264

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/forums/index.php

    r4347 r4452  
    5656                        <li id="forums-order-select" class="last filter">
    5757
    58                             <?php _e( 'Order By:', 'buddypress' ); ?>
    59 
    60                             <select>
     58                            <label for="forums-order-by"><?php _e( 'Order By:', 'buddypress' ); ?></label>
     59                            <select id="forums-order-by">
    6160                                <option value="active"><?php _e( 'Last Active', 'buddypress' ); ?></option>
    6261                                <option value="popular"><?php _e( 'Most Posts', 'buddypress' ); ?></option>
Note: See TracChangeset for help on using the changeset viewer.