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/subsilver2 | |
| 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/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/template/index_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html index 763028966f..55a62fcf18 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.html @@ -83,7 +83,7 @@ <td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td> </tr> <tr> - <td class="row1" align="center"><span class="genmed">{L_USERNAME}{L_COLON}</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}{L_COLON}</span> <input class="post" type="password" name="password" size="10" /> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td> + <td class="row1" align="center"><span class="genmed">{L_USERNAME}{L_COLON}</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}{L_COLON}</span> <input class="post" type="password" name="password" size="10" /> <!-- IF U_SEND_PASSWORD --><a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a> <!-- ENDIF --> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td> </tr> </table> {S_LOGIN_REDIRECT} |
