From 37bbcf312b26004333593f8212cc026b03c07b02 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 6 Nov 2009 02:07:52 +0000 Subject: [PATCH] - Name the science fair login "Science Fair" not "Other Fair" - Since science fairs are attached to users now, it doesn't make sense to allow the user to choose from a list of fairs, since there could be more than one with access to a fair (and we don't want to start putting names in there), so fairs can login with a user/pass like everyone else. --- login.php | 2 +- user_login.php | 17 +---------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/login.php b/login.php index da83d386..6b21ac84 100644 --- a/login.php +++ b/login.php @@ -63,7 +63,7 @@ echo "\n"; if($config['fairs_enable'] == 'yes' && $config['fairs_allow_login'] == 'yes') { - echo "

Other Fair

\n"; + echo "

".i18n("Science Fairs")."

\n"; echo "\n"; diff --git a/user_login.php b/user_login.php index 52930e58..8b9eeb04 100644 --- a/user_login.php +++ b/user_login.php @@ -351,22 +351,7 @@
">
- '; - } else { - echo i18n("Email").''; - } - ?> + :
: