Skip to:
Content

BuddyPress.org

Ticket #6618: 6618-group-forum-postform-for.patch

File 6618-group-forum-postform-for.patch, 1.1 KB (added by mercime, 9 years ago)
  • src/bp-templates/bp-legacy/buddypress/groups/single/forum.php

     
    9797                                <p id="post-new"></p>
    9898                                <h4><?php _e( 'Post a New Topic:', 'buddypress' ); ?></h4>
    9999
    100                                 <label><?php _e( 'Title:', 'buddypress' ); ?></label>
     100                                <label for="topic_title"><?php _e( 'Title:', 'buddypress' ); ?></label>
    101101                                <input type="text" name="topic_title" id="topic_title" value="" maxlength="100" />
    102102
    103                                 <label><?php _e( 'Content:', 'buddypress' ); ?></label>
     103                                <label for="topic_text"><?php _e( 'Content:', 'buddypress' ); ?></label>
    104104                                <textarea name="topic_text" id="topic_text"></textarea>
    105105
    106                                 <label><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label>
     106                                <label for="topic_tags"><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label>
    107107                                <input type="text" name="topic_tags" id="topic_tags" value="" />
    108108
    109109                                <?php