Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php |
— | — | @@ -112,7 +112,7 @@ |
113 | 113 | |
114 | 114 | # Render the form |
115 | 115 | $wgOut->addHTML( |
116 | | - Xml::element( 'form', array( 'class' => strtolower($type).'-record', 'action' => $title->getLocalURL( 'action=submit' ), 'method' => 'post' ), null ) |
| 116 | + Xml::element( 'form', array( 'class' => strtolower($type).'-record recordadmin', 'action' => $title->getLocalURL( 'action=submit' ), 'method' => 'post' ), null ) |
117 | 117 | . '<b>' . wfMsg( 'recordadmin-recordid' ) . '</b> ' . Xml::element( 'input', array( 'name' => 'wpTitle', 'size' => 30, 'value' => $wpTitle ) ) |
118 | 118 | . ' ' . Xml::element( 'input', array( 'name' => 'wpInvert', 'type' => 'checkbox' ) ) . ' ' . wfMsg( 'recordadmin-invert' ) |
119 | 119 | . "\n<br><br><hr><br>\n{$this->form}" |