summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authortorna spider <spider@torna>2016-03-23 16:08:02 -0400
committertorna spider <spider@torna>2016-03-23 16:08:02 -0400
commitde2b0c37f5d8019617105d476cd7d558b752fd49 (patch)
treecb8f8f6733a9193ee794aa6721b8bf282dccaaa9 /templates
parent34292302cf5f1dbb97e1c16d7546ff2bb79eb0a9 (diff)
downloadusers-de2b0c37f5d8019617105d476cd7d558b752fd49.tar.gz
users-de2b0c37f5d8019617105d476cd7d558b752fd49.tar.bz2
users-de2b0c37f5d8019617105d476cd7d558b752fd49.zip
put forgot pass and register links below password field
Diffstat (limited to 'templates')
-rw-r--r--templates/login_inc.tpl3
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>