diff options
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/PSO/loginbox.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/templates/PSO/loginbox.tpl b/phpBB/templates/PSO/loginbox.tpl deleted file mode 100644 index b897efe70f..0000000000 --- a/phpBB/templates/PSO/loginbox.tpl +++ /dev/null @@ -1,3 +0,0 @@ - <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> |