Skip to:
Content

BuddyPress.org

Ticket #6618: 6618-forums-index-for.patch

File 6618-forums-index-for.patch, 1.4 KB (added by mercime, 10 years ago)
  • src/bp-templates/bp-legacy/buddypress/forums/index.php

     
    156156                                        /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
    157157                                        do_action( 'template_notices' ); ?>
    158158
    159                                         <label><?php _e( 'Title:', 'buddypress' ); ?></label>
     159                                        <label for="topic_title"><?php _e( 'Title:', 'buddypress' ); ?></label>
    160160                                        <input type="text" name="topic_title" id="topic_title" value="" maxlength="100" />
    161161
    162                                         <label><?php _e( 'Content:', 'buddypress' ); ?></label>
     162                                        <label for="topic_text"><?php _e( 'Content:', 'buddypress' ); ?></label>
    163163                                        <textarea name="topic_text" id="topic_text"></textarea>
    164164
    165                                         <label><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label>
     165                                        <label for="topic_tags"><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label>
    166166                                        <input type="text" name="topic_tags" id="topic_tags" value="" />
    167167
    168                                         <label><?php _e( 'Post In Group Forum:', 'buddypress' ); ?></label>
     168                                        <label for="topic_group_id"><?php _e( 'Post In Group Forum:', 'buddypress' ); ?></label>
    169169                                        <select id="topic_group_id" name="topic_group_id">
    170170
    171171                                                <option value=""><?php /* translators: no option picked in select box */ _e( '----', 'buddypress' ); ?></option>