Index: trunk/phase3/includes/templates/Userlogin.php |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | ?> |
18 | 18 | <div class="<?php $this->text('messagetype') ?>box"> |
19 | 19 | <?php if ( $this->data['messagetype'] == 'error' ) { ?> |
20 | | - <h2><?php $this->msg('loginerror') ?></h2> |
| 20 | + <?php $this->msg( 'loginerror' )?></strong><br /> |
21 | 21 | <?php } ?> |
22 | 22 | <?php $this->html('message') ?> |
23 | 23 | </div> |
— | — | @@ -138,7 +138,7 @@ |
139 | 139 | ?> |
140 | 140 | <div class="<?php $this->text('messagetype') ?>box"> |
141 | 141 | <?php if ( $this->data['messagetype'] == 'error' ) { ?> |
142 | | - <h2><?php $this->msg('loginerror') ?></h2> |
| 142 | + <strong><?php $this->msg( 'loginerror' )?></strong><br /> |
143 | 143 | <?php } ?> |
144 | 144 | <?php $this->html('message') ?> |
145 | 145 | </div> |