Ticket #6618: 6618-group-forum-postform-for.patch
File 6618-group-forum-postform-for.patch, 1.1 KB (added by , 9 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/groups/single/forum.php
97 97 <p id="post-new"></p> 98 98 <h4><?php _e( 'Post a New Topic:', 'buddypress' ); ?></h4> 99 99 100 <label ><?php _e( 'Title:', 'buddypress' ); ?></label>100 <label for="topic_title"><?php _e( 'Title:', 'buddypress' ); ?></label> 101 101 <input type="text" name="topic_title" id="topic_title" value="" maxlength="100" /> 102 102 103 <label ><?php _e( 'Content:', 'buddypress' ); ?></label>103 <label for="topic_text"><?php _e( 'Content:', 'buddypress' ); ?></label> 104 104 <textarea name="topic_text" id="topic_text"></textarea> 105 105 106 <label ><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label>106 <label for="topic_tags"><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label> 107 107 <input type="text" name="topic_tags" id="topic_tags" value="" /> 108 108 109 109 <?php