Skip to content

Commit

Permalink
Fix HTML/CSS in signup.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Feb 4, 2014
1 parent 1c1fceb commit aab63d1
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions signup.php
Expand Up @@ -96,26 +96,25 @@
?>

<br />
<div>
<table class="width50" cellspacing="1">
<tr>
<td class="center">

<div id="error-msg">
<div class="center">
<strong><?php echo lang_get( 'signup_done_title' ) ?></strong><br/>
<?php echo "[$f_username - $f_email] " ?>
</td>
</tr>
<tr>
<td>
<br/>
</div>

<div>
<br />
<?php echo lang_get( 'password_emailed_msg' ) ?>
<br /><br/>
<br /><br />
<?php echo lang_get( 'no_reponse_msg') ?>
<br/><br/>
</td>
</tr>
</table>
<br /><br/>
</div>
</div>

<br />
<?php print_bracket_link( 'login_page.php', lang_get( 'proceed' ) ); ?>
<div class="center">
<?php print_bracket_link( 'login_page.php', lang_get( 'proceed' ) ); ?>
</div>

<?php
Expand Down

0 comments on commit aab63d1

Please sign in to comment.