diff options
author | dougk_ff7 <dougk_ff7@users.sourceforge.net> | 2002-01-03 22:44:28 +0000 |
---|---|---|
committer | dougk_ff7 <dougk_ff7@users.sourceforge.net> | 2002-01-03 22:44:28 +0000 |
commit | d0c05ab60542dd20316eacee374155018bc76ade (patch) | |
tree | d3709ab4f3c69c569c3256addd5d1cc7979daba0 /phpBB/templates/subSilver/profile_add_body.tpl | |
parent | 39423097c8add6124d14436f3e4addede35c92d5 (diff) | |
download | forums-d0c05ab60542dd20316eacee374155018bc76ade.tar forums-d0c05ab60542dd20316eacee374155018bc76ade.tar.gz forums-d0c05ab60542dd20316eacee374155018bc76ade.tar.bz2 forums-d0c05ab60542dd20316eacee374155018bc76ade.tar.xz forums-d0c05ab60542dd20316eacee374155018bc76ade.zip |
Three bugs fixed here... Bug ID 494154, which was a bug in the group moderation page, where email links would not redirect to the login page. Bug ID 498927 was a problem between the time/date format. Bug ID 498961 was a slight cosmetic error in the admin panel. That's all for now!
git-svn-id: file:///svn/phpbb/trunk@1791 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/profile_add_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/profile_add_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/profile_add_body.tpl b/phpBB/templates/subSilver/profile_add_body.tpl index 83a1a812ea..b82f69c4d0 100644 --- a/phpBB/templates/subSilver/profile_add_body.tpl +++ b/phpBB/templates/subSilver/profile_add_body.tpl @@ -208,7 +208,7 @@ <td class="row1"><span class="gen">{L_DATE_FORMAT}:</span><br /> <span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td> <td class="row2"> - <input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="16" class="post" /> + <input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="14" class="post" /> </td> </tr> <tr> |