aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/install_update.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-11-28 14:44:46 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-11-28 14:44:46 +0000
commit4f41d936e27cf4c0191b7c4bf5544f53694238a0 (patch)
treefea34f7474cdb7040a4fb1ad0ec9ba05d6b40855 /phpBB/adm/style/install_update.html
parente0a33e05bd7909e366223515600958d4303d46a8 (diff)
downloadforums-4f41d936e27cf4c0191b7c4bf5544f53694238a0.tar
forums-4f41d936e27cf4c0191b7c4bf5544f53694238a0.tar.gz
forums-4f41d936e27cf4c0191b7c4bf5544f53694238a0.tar.bz2
forums-4f41d936e27cf4c0191b7c4bf5544f53694238a0.tar.xz
forums-4f41d936e27cf4c0191b7c4bf5544f53694238a0.zip
fix for bug #5658
git-svn-id: file:///svn/phpbb/trunk@6690 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/install_update.html')
-rw-r--r--phpBB/adm/style/install_update.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/install_update.html b/phpBB/adm/style/install_update.html
index d99bd9a794..19cf38c99b 100644
--- a/phpBB/adm/style/install_update.html
+++ b/phpBB/adm/style/install_update.html
@@ -258,7 +258,7 @@ function popup(url, width, height)
<!-- BEGIN data -->
<dl>
<dt><label for="{data.DATA}">{data.NAME}:</label><br /><span>{data.EXPLAIN}</span></dt>
- <dd><input type="text" id="{data.DATA}" name="{data.DATA}" value="{data.DEFAULT}" /></dd>
+ <dd><input type="<!-- IF data.DATA == 'password' -->password<!-- ELSE -->text<!-- ENDIF -->" id="{data.DATA}" name="{data.DATA}" value="{data.DEFAULT}" /></dd>
</dl>
<!-- END data -->
</fieldset>