Changeset 5060 for trunk/templates/default/bbpress/form-topic.php
- Timestamp:
- 08/02/2013 07:20:49 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/templates/default/bbpress/form-topic.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress/form-topic.php
r4994 r5060 128 128 <label for="bbp_stick_topic"><?php _e( 'Topic Type:', 'bbpress' ); ?></label><br /> 129 129 130 <?php bbp_ topic_type_select(); ?>130 <?php bbp_form_topic_type_dropdown(); ?> 131 131 132 132 </p> … … 134 134 <?php do_action( 'bbp_theme_after_topic_form_type' ); ?> 135 135 136 <?php do_action( 'bbp_theme_before_topic_form_status' ); ?> 137 138 <p> 139 140 <label for="bbp_topic_status"><?php _e( 'Topic Status:', 'bbpress' ); ?></label><br /> 141 142 <?php bbp_form_topic_status_dropdown(); ?> 143 144 </p> 145 146 <?php do_action( 'bbp_theme_after_topic_form_status' ); ?> 147 136 148 <?php endif; ?> 137 149 … … 163 175 164 176 <fieldset class="bbp-form"> 165 <legend><?php _e( 'Revision', 'bbpress' ); ?></legend> 166 <div> 177 <legend> 167 178 <input name="bbp_log_topic_edit" id="bbp_log_topic_edit" type="checkbox" value="1" <?php bbp_form_topic_log_edit(); ?> tabindex="<?php bbp_tab_index(); ?>" /> 168 179 <label for="bbp_log_topic_edit"><?php _e( 'Keep a log of this edit:', 'bbpress' ); ?></label><br /> 169 </ div>180 </legend> 170 181 171 182 <div>
Note: See TracChangeset
for help on using the changeset viewer.