Pawanseerwani has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/120501

Change subject: Add class to "Additional Query" in SF_RunQuery.php
......................................................................

Add class to "Additional Query" in SF_RunQuery.php

Bug: 41538
Change-Id: Ifc126bdc65e2b1dc92c1c8741804ea3a236eed88
---
M specials/SF_RunQuery.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticForms 
refs/changes/01/120501/1

diff --git a/specials/SF_RunQuery.php b/specials/SF_RunQuery.php
index b1be28a..f12dce9 100644
--- a/specials/SF_RunQuery.php
+++ b/specials/SF_RunQuery.php
@@ -109,7 +109,7 @@
                        // the query form is at the top or bottom) is displayed
                        // if the form has already been submitted.
                        if ( $form_submitted ) {
-                               $additionalQueryHeader = "\n" . Html::element( 
'h2', null, wfMessage( 'sf_runquery_additionalquery' )->text() ) . "\n";
+                               $additionalQueryHeader = "\n" . Html::element( 
'h2', array( 'class' => 'secondHeading' ), wfMessage( 
'sf_runquery_additionalquery' )->text() ) . "\n";
                                $dividerText = "\n<hr style=\"margin: 15px 0;\" 
/>\n";
                        }
                        $action = htmlspecialchars( $this->getTitle( $form_name 
)->getLocalURL() );

-- 
To view, visit https://gerrit.wikimedia.org/r/120501
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc126bdc65e2b1dc92c1c8741804ea3a236eed88
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Pawanseerwani <pawanseerwani+bugzi...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to