From: Rob Church Date: Mon, 6 Aug 2007 07:21:46 +0000 (+0000) Subject: ...oops, forgot this X-Git-Tag: 1.31.0-rc.0~51860 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=ea5006bb15105e118d959f61c1c6f90e262cb4f5;p=lhc%2Fweb%2Fwiklou.git ...oops, forgot this --- diff --git a/includes/SpecialIpblocklist.php b/includes/SpecialIpblocklist.php index 4b27bbd3c7..4f093dcbbd 100644 --- a/includes/SpecialIpblocklist.php +++ b/includes/SpecialIpblocklist.php @@ -248,6 +248,7 @@ class IPUnblockForm { Xml::openElement( 'fieldset' ) . Xml::element( 'legend', null, wfMsg( 'ipblocklist-legend' ) ) . Xml::inputLabel( wfMsg( 'ipblocklist-username' ), 'ip', 'ip', /* size */ false, $this->ip ) . + ' ' . Xml::submitButton( wfMsg( 'ipblocklist-submit' ) ) . Xml::closeElement( 'fieldset' ) );