Index: trunk/phase3/includes/FileDeleteForm.php |
— | — | @@ -135,7 +135,7 @@ |
136 | 136 | $suppress = ''; |
137 | 137 | } |
138 | 138 | |
139 | | - $form = Xml::openElement( 'form', array( 'method' => 'post', 'action' => $this->getAction() ) ) . |
| 139 | + $form = Xml::openElement( 'form', array( 'method' => 'post', 'action' => $this->getAction(), 'id' => 'mw-img-deleteconfirm' ) ) . |
140 | 140 | Xml::openElement( 'fieldset' ) . |
141 | 141 | Xml::element( 'legend', null, wfMsg( 'filedelete-legend' ) ) . |
142 | 142 | Xml::hidden( 'wpEditToken', $wgUser->editToken( $this->oldimage ) ) . |