r99179 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99178‎ | r99179 | r99180 >
Date:01:06, 7 October 2011
Author:saper
Status:ok
Tags:
Comment:
Followup to r99177: Restore previous ID of the comment box node
Modified paths:
  • /trunk/extensions/FlaggedRevs/presentation/RevisionReviewFormUI.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/presentation/modules/flaggedrevs.css (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/presentation/RevisionReviewFormUI.php
@@ -180,7 +180,7 @@
181181 # Hide comment input if needed
182182 if ( !$disabled ) {
183183 $form .= Xml::inputLabel(
184 - wfMsg( 'revreview-log' ), 'wpReason', 'mw-fr-comment-box', 40, '',
 184+ wfMsg( 'revreview-log' ), 'wpReason', 'mw-fr-commentbox', 40, '',
185185 array( 'maxlength' => 255, 'class' => 'fr-comment-box' )
186186 );
187187 }
Index: trunk/extensions/FlaggedRevs/presentation/modules/flaggedrevs.css
@@ -350,7 +350,7 @@
351351 margin: 0em 1em 0em .5em;
352352 }
353353
354 -#mw-fr-comment-box {
 354+#mw-fr-commentbox {
355355 margin-right: 1.5em;
356356 }
357357

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99177Followup to r99131: Provide mw-fr-comment-box id to hide the comment box....saper00:58, 7 October 2011

Status & tagging log