r97562 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97561‎ | r97562 | r97563 >
Date:21:30, 19 September 2011
Author:reedy
Status:deferred
Tags:
Comment:
Applying styles to the correct table builder code probably helps
Modified paths:
  • /trunk/extensions/OpenStackManager/special/SpecialNovaKey.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OpenStackManager/special/SpecialNovaKey.php
@@ -198,7 +198,7 @@
199199 $keysOut .= Html::element( 'th', array(), wfMsg( 'openstackmanager-keys' ) );
200200 $keysOut .= Html::element( 'th', array(), wfMsg( 'openstackmanager-actions' ) );
201201 foreach ( $keypairs as $hash => $key ) {
202 - $keyOut = Html::element( 'td', array(), $key );
 202+ $keyOut = Html::element( 'td', array( 'class' => 'Nova_col' ), $key );
203203 $msg = wfMsgHtml( 'openstackmanager-delete' );
204204 $link = $sk->link( $this->getTitle(), $msg, array(), array( 'action' => 'delete', 'hash' => $hash ) );
205205 $action = Html::rawElement( 'li', array(), $link );

Status & tagging log