mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-18 15:41:26 +02:00
[ticket/11950] Fix prior commit
PHPBB3-11950
This commit is contained in:
@@ -32,8 +32,8 @@
|
|||||||
<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="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>
|
<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 -->
|
<!-- IF U_SEND_PASSWORD -->
|
||||||
+ <a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a>
|
<a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a>
|
||||||
+ <!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- IF S_AUTOLOGIN_ENABLED -->
|
<!-- IF S_AUTOLOGIN_ENABLED -->
|
||||||
<span class="responsive-hide">|</span> <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
|
<span class="responsive-hide">|</span> <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
Reference in New Issue
Block a user