Index: trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php |
— | — | @@ -183,7 +183,8 @@ |
184 | 184 | 'lqt-thread-split' => 'Split to new thread', |
185 | 185 | 'lqt-split-success' => 'You have successfully split off the thread $1.', |
186 | 186 | 'lqt_split_thread' => 'Split a thread', |
187 | | - 'lqt-thread-split-subject'=> 'New thread subject', |
| 187 | + 'lqt-thread-split-subject'=> 'New thread subject:', |
| 188 | + 'lqt-thread-split-thread' => 'Thread:', |
188 | 189 | 'lqt-split-submit' => 'Split', |
189 | 190 | 'lqt_split_badsubject' => 'The subject you entered is invalid.', |
190 | 191 | 'lqt-no-threads' => 'There are no threads on this page yet.', |
Index: trunk/extensions/LiquidThreads/pages/SpecialSplitThread.php |
— | — | @@ -5,6 +5,13 @@ |
6 | 6 | |
7 | 7 | function getFormFields() { |
8 | 8 | $splitForm = array( |
| 9 | + 'src' => |
| 10 | + array( |
| 11 | + 'type' => 'info', |
| 12 | + 'label-message' => 'lqt-thread-split-thread', |
| 13 | + 'default' => LqtView::permalink( $this->mThread ), |
| 14 | + 'raw' => 1, |
| 15 | + ), |
9 | 16 | 'subject' => |
10 | 17 | array( |
11 | 18 | 'type' => 'text', |