From c8e2e598f50499da945d639a9dd6ac09f0ee4647 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Thu, 20 Aug 2009 17:18:48 +0000 Subject: [PATCH] Updated text for the login areas. --- customindex/views/default/customindex/content.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index a21ed5a3..b237a821 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -274,9 +274,9 @@ <div id="login-box"> <h2>Students, Faculty, Staff</h2> <?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 .= "<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")); ?> </div> -- GitLab