aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-06-10 23:53:55 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-06-10 23:53:55 +0000
commit71753c87a5eecdc84b02f3ecb599c5fb70d0f044 (patch)
tree839c60840703bd20f56fce7b3a9f438995e8b7e9 /phpBB/templates/Default
parente92396a826b56258bd999cc07b13eccac6c57ebe (diff)
downloadforums-71753c87a5eecdc84b02f3ecb599c5fb70d0f044.tar
forums-71753c87a5eecdc84b02f3ecb599c5fb70d0f044.tar.gz
forums-71753c87a5eecdc84b02f3ecb599c5fb70d0f044.tar.bz2
forums-71753c87a5eecdc84b02f3ecb599c5fb70d0f044.tar.xz
forums-71753c87a5eecdc84b02f3ecb599c5fb70d0f044.zip
A workaround till if...else available
git-svn-id: file:///svn/phpbb/trunk@448 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Default')
-rw-r--r--phpBB/templates/Default/loginbox.tpl1
1 files changed, 1 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