file analysistable.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:46...
[moodle.git] / message / settings.html
blob90fe94b9ef69d787c0d39949cb62208a2ab61134
1 <form name="message_settings" action="index.php" method="post">
2 <input type="hidden" name="tab" value="settings" />
5 <table cellpadding="5" align="center" class="message_form">
7 <tr valign="top">
8 <td align="right"><input type="checkbox" name="showmessagewindow" alt="<?php print_string('showmessagewindow', 'message') ?>" <?php echo $cbshowmessagewindow ?> /></td>
9 <td colspan="2"><?php print_string('showmessagewindow', 'message') ?></td>
10 </tr>
11 <tr valign="top">
12 <td align="right"><input type="checkbox" name="blocknoncontacts" alt="<?php print_string('blocknoncontacts', 'message') ?>" <?php echo $cbblocknoncontacts ?> /></td>
13 <td colspan="2"><?php print_string('blocknoncontacts', 'message') ?></td>
14 </tr>
15 <tr valign="top">
16 <td align="right"><input type="checkbox" name="beepnewmessage" alt="<?php print_string('beepnewmessage', 'message') ?>" <?php echo $cbbeepnewmessage ?> /></td>
17 <td colspan="2"><?php print_string('beepnewmessage', 'message') ?></td>
18 </tr>
19 <tr valign="top">
20 <td align="right"><input type="checkbox" name="usehtmleditor" alt="<?php print_string('htmleditor') ?>" <?php echo $cbusehtmleditor ?> /></td>
21 <td colspan="2"><?php print_string('htmleditor') ?></td>
22 </tr>
25 <tr valign="top">
26 <td><input type="checkbox" name="emailmessages" alt="<?php print_string('emailmessages', 'message') ?>" <?php echo $cbemailmessages ?> /></td>
27 <td colspan="2"><?php print_string('emailmessages', 'message') ?></td>
28 </tr>
29 <tr valign="top">
30 <td>&nbsp;</td>
31 <td align="right"><?php print_string('formorethan', 'message') ?>:</td>
32 <td><input type="text" name="emailtimenosee" size="2" value="<?php echo $txemailtimenosee ?>" alt="<?php print_string('timenosee', 'message') ?>" /> <?php print_string('mins') ?></td>
33 </tr>
35 <tr valign="top">
36 <td>&nbsp;</td>
37 <td align="right"><?php print_string('email') ?>:</td>
38 <td><input type="text" name="emailaddress" size="20" value="<?php echo $txemailaddress ?>" alt="<?php print_string('email') ?>" /></td>
39 </tr>
40 <tr valign="top">
41 <td>&nbsp;</td>
42 <td align="right"><?php print_string('format') ?>:</td>
43 <td><?php echo $format_select ?>
44 </td>
45 </tr>
47 <tr valign="top">
48 <td colspan="3" align="center"><br /><input type="submit" value="<?php print_string('savemysettings', 'message') ?>" /></td>
49 </tr>
52 </table>
54 </form>