aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_attachments.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-04-15 18:51:00 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-04-15 18:51:00 +0000
commit72c4282f9a9321781ea1b80d388d3bc75826bfcb (patch)
tree9e414ecacca0200aa78ed3bcdd81352a9f07d4b0 /phpBB/adm/style/acp_attachments.html
parentea71c3046de2ceb9427dab80755bee0db03938d5 (diff)
downloadforums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.tar
forums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.tar.gz
forums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.tar.bz2
forums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.tar.xz
forums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.zip
slightly modified general tab layout to remove the confusion between board defaults and board settings.
git-svn-id: file:///svn/phpbb/trunk@5787 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_attachments.html')
-rw-r--r--phpBB/adm/style/acp_attachments.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html
index 4d309e9b76..e0f2c08813 100644
--- a/phpBB/adm/style/acp_attachments.html
+++ b/phpBB/adm/style/acp_attachments.html
@@ -37,6 +37,14 @@
<fieldset>
<legend>{L_ACP_ATTACHMENT_SETTINGS}</legend>
<dl>
+ <dt><label for="allow_attachments">{L_ALLOW_ATTACHMENTS}:</label></dt>
+ <dd><input type="radio" id="allow_attachments" name="allow_attachments" value="1"<!-- IF ALLOW_ATTACHMENTS --> checked="checked"<!-- ENDIF --> class="radio" /> {L_YES}&nbsp;&nbsp;<input type="radio" name="allow_attachments" value="0"<!-- IF not ALLOW_ATTACHMENTS --> checked="checked"<!-- ENDIF --> class="radio" /> {L_NO}</dd>
+ </dl>
+ <dl>
+ <dt><label for="allow_pm_attach">{L_ALLOW_PM_ATTACHMENTS}:</label></dt>
+ <dd><input type="radio" id="allow_pm_attach" name="allow_pm_attach" value="1"<!-- IF ALLOW_PM_ATTACH --> checked="checked"<!-- ENDIF --> class="radio" /> {L_YES}&nbsp;&nbsp;<input type="radio" name="allow_pm_attach" value="0"<!-- IF not ALLOW_PM_ATTACH --> checked="checked"<!-- ENDIF --> class="radio" /> {L_NO}</dd>
+ </dl>
+ <dl>
<dt><label for="upload_dir">{L_UPLOAD_DIR}:</label><br /><span>{L_UPLOAD_DIR_EXPLAIN}</span></dt>
<dd><input type="text" id="upload_dir" size="25" maxlength="100" name="upload_path" value="{UPLOAD_PATH}" /></dd>
</dl>