aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/index_body.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-07-09 17:14:12 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-07-09 17:14:12 +0000
commit2bb247d2bd62bf2e089bd6da11c67cf9e47a697c (patch)
treece5f96b8e7f262d125e018ef07f14baf508a7c99 /phpBB/styles/prosilver/template/index_body.html
parentf75dd43d55512479dbcaf78a8a575828e5b769ed (diff)
downloadforums-2bb247d2bd62bf2e089bd6da11c67cf9e47a697c.tar
forums-2bb247d2bd62bf2e089bd6da11c67cf9e47a697c.tar.gz
forums-2bb247d2bd62bf2e089bd6da11c67cf9e47a697c.tar.bz2
forums-2bb247d2bd62bf2e089bd6da11c67cf9e47a697c.tar.xz
forums-2bb247d2bd62bf2e089bd6da11c67cf9e47a697c.zip
#13121
#13093 git-svn-id: file:///svn/phpbb/trunk@7851 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/index_body.html')
-rw-r--r--phpBB/styles/prosilver/template/index_body.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html
index b2f43b79aa..2a804b21cc 100644
--- a/phpBB/styles/prosilver/template/index_body.html
+++ b/phpBB/styles/prosilver/template/index_body.html
@@ -19,8 +19,11 @@
<h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>&nbsp; &bull; &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a></h3>
<fieldset class="quick-login">
<label for="username">{L_USERNAME}:</label>&nbsp;<input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" />
- <label for="password">{L_PASSWORD}:</label>&nbsp;<input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" /> |
- <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label> <input type="submit" name="login" value="{L_LOGIN}" class="button2" />
+ <label for="password">{L_PASSWORD}:</label>&nbsp;<input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />
+ <!-- IF S_AUTOLOGIN_ENABLED -->
+ | <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" />
+ <!-- ENDIF -->
+ </label> <input type="submit" name="login" value="{L_LOGIN}" class="button2" />
</fieldset>
</form>
<!-- ENDIF -->