* Name wpDeleteReasonListRow and wpDeleteReasonRow to allow CSS manipulation.
authorDaniel Cannon <amidaniel@users.mediawiki.org>
Mon, 3 Dec 2007 00:24:53 +0000 (00:24 +0000)
committerDaniel Cannon <amidaniel@users.mediawiki.org>
Mon, 3 Dec 2007 00:24:53 +0000 (00:24 +0000)
includes/Article.php

index 85416c6..0b1b869 100644 (file)
@@ -2088,7 +2088,7 @@ class Article {
                $wgOut->addHTML( "
 <form id='deleteconfirm' method='post' action=\"{$formaction}\">
        <table border='0'>
-               <tr>
+               <tr id=\"wpDeleteReasonListRow\" name=\"wpDeleteReasonListRow\">
                        <td align='right'>
                                $delcom:
                        </td>
@@ -2098,7 +2098,7 @@ class Article {
                                </select>
                        </td>
                </tr>
-               <tr>
+               <tr id=\"wpDeleteReasonRow\" name=\"wpDeleteReasonRow\">
                        <td>
                                $mDeletereasonother
                        </td>