diff options
author | Suhaib Khan <suhebjerk@gmail.com> | 2014-01-22 12:01:39 +0530 |
---|---|---|
committer | Suhaib Khan <suhebjerk@gmail.com> | 2014-01-22 12:42:33 +0530 |
commit | 88bd88b612582ba3dfc8765f359e7195c12d014f (patch) | |
tree | 90a850e815c6e7de3113b37d5bb7b09ecb0d563f /phpBB/styles/prosilver/template | |
parent | 45ab32bf61b9c639b7bb3374ab3226377f79c419 (diff) | |
download | forums-88bd88b612582ba3dfc8765f359e7195c12d014f.tar forums-88bd88b612582ba3dfc8765f359e7195c12d014f.tar.gz forums-88bd88b612582ba3dfc8765f359e7195c12d014f.tar.bz2 forums-88bd88b612582ba3dfc8765f359e7195c12d014f.tar.xz forums-88bd88b612582ba3dfc8765f359e7195c12d014f.zip |
Adding 'forgot password' link to index page
PHPBB3-11950
Signed-off-by: Suhaib Khan <suhebjerk@gmail.com>
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r-- | phpBB/styles/prosilver/template/index_body.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 58a5420db3..d3ba854182 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -31,6 +31,9 @@ <fieldset class="quick-login"> <label for="username"><span>{L_USERNAME}{L_COLON}</span> <input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" /></label> <label for="password"><span>{L_PASSWORD}{L_COLON}</span> <input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" /></label> + <!-- IF U_SEND_PASSWORD --> + + <a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a> + + <!-- ENDIF --> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="responsive-hide">|</span> <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label> <!-- ENDIF --> |