aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/Default/loginbox.tpl1
-rw-r--r--phpBB/templates/PSO/loginbox.tpl3
2 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/templates/Default/loginbox.tpl b/phpBB/templates/Default/loginbox.tpl
new file mode 100644
index 0000000000..f6fa18f676
--- /dev/null
+++ b/phpBB/templates/Default/loginbox.tpl
@@ -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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" name="submit" value="{L_LOGIN}"> \ No newline at end of file
diff --git a/phpBB/templates/PSO/loginbox.tpl b/phpBB/templates/PSO/loginbox.tpl
new file mode 100644
index 0000000000..b897efe70f
--- /dev/null
+++ b/phpBB/templates/PSO/loginbox.tpl
@@ -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">&nbsp;&nbsp;&nbsp;{L_PASSWORD}: <input type="password" name="password">&nbsp;&nbsp;&nbsp;{L_AUTO_LOGIN}</font>:&nbsp;<input class="text" type="checkbox" name="autologin">&nbsp;&nbsp;&nbsp;<input type="submit" name="submit" value="{L_LOGIN}">&nbsp;</font></td>
+ </form></tr>