r11905 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11904‎ | r11905 | r11906 >
Date:02:44, 2 December 2005
Author:tomgilder
Status:old
Tags:
Comment:
make sure new CSS is applied to create form too
Modified paths:
  • /trunk/phase3/includes/templates/Userlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/templates/Userlogin.php
@@ -91,7 +91,10 @@
9292 function execute() {
9393 if( $this->data['message'] ) {
9494 ?>
95 - <div class="<?php $this->text('messageclass') ?>">
 95+ <div class="<?php $this->text('messagetype') ?>box">
 96+ <?php if ( $this->data['messagetype'] == 'error' ) { ?>
 97+ <h2><?php $this->msg('loginerror') ?>:</h2>
 98+ <?php } ?>
9699 <?php $this->html('message') ?>
97100 </div>
98101 <div class="visualClear"></div>

Status & tagging log