From 0bd7bbdd13d09d76d4794d98f5525d385a0609a4 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Wed, 9 May 2007 12:23:57 +0000 Subject: [PATCH] put help text inline instead of at the bottom where there's no indication what it applies to --- includes/templates/Userlogin.php | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/includes/templates/Userlogin.php b/includes/templates/Userlogin.php index 3230291e56..e997660db2 100644 --- a/includes/templates/Userlogin.php +++ b/includes/templates/Userlogin.php @@ -159,21 +159,27 @@ class UsercreateTemplate extends QuickTemplate { data['useemail'] ) { ?> - + +
+ msgHtml('prefs-help-email'); ?> +
data['userealname'] ) { ?> - + +
+ msgHtml('prefs-help-realname'); ?> +
@@ -201,24 +207,6 @@ class UsercreateTemplate extends QuickTemplate { - data['userealname'] || $this->data['useemail']) { - echo '
'; - if ( $this->data['useemail'] ) { - echo '
'; - $this->msgHtml('prefs-help-email'); - echo '
'; - } - if ( $this->data['userealname'] ) { - echo '
'; - $this->msgHtml('prefs-help-realname'); - echo '
'; - } - echo '
'; - } - - ?> haveData( 'uselang' ) ) { ?> -- 2.20.1