aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-03-08 15:49:13 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-03-08 15:49:13 +0000
commitfcec5b61daecb4a0174418d3851ee1e0e8a0d93c (patch)
tree9c91c227d7110f962b5a469d2632c7898e0e8848 /phpBB/styles
parent738d26f92c56198a22b3088bf1b0c3b641a990db (diff)
downloadforums-fcec5b61daecb4a0174418d3851ee1e0e8a0d93c.tar
forums-fcec5b61daecb4a0174418d3851ee1e0e8a0d93c.tar.gz
forums-fcec5b61daecb4a0174418d3851ee1e0e8a0d93c.tar.bz2
forums-fcec5b61daecb4a0174418d3851ee1e0e8a0d93c.tar.xz
forums-fcec5b61daecb4a0174418d3851ee1e0e8a0d93c.zip
again... some more fixes.
git-svn-id: file:///svn/phpbb/trunk@7150 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subSilver/template/login_body.html2
-rw-r--r--phpBB/styles/subSilver/template/viewforum_body.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/login_body.html b/phpBB/styles/subSilver/template/login_body.html
index 7243c983fe..8afdcf13cc 100644
--- a/phpBB/styles/subSilver/template/login_body.html
+++ b/phpBB/styles/subSilver/template/login_body.html
@@ -56,10 +56,12 @@
<td><input type="checkbox" class="radio" name="autologin" tabindex="3" /> <span class="gensmall">{L_LOG_ME_IN}</span></td>
</tr>
<!-- ENDIF -->
+ <!-- IF S_ALLOW_HIDE_ONLINE -->
<tr>
<td>&nbsp;</td>
<td><input type="checkbox" class="radio" name="viewonline" tabindex="4" /> <span class="gensmall">{L_HIDE_ME}</span></td>
</tr>
+ <!-- ENDIF -->
<!-- ENDIF -->
</table>
</td>
diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html
index f436b74b65..0b724db8d2 100644
--- a/phpBB/styles/subSilver/template/viewforum_body.html
+++ b/phpBB/styles/subSilver/template/viewforum_body.html
@@ -122,7 +122,7 @@
<td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
</tr>
<tr>
- <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" />&nbsp; <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" />&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
+ <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /><!-- IF S_AUTOLOGIN_ENABLED -->&nbsp; <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>