Index: trunk/phase3/includes/templates/Userlogin.php |
— | — | @@ -91,7 +91,10 @@ |
92 | 92 | function execute() { |
93 | 93 | if( $this->data['message'] ) { |
94 | 94 | ?> |
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 } ?> |
96 | 99 | <?php $this->html('message') ?> |
97 | 100 | </div> |
98 | 101 | <div class="visualClear"></div> |