Skip to content
Snippets Groups Projects
Commit 47ce7e8d authored by Seth Meranda's avatar Seth Meranda
Browse files

updated styles and layout of the verify email page.

parent 059b04b6
No related branches found
No related tags found
No related merge requests found
...@@ -17,13 +17,23 @@ ...@@ -17,13 +17,23 @@
$vars['unl_email'] = $_REQUEST['e']; $vars['unl_email'] = $_REQUEST['e'];
} }
$form_body .= "<p><label>" . elgg_echo('email') . "<br />" . elgg_view('input/text' , array('internalname' => 'email', 'class' => "general-textarea", 'value' => $vars['unl_email'])) . "</label><br />"; $form_body = '<p class="required">Indicates a required field.</p>';
$form_body .= '<fieldset>
$form_body .= elgg_view('input/submit', array('internalname' => 'submit', 'value' => 'Complete Registration and Login!')) . "</p>"; <legend>Email Verification</legend>
<ol>';
$form_body .= "<li class='required'><label class='element'>" . elgg_echo('email') . "</label><div class='element'>" . elgg_view('input/text' , array('internalname' => 'email', 'class' => "general-textarea", 'value' => $vars['unl_email'])) . "</div></li>";
$form_body .= "</ol></fieldset>";
$form_body .= '<p class="submit">' .elgg_view('input/submit', array('internalname' => 'submit', 'value' => 'Complete Registration and Login!')) . "</p>";
?> ?>
<h2 class="sec_header">Email Verification</h2>
<div id="register-box"> <div class="three_col left formCool">
<h2>We just want to make sure we have your correct e-mail and then we'll log you in</h2> <p>We just want to make sure we have your correct e-mail and then we'll log you in.</p>
<?php echo elgg_view('input/form', array('action' => "{$vars['url']}action/cas_auth/getemail", 'body' => $form_body)) ?> <?php echo elgg_view('input/form', array('action' => "{$vars['url']}action/cas_auth/getemail", 'body' => $form_body)) ?>
</div>
<div class="col right">
<div class="zenbox cool">
<h3>Email Address Usage</h3>
<p>Your email address is only used to send notifications from Planet Red.</p>
</div>
</div> </div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment