Ticket #6618: 6618-forums-index-for.patch
File 6618-forums-index-for.patch, 1.4 KB (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/forums/index.php
156 156 /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */ 157 157 do_action( 'template_notices' ); ?> 158 158 159 <label ><?php _e( 'Title:', 'buddypress' ); ?></label>159 <label for="topic_title"><?php _e( 'Title:', 'buddypress' ); ?></label> 160 160 <input type="text" name="topic_title" id="topic_title" value="" maxlength="100" /> 161 161 162 <label ><?php _e( 'Content:', 'buddypress' ); ?></label>162 <label for="topic_text"><?php _e( 'Content:', 'buddypress' ); ?></label> 163 163 <textarea name="topic_text" id="topic_text"></textarea> 164 164 165 <label ><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label>165 <label for="topic_tags"><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label> 166 166 <input type="text" name="topic_tags" id="topic_tags" value="" /> 167 167 168 <label ><?php _e( 'Post In Group Forum:', 'buddypress' ); ?></label>168 <label for="topic_group_id"><?php _e( 'Post In Group Forum:', 'buddypress' ); ?></label> 169 169 <select id="topic_group_id" name="topic_group_id"> 170 170 171 171 <option value=""><?php /* translators: no option picked in select box */ _e( '----', 'buddypress' ); ?></option>