Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/01/2010 09:13:32 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Add id's to keep consistency with other component directories

File:
1 edited

Legend:

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

    r2488 r2506  
    66        <div class="padder">
    77
    8         <form action="" method="post" class="dir-form">
     8        <form action="" method="post" id="forums-search-form" class="dir-form">
    99            <h3><?php _e( 'Group Forums Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() ) : ?> &nbsp;<a class="button" href="#new-topic" id="new-topic-button"><?php _e( 'New Topic', 'buddypress' ) ?></a><?php endif; ?></h3>
    1010
     
    6666            </div>
    6767
    68         <form action="" method="post" class="dir-form">
     68        <form action="" method="post" id="forums-directory-form" class="dir-form">
    6969
    7070            <div class="item-list-tabs">
Note: See TracChangeset for help on using the changeset viewer.