aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_editor.html
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-04-06 23:09:00 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-04-06 23:09:00 +0000
commit39f8ef287af043e0724631094351c77b93191bba (patch)
treeb6caaf20a03cc90acc61a2de33c99b883afe2f28 /phpBB/styles/prosilver/template/posting_editor.html
parente3007bb6cf79f19e70cc9cf486f49eba574d20bc (diff)
downloadforums-39f8ef287af043e0724631094351c77b93191bba.tar
forums-39f8ef287af043e0724631094351c77b93191bba.tar.gz
forums-39f8ef287af043e0724631094351c77b93191bba.tar.bz2
forums-39f8ef287af043e0724631094351c77b93191bba.tar.xz
forums-39f8ef287af043e0724631094351c77b93191bba.zip
#8669
#8745 #8762 #5417 #9525 #9568 #9574 #9577 #9640 #9641 #9644 git-svn-id: file:///svn/phpbb/trunk@7291 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_editor.html17
1 files changed, 13 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html
index 90acbc0094..bfb38afad0 100644
--- a/phpBB/styles/prosilver/template/posting_editor.html
+++ b/phpBB/styles/prosilver/template/posting_editor.html
@@ -14,7 +14,14 @@
<!-- END to_recipient -->
</dd>
<!-- ENDIF -->
- <dd><input class="inputbox" type="text" name="username" id="username_list" size="20" maxlength="40" value="" /> <input type="submit" name="add_to" value="{L_ADD}" class="button2" /><!-- IF S_ALLOW_MASS_PM --> <input type="submit" name="add_bcc" value="{L_ADD_BCC}" class="button2" /><!-- ENDIF --></dd>
+ <dd>
+
+ <!-- IF S_ALLOW_MASS_PM -->
+ <textarea id="username_list" name="username_list"></textarea> <input type="submit" name="add_to" value="{L_ADD}" class="button2" />
+ <input type="submit" name="add_bcc" value="{L_ADD_BCC}" class="button2" />
+ <!-- ELSE -->
+ <input class="inputbox" type="text" name="username" id="username" size="20" maxlength="40" value="" /> <input type="submit" name="add_to" value="{L_ADD}" class="button2" />
+ <!-- ENDIF --></dd>
</dl>
<!-- IF S_ALLOW_MASS_PM and .bcc_recipient -->
@@ -104,9 +111,11 @@
{URL_STATUS}<br />
{SMILIES_STATUS}
<!-- ENDIF -->
- <hr />
- <!-- IF S_EDIT_DRAFT --><strong><a href="{S_UCP_ACTION}">{L_BACK_TO_DRAFTS}</a></strong><!-- ENDIF -->
- <!-- IF S_DISPLAY_REVIEW --><strong><a href="#review">{L_TOPIC_REVIEW}</a></strong><!-- ENDIF -->
+ <!-- IF S_EDIT_DRAFT || S_DISPLAY_REVIEW -->
+ <hr />
+ <!-- IF S_EDIT_DRAFT --><strong><a href="{S_UCP_ACTION}">{L_BACK_TO_DRAFTS}</a></strong><!-- ENDIF -->
+ <!-- IF S_DISPLAY_REVIEW --><strong><a href="#review">{L_TOPIC_REVIEW}</a></strong><!-- ENDIF -->
+ <!-- ENDIF -->
</div>
<div id="message-box">