* Add a CSS id to the table
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 13 Mar 2008 09:54:07 +0000 (09:54 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 13 Mar 2008 09:54:07 +0000 (09:54 +0000)
includes/SpecialMovepage.php

index 196a238..7782554 100644 (file)
@@ -152,7 +152,7 @@ class MovePageForm {
                         Xml::openElement( 'form', array( 'method' => 'post', 'action' => $titleObj->getLocalURL( 'action=submit' ), 'id' => 'movepage' ) ) .
                         Xml::openElement( 'fieldset' ) .
                         Xml::element( 'legend', null, wfMsg( 'move-page-legend' ) ) .
-                        Xml::openElement( 'table', array( 'border' => '0' ) ) .
+                        Xml::openElement( 'table', array( 'border' => '0', 'id' => 'mw-movepage-table' ) ) .
                         "<tr>
                                <td align='$end'>" .
                                        wfMsgHtml( 'movearticle' ) .