mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
A workaround till if...else available
git-svn-id: file:///svn/phpbb/trunk@448 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e92396a826
commit
71753c87a5
2 changed files with 4 additions and 0 deletions
1
phpBB/templates/Default/loginbox.tpl
Normal file
1
phpBB/templates/Default/loginbox.tpl
Normal file
|
@ -0,0 +1 @@
|
|||
{L_USERNAME} : <input type="text" name="username"><br>{L_PASSWORD} : <input type="password" name="password"><br>{L_LOG_ME_IN}<input type="checkbox" name="autologin"> <input type="submit" name="submit" value="{L_LOGIN}">
|
3
phpBB/templates/PSO/loginbox.tpl
Normal file
3
phpBB/templates/PSO/loginbox.tpl
Normal file
|
@ -0,0 +1,3 @@
|
|||
<tr><form method="post" action="{S_LOGIN_ACTION}">
|
||||
<td colspan="3" align="right" valign="bottom"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_USERNAME}: <input class="text" type="text" name="username"> {L_PASSWORD}: <input type="password" name="password"> {L_AUTO_LOGIN}</font>: <input class="text" type="checkbox" name="autologin"> <input type="submit" name="submit" value="{L_LOGIN}"> </font></td>
|
||||
</form></tr>
|
Loading…
Add table
Reference in a new issue