From: Raimond Spekking Date: Thu, 13 Mar 2008 09:54:07 +0000 (+0000) Subject: * Add a CSS id to the table X-Git-Tag: 1.31.0-rc.0~49146 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=90e5dfa2dc122190662203413b72dcbe48a618b0;p=lhc%2Fweb%2Fwiklou.git * Add a CSS id to the table --- diff --git a/includes/SpecialMovepage.php b/includes/SpecialMovepage.php index 196a238381..778255494d 100644 --- a/includes/SpecialMovepage.php +++ b/includes/SpecialMovepage.php @@ -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' ) ) . " " . wfMsgHtml( 'movearticle' ) .