* (bug 7686) Include id attribute on delete form confirmation button
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 25 Oct 2006 12:43:18 +0000 (12:43 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 25 Oct 2006 12:43:18 +0000 (12:43 +0000)
RELEASE-NOTES
includes/Article.php

index 56f5b5d..8c7d036 100644 (file)
@@ -88,6 +88,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 7369) Allow "Show Changes" without requiring edit token.
 * (bug 7687) Fix movetalk box checks itself when confirming a delete and move.
 * (bug 7684) Obey watchcreated preference for Special:Upload watch checkbox
+* (bug 7686) Include id attribute on delete form confirmation button
 
 
 == Languages updated ==
index 8bd114e..388dec1 100644 (file)
@@ -1816,7 +1816,7 @@ class Article {
                <tr>
                        <td>&nbsp;</td>
                        <td>
-                               <input type='submit' name='wpConfirmB' value=\"{$confirm}\" />
+                               <input type='submit' name='wpConfirmB' id='wpConfirmB' value=\"{$confirm}\" />
                        </td>
                </tr>
        </table>