X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialUndelete.php;h=caf6a8b66f9efa38cc054ce722bc30c4ff1d23b5;hb=7ab280ca486e3fef0fd1cbdbc18017d9455f04a1;hp=c49c3ebb0f7816e96fc480baebf2db39f5efe858;hpb=8acb7505e44911b2ff7c64f8c637e2cea5c9acce;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialUndelete.php b/includes/specials/SpecialUndelete.php index c49c3ebb0f..caf6a8b66f 100644 --- a/includes/specials/SpecialUndelete.php +++ b/includes/specials/SpecialUndelete.php @@ -797,7 +797,8 @@ class SpecialUndelete extends SpecialPage { 'prefix', 'prefix', 20, - $this->mSearchPrefix + $this->mSearchPrefix, + array( 'autofocus' => true ) ) . ' ' . Xml::submitButton( $this->msg( 'undelete-search-submit' )->text() ) . Xml::closeElement( 'fieldset' ) . @@ -1252,7 +1253,7 @@ class SpecialUndelete extends SpecialPage { Xml::label( $this->msg( 'undeletecomment' )->text(), 'wpComment' ) . " " . - Xml::input( 'wpComment', 50, $this->mComment, array( 'id' => 'wpComment' ) ) . + Xml::input( 'wpComment', 50, $this->mComment, array( 'id' => 'wpComment', 'autofocus' => true ) ) . "