diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-10 23:53:55 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-10 23:53:55 +0000 |
commit | 71753c87a5eecdc84b02f3ecb599c5fb70d0f044 (patch) | |
tree | 839c60840703bd20f56fce7b3a9f438995e8b7e9 /phpBB/templates/Default | |
parent | e92396a826b56258bd999cc07b13eccac6c57ebe (diff) | |
download | forums-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.tpl | 1 |
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"> <input type="submit" name="submit" value="{L_LOGIN}">
\ No newline at end of file |