Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/21/2010 12:55:18 PM (16 years ago)
Author:
djpaul
Message:

Second pass of WAI ARIA landmark roles for BP templates. Fixes #748.

File:
1 edited

Legend:

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

    r3306 r3460  
    99                        <?php do_action( 'bp_before_directory_groups_content' ) ?>
    1010
    11                         <div id="group-dir-search" class="dir-search">
     11                        <div id="group-dir-search" class="dir-search" role="search">
    1212                                <?php bp_directory_groups_search_form() ?>
    1313                        </div><!-- #group-dir-search -->
    1414
    15                         <div class="item-list-tabs">
     15                        <div class="item-list-tabs" role="navigation">
    1616                                <ul>
    1717                                        <li class="selected" id="groups-all"><a href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG ?>"><?php printf( __( 'All Groups (%s)', 'buddypress' ), bp_get_total_group_count() ) ?></a></li>
Note: See TracChangeset for help on using the changeset viewer.