diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-10-05 13:14:58 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-10-05 13:14:58 +0000 |
commit | 7baf3ed1401d44304c01d4374a176cc62008108d (patch) | |
tree | 490f1a479e1d30b4aae5a3b8d06ccf078b41275e /phpBB/adm/style | |
parent | 56b619556354bee7bddc6045c831e8943200d356 (diff) | |
download | forums-7baf3ed1401d44304c01d4374a176cc62008108d.tar forums-7baf3ed1401d44304c01d4374a176cc62008108d.tar.gz forums-7baf3ed1401d44304c01d4374a176cc62008108d.tar.bz2 forums-7baf3ed1401d44304c01d4374a176cc62008108d.tar.xz forums-7baf3ed1401d44304c01d4374a176cc62008108d.zip |
#i43
git-svn-id: file:///svn/phpbb/trunk@8143 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_forums.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index ee83beacf3..91c15999e5 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -160,12 +160,18 @@ </dl> <dl> <dt><label for="forum_password">{L_FORUM_PASSWORD}:</label><br /><span>{L_FORUM_PASSWORD_EXPLAIN}</span></dt> - <dd><input type="password" id="forum_password" name="forum_password" value="{FORUM_PASSWORD}" /></dd> + <dd><input type="password" id="forum_password" name="forum_password" value="<!-- IF S_FORUM_PASSWORD_SET -->      <!-- ENDIF -->" /></dd> </dl> <dl> <dt><label for="forum_password_confirm">{L_FORUM_PASSWORD_CONFIRM}:</label><br /><span>{L_FORUM_PASSWORD_CONFIRM_EXPLAIN}</span></dt> - <dd><input type="password" id="forum_password_confirm" name="forum_password_confirm" value="{FORUM_PASSWORD_CONFIRM}" /></dd> + <dd><input type="password" id="forum_password_confirm" name="forum_password_confirm" value="<!-- IF S_FORUM_PASSWORD_SET -->      <!-- ENDIF -->" /></dd> </dl> + <!-- IF S_FORUM_PASSWORD_SET --> + <dl> + <dt><label for="forum_password_unset">{L_FORUM_PASSWORD_UNSET}:</label><br /><span>{L_FORUM_PASSWORD_UNSET_EXPLAIN}</span></dt> + <dd><input id="forum_password_unset" name="forum_password_unset" type="checkbox" /></dd> + </dl> + <!-- ENDIF --> <dl> <dt><label for="forum_style">{L_FORUM_STYLE}:</label></dt> <dd><select id="forum_style" name="forum_style"><option value="0">{L_DEFAULT_STYLE}</option>{S_STYLES_OPTIONS}</select></dd> |