diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-02-05 21:47:25 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-02-05 21:47:25 +0000 |
| commit | 3fca7949a2f584650993cb5dc12b874d4c0c4493 (patch) | |
| tree | e18f2220a75a9b7830c40b2ea7a9632a469c06f7 /templates | |
| parent | 21d5abe598dc382af7c18879e5dd0a8892f1054a (diff) | |
| download | users-3fca7949a2f584650993cb5dc12b874d4c0c4493.tar.gz users-3fca7949a2f584650993cb5dc12b874d4c0c4493.tar.bz2 users-3fca7949a2f584650993cb5dc12b874d4c0c4493.zip | |
move the registration email warning to the right place
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/register.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/register.tpl b/templates/register.tpl index 0e43c66..1c3de70 100644 --- a/templates/register.tpl +++ b/templates/register.tpl @@ -52,6 +52,10 @@ {/forminput} </div> + {if $gBitSystem->isFeatureActive( 'users_validate_user' )} + {formfeedback warning="{tr}A confirmation email will be sent to you with instructions on how to login{/tr}"} + {/if} + <div class="row"> {formfeedback error=$errors.email} {formlabel label="Email" for="email"} @@ -70,11 +74,7 @@ </div> {/if} - {if $gBitSystem->isFeatureActive( 'users_validate_user' )} - <div class="row"> - {formfeedback warning="A confirmation email will be sent to you with instructions how to login"} - </div> - {else} + {if !$gBitSystem->isFeatureActive( 'users_validate_user' )} <div class="row"> {formfeedback error=$errors.password} {formlabel label="Password" for="pass"} |
