|
@@ -1,27 +0,0 @@
|
1
|
|
- <div id="compose" class="<?=($Hidden ? 'hidden' : '')?>">
|
2
|
|
- <form class="send_form" name="staff_message" action="staffpm.php" method="post">
|
3
|
|
- <input type="hidden" name="action" value="takepost" />
|
4
|
|
- <h3><label for="subject">Subject</label></h3>
|
5
|
|
- <input size="95" type="text" name="subject" id="subject" />
|
6
|
|
- <br />
|
7
|
|
-
|
8
|
|
- <h3><label for="message">Message</label></h3>
|
9
|
|
-<?php
|
10
|
|
- $TextPrev = new TEXTAREA_PREVIEW('message', 'message', '', 95, 10, true, false);
|
11
|
|
- ?>
|
12
|
|
- <br />
|
13
|
|
-
|
14
|
|
- <strong>Send to: </strong>
|
15
|
|
- <select name="level">
|
16
|
|
-<?php if (!isset(G::$LoggedUser['LockedAccount'])) { ?>
|
17
|
|
- <option value="0" selected="selected">First Line Support</option>
|
18
|
|
- <option value="800">Forum Moderators</option>
|
19
|
|
-<?php } ?>
|
20
|
|
- <option value="1000">Staff</option>
|
21
|
|
- </select>
|
22
|
|
-
|
23
|
|
- <input type="button" value="Preview" class="hidden button_preview_<?=$TextPrev->getID()?>" />
|
24
|
|
- <input type="submit" value="Send message" />
|
25
|
|
- <input type="button" value="Hide" data-toggle-target="#compose" />
|
26
|
|
- </form>
|
27
|
|
- </div>
|