From: River Tarnell Date: Wed, 9 May 2007 12:23:57 +0000 (+0000) Subject: put help text inline instead of at the bottom where there's no indication what it... X-Git-Tag: 1.31.0-rc.0~53013 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=0bd7bbdd13d09d76d4794d98f5525d385a0609a4;p=lhc%2Fweb%2Fwiklou.git put help text inline instead of at the bottom where there's no indication what it applies to --- 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' ) ) { ?>