Jqnatividad has uploaded a new change for review.

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

Change subject: Added CSS id selector to forminput button
......................................................................

Added CSS id selector to forminput button

makes it easier to style forminput button

Change-Id: Ibd72e7236d2700c10f80a687226e960567bfe215
---
M includes/SF_ParserFunctions.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/includes/SF_ParserFunctions.php b/includes/SF_ParserFunctions.php
index 1b760cd..d7d0fb9 100644
--- a/includes/SF_ParserFunctions.php
+++ b/includes/SF_ParserFunctions.php
@@ -343,7 +343,7 @@
 
                $button_str = ( $inButtonStr != '' ) ? $inButtonStr : 
wfMessage( 'sf_formstart_createoredit' )->escaped();
                $str .= <<<END
-                       <input type="submit" value="$button_str" /></p>
+                       <input type="submit" value="$button_str" 
id="inputbutton_$input_num"/></p>
                        </form>
 
 END;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibd72e7236d2700c10f80a687226e960567bfe215
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Jqnatividad <joel.nativi...@ontodia.com>

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

Reply via email to