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/groups/single/forum.php

    r4322 r4452  
    3030            <li id="forums-order-select" class="last filter">
    3131
    32                 <?php _e( 'Order By:', 'buddypress' ); ?>
    33 
    34                 <select>
     32                <label for="forums-order-by"><?php _e( 'Order By:', 'buddypress' ); ?></label>
     33                <select id="forums-order-by">
    3534                    <option value="active"><?php _e( 'Last Active', 'buddypress' ); ?></option>
    3635                    <option value="popular"><?php _e( 'Most Posts', 'buddypress' ); ?></option>
Note: See TracChangeset for help on using the changeset viewer.