Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php |
— | — | @@ -163,7 +163,7 @@ |
164 | 164 | $form .= "<td>".Xml::input( 'wpRealName', 35, $this->mRealName, array('id' => 'wpRealName') )."</td></tr>\n"; |
165 | 165 | $form .= '</table>'; |
166 | 166 | $form .= "<p>".wfMsgHtml('requestaccount-bio')."\n"; |
167 | | - $form .= "<textarea tabindex='1' name='wpBio' id='wpBio' rows='15' cols='80' style='width:100%; background-color:#f9f9f9;'>" . |
| 167 | + $form .= "<textarea tabindex='1' name='wpBio' id='wpBio' rows='12' cols='80' style='width:100%; background-color:#f9f9f9;'>" . |
168 | 168 | htmlspecialchars($this->mBio) . "</textarea></p>\n"; |
169 | 169 | $form .= '</fieldset>'; |
170 | 170 | if( $wgAccountRequestExtraInfo ) { |
— | — | @@ -874,7 +874,7 @@ |
875 | 875 | $form .= "<td>".htmlspecialchars($row->acr_real_name)."</td></tr>\n"; |
876 | 876 | $form .= '</table>'; |
877 | 877 | $form .= "<p>".wfMsgHtml('confirmaccount-bio')."\n"; |
878 | | - $form .= "<textarea tabindex='1' name='wpBio' id='wpNewBio' rows='15' cols='80' style='width:100%; background-color:#f9f9f9;'>" . |
| 878 | + $form .= "<textarea tabindex='1' name='wpNewBio' id='wpNewBio' rows='12' cols='80' style='width:100%; background-color:#f9f9f9;'>" . |
879 | 879 | htmlspecialchars($this->mBio) . |
880 | 880 | "</textarea></p>\n"; |
881 | 881 | $form .= '</fieldset>'; |