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
Branches
No related tags found
No related merge requests found
......@@ -17,13 +17,23 @@
$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 .= elgg_view('input/submit', array('internalname' => 'submit', 'value' => 'Complete Registration and Login!')) . "</p>";
$form_body = '<p class="required">Indicates a required field.</p>';
$form_body .= '<fieldset>
<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>";
?>
<div id="register-box">
<h2>We just want to make sure we have your correct e-mail and then we'll log you in</h2>
<h2 class="sec_header">Email Verification</h2>
<div class="three_col left formCool">
<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)) ?>
</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>
\ 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