diff options
| author | torna spider <spider@torna> | 2016-03-23 16:08:02 -0400 |
|---|---|---|
| committer | torna spider <spider@torna> | 2016-03-23 16:08:02 -0400 |
| commit | de2b0c37f5d8019617105d476cd7d558b752fd49 (patch) | |
| tree | cb8f8f6733a9193ee794aa6721b8bf282dccaaa9 | |
| parent | 34292302cf5f1dbb97e1c16d7546ff2bb79eb0a9 (diff) | |
| download | users-de2b0c37f5d8019617105d476cd7d558b752fd49.tar.gz users-de2b0c37f5d8019617105d476cd7d558b752fd49.tar.bz2 users-de2b0c37f5d8019617105d476cd7d558b752fd49.zip | |
put forgot pass and register links below password field
| -rw-r--r-- | templates/login_inc.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/login_inc.tpl b/templates/login_inc.tpl index cffe273..c7fd336 100644 --- a/templates/login_inc.tpl +++ b/templates/login_inc.tpl @@ -8,7 +8,6 @@ {forminput} <input class="form-control" type="text" name="user" id="user" /> {if $gBitSystem->isFeatureActive('users_allow_register')} - {formhelp note="<a href='`$smarty.const.USERS_PKG_URL`register.php'>Need to register?</a>"} {/if} {/forminput} </div> @@ -18,7 +17,7 @@ {forminput} <input class="form-control" type="password" name="pass" id="pass" /> {if $gBitSystem->isFeatureActive('users_forgot_pass')} - {formhelp note="<a href='`$smarty.const.USERS_PKG_URL`remind_password.php'>Forgot your password?</a>"} + {formhelp note="<a href='`$smarty.const.USERS_PKG_URL`remind_password.php'>Forgot your password?</a> or <a href='`$smarty.const.USERS_PKG_URL`register.php'>Need to register?</a>"} {/if} {/forminput} </div> |
