aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/admin
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-03-01 17:40:21 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-03-01 17:40:21 +0000
commitab516ec67d160c992f9c3a6a6a9f804cc93c99cb (patch)
tree86c53ed32d5531784cd9204878c8e34fe133d00e /phpBB/templates/subSilver/admin
parentfbdb08846ea33d26e220b4365f11d26a851730bd (diff)
downloadforums-ab516ec67d160c992f9c3a6a6a9f804cc93c99cb.tar
forums-ab516ec67d160c992f9c3a6a6a9f804cc93c99cb.tar.gz
forums-ab516ec67d160c992f9c3a6a6a9f804cc93c99cb.tar.bz2
forums-ab516ec67d160c992f9c3a6a6a9f804cc93c99cb.tar.xz
forums-ab516ec67d160c992f9c3a6a6a9f804cc93c99cb.zip
Workarounds for file_uploads disabled...
git-svn-id: file:///svn/phpbb/trunk@2241 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/admin')
-rw-r--r--phpBB/templates/subSilver/admin/board_config_body.tpl2
-rw-r--r--phpBB/templates/subSilver/admin/user_edit_body.tpl2
2 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/admin/board_config_body.tpl b/phpBB/templates/subSilver/admin/board_config_body.tpl
index e3739d49c4..0447747cb6 100644
--- a/phpBB/templates/subSilver/admin/board_config_body.tpl
+++ b/phpBB/templates/subSilver/admin/board_config_body.tpl
@@ -178,10 +178,12 @@
<td class="row1">{L_ALLOW_REMOTE} <br /><span class="gensmall">{L_ALLOW_REMOTE_EXPLAIN}</span></td>
<td class="row2"><input type="radio" name="allow_avatar_remote" value="1" {AVATARS_REMOTE_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="allow_avatar_remote" value="0" {AVATARS_REMOTE_NO} /> {L_NO}</td>
</tr>
+ <!-- BEGIN switch_uploads_possible -->
<tr>
<td class="row1">{L_ALLOW_UPLOAD}</td>
<td class="row2"><input type="radio" name="allow_avatar_upload" value="1" {AVATARS_UPLOAD_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="allow_avatar_upload" value="0" {AVATARS_UPLOAD_NO} /> {L_NO}</td>
</tr>
+ <!-- END switch_uploads_possible -->
<tr>
<td class="row1">{L_MAX_FILESIZE}<br /><span class="gensmall">{L_MAX_FILESIZE_EXPLAIN}</span></td>
<td class="row2"><input type="text" size="4" maxlength="10" name="avatar_filesize" value="{AVATAR_FILESIZE}" /> Bytes</td>
diff --git a/phpBB/templates/subSilver/admin/user_edit_body.tpl b/phpBB/templates/subSilver/admin/user_edit_body.tpl
index 209adbca4d..1790582c98 100644
--- a/phpBB/templates/subSilver/admin/user_edit_body.tpl
+++ b/phpBB/templates/subSilver/admin/user_edit_body.tpl
@@ -5,7 +5,7 @@
{ERROR_BOX}
-<form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post"><table width="98%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
+<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post"><table width="98%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thHead" colspan="2">{L_REGISTRATION_INFO}</th>
</tr>