From 15e84911346e2296e28367c62eef44cfc804151f Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Thu, 10 Dec 2009 20:35:34 +0000 Subject: [PATCH] Moved the hidden login inlineHTML content for colorbox to the same file the call is at. --- customindex/views/default/customindex/content.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 0318554c..b7a506bb 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -377,18 +377,4 @@ ?> <a href="featured/" title="See all the featured Huskers">See all the featured Huskers...</a> </div> - <?php //This is the login details hidden with CSS and displayed in the colorbox.?> - <div class="hidden"> - <div id="login-box"> - <h2>Huskers Worldwide</h2> - <?php - $form_body = "<p class=\"login-box\"><label>" . elgg_echo('username') . "<br />" . elgg_view('input/text', array('internalname' => 'username', 'class' => 'login-textarea')) . "</label><br />"; - $form_body .= "<label>" . elgg_echo('password') . "<br />" . elgg_view('input/password', array('internalname' => 'password', 'class' => 'login-textarea')) . "</label><br />"; - $form_body .= elgg_view('input/submit', array('value' => elgg_echo('login'))) . "</p>"; - $form_body .= "<p><a href=\"". $vars['url'] ."account/register.php\">" . elgg_echo('register') . "</a> | <a href=\"". $vars['url'] ."account/forgotten_password.php\">" . elgg_echo('user:password:lost') . "</a></p>"; - echo elgg_view('input/form', array('body' => $form_body, 'action' => "". $vars['url'] ."action/login")); - ?> - <a href="http://localhost/workspace/UNL_Elgg/elgg/?loginwith=UNLlogin">Sign on with CAS</a>. - </div> - </div> </div> -- GitLab