1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

timezone box + shortening pm options variable as well as max login attempts fix.

git-svn-id: file:///svn/phpbb/trunk@7419 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-04-28 14:11:18 +00:00
parent 7c01f242b3
commit 2c7ef5f5c0
5 changed files with 7 additions and 7 deletions

View File

@@ -75,7 +75,7 @@
<!-- ENDIF -->
<dl>
<dt><label for="timezone">{L_BOARD_TIMEZONE}:</label></dt>
<dd><select name="tz" id="timezone">{S_TZ_OPTIONS}</select></dd>
<dd><select name="tz" id="timezone" class="autowidth">{S_TZ_OPTIONS}</select></dd>
</dl>
<dl>
<dt><label for="dst1">{L_BOARD_DST}:</label></dt>

View File

@@ -58,7 +58,7 @@
</dl>
<dl>
<dt><label for="tz">{L_TIMEZONE}:</label></dt>
<dd><select name="tz" id="tz" title="{L_TIMEZONE}" style="width: 90%;">{S_TZ_OPTIONS}</select></dd>
<dd><select name="tz" id="tz" class="autowidth">{S_TZ_OPTIONS}</select></dd>
</dl>
<!-- BEGIN profile_fields -->