Make Special:MovePage's "Reason" field an input, not a textarea
authorMatmaRex <matma.rex@gmail.com>
Fri, 3 May 2013 16:30:05 +0000 (18:30 +0200)
committerMatmaRex <matma.rex@gmail.com>
Fri, 3 May 2013 16:34:31 +0000 (18:34 +0200)
commitabbe70d9658075f111f6f81e66784f81a3b5dcb5
treee81b76c17b6c7c55d842519e6e5aa8e94823b62e
parent04a9d80e53f64ae97d75e746377f83f8519e416d
Make Special:MovePage's "Reason" field an input, not a textarea

This reverts r45571 (207e3e64), with some whitespace changes.

The original reason for making it a <textarea> was to avoid confusion
with the <input> for new page name. This is invalid now that the page
name field has been split into a namespace dropdown and an actual page
title field.

Bug: 13627
Change-Id: I5ab2092c32682e7a8a1494bf58553971568fa6cf
includes/specials/SpecialMovepage.php