aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/posting_body.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-02-08 18:02:17 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-02-08 18:02:17 +0000
commitd7735d2587e68bab42fde8753ee733de76369f72 (patch)
treedcfce4a598d89b72a8469ef4f3538a0668668bee /phpBB/styles/subSilver/template/posting_body.html
parentb9bf2fe7519aa7aab5278fb882a139f3c823feb0 (diff)
downloadforums-d7735d2587e68bab42fde8753ee733de76369f72.tar
forums-d7735d2587e68bab42fde8753ee733de76369f72.tar.gz
forums-d7735d2587e68bab42fde8753ee733de76369f72.tar.bz2
forums-d7735d2587e68bab42fde8753ee733de76369f72.tar.xz
forums-d7735d2587e68bab42fde8753ee733de76369f72.zip
inline attachment capability...
git-svn-id: file:///svn/phpbb/trunk@4819 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_body.html')
-rw-r--r--phpBB/styles/subSilver/template/posting_body.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html
index 7f4e49836e..7303077712 100644
--- a/phpBB/styles/subSilver/template/posting_body.html
+++ b/phpBB/styles/subSilver/template/posting_body.html
@@ -236,6 +236,13 @@ function checkForm()
</tr>
</table></td>
</tr>
+ <!-- IF S_INLINE_ATTACHMENT_OPTIONS -->
+ <tr>
+ <td class="row1"><b class="genmed">{L_ATTACHMENTS}:</b></td>
+ <td class="row2"><select name="attachments">{S_INLINE_ATTACHMENT_OPTIONS}</select>&nbsp;<input type="button" class="btnbbcode" accesskey="a" value="{L_PLACE_INLINE}" name="attachinline" onclick="attach_inline();" />
+ </td>
+ </tr>
+ <!-- ENDIF -->
<tr>
<td class="row1" valign="top"><b class="genmed">{L_OPTIONS}:</b><br /><table cellspacing="2" cellpadding="0" border="0">
<tr>
@@ -319,7 +326,7 @@ function checkForm()
<!-- IF S_TOPIC_TYPE_ANNOUNCE or S_TOPIC_TYPE_STICKY -->
<tr>
- <td class="row1"><b class="genmed">{L_STICK_TOPIC_FOR}</b><br /><span class="gensmall">{L_STICKY_ANNOUNCE_TIME_LIMIT}</span></td>
+ <td class="row1"><b class="genmed">{L_STICK_TOPIC_FOR}:</b><br /><span class="gensmall">{L_STICKY_ANNOUNCE_TIME_LIMIT}</span></td>
<td class="row2"><input class="post" type="text" name="topic_time_limit" size="3" maxlength="3" value="{TOPIC_TIME_LIMIT}" />&nbsp;<b class="gen">{L_DAYS}</b> <span class="gensmall">{L_STICK_TOPIC_FOR_EXPLAIN}</span></td>
</tr>
<!-- ENDIF -->