r90699 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90698‎ | r90699 | r90700 >
Date:09:28, 24 June 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Inline style was moved to css file earlier
Modified paths:
  • /trunk/extensions/Translate/utils/TranslationEditPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/utils/TranslationEditPage.php
@@ -103,7 +103,7 @@
104104 $hidden[] = Html::hidden( 'action', 'edit' );
105105
106106 $summary = Xml::inputLabel( wfMsg( 'summary' ), 'summary', 'summary', 40 );
107 - $save = Xml::submitButton( wfMsg( 'savearticle' ), array( 'style' => 'font-weight:bold', 'class' => 'mw-translate-save' ) );
 107+ $save = Xml::submitButton( wfMsg( 'savearticle' ), array( 'class' => 'mw-translate-save' ) );
108108 $saveAndNext = Xml::submitButton( wfMsg( 'translate-js-next' ), array( 'class' => 'mw-translate-next' ) );
109109 $skip = Html::element( 'input', array( 'class' => 'mw-translate-skip', 'type' => 'button', 'value' => wfMsg( 'translate-js-skip' ) ) );
110110

Status & tagging log