aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/posting_pm_header.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_pm_header.html b/phpBB/styles/prosilver/template/posting_pm_header.html
index b26621af3b..114b361e9a 100644
--- a/phpBB/styles/prosilver/template/posting_pm_header.html
+++ b/phpBB/styles/prosilver/template/posting_pm_header.html
@@ -5,8 +5,6 @@
<div class="column2">
<label for="group_list"><strong>{L_TO_ADD_GROUPS}{L_COLON}</strong></label><br />
<select name="group_list[]" id="group_list" multiple="multiple" size="3" class="inputbox">{S_GROUP_OPTIONS}</select><br />
- <input type="submit" name="add_to" value="{L_ADD}" class="button2" tabindex="1" />
- <input type="submit" name="add_bcc" value="{L_ADD_BCC}" class="button2" tabindex="1" />
</div>
<!-- ENDIF -->
<!-- IF S_ALLOW_MASS_PM -->