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

Updated text for the login areas.

parent 7bfc74a7
No related branches found
No related tags found
No related merge requests found
...@@ -274,9 +274,9 @@ ...@@ -274,9 +274,9 @@
<div id="login-box"> <div id="login-box">
<h2>Students, Faculty, Staff</h2> <h2>Students, Faculty, Staff</h2>
<?php <?php
$form_body = "<p class=\"login-box\"><span>Have a my.UNL username and password?</span><br />"; $form_body = "<p class=\"login-box\"><span>Use your my.UNL account to begin.</span><br />";
$form_body .= elgg_view('input/submit', array('value' => elgg_echo('UNL Login'))) . "</p>"; $form_body .= elgg_view('input/submit', array('value' => elgg_echo('UNL Login'))) . "</p>";
$form_body .= "<p><a href=\"". $vars['url'] ."?loginwith=UNLlogin\">" . elgg_echo('register') . "</a> | <a href=\"https://login.unl.edu/faq/account-resetpw.shtml\">" . elgg_echo('user:password:lost') . "</a></p>"; $form_body .= "<p><a href=\"https://login.unl.edu/faq/account-resetpw.shtml\">" . elgg_echo('user:password:lost') . "</a></p>";
echo elgg_view('input/form', array('body' => $form_body, 'action' => "". $vars['url'] ."?loginwith=UNLlogin")); echo elgg_view('input/form', array('body' => $form_body, 'action' => "". $vars['url'] ."?loginwith=UNLlogin"));
?> ?>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment