2007-01-04 21:32:36 +00:00
|
|
|
<form id="message_settings" action="index.php" method="post">
|
2008-09-25 22:42:58 +00:00
|
|
|
<div>
|
|
|
|
<input type="hidden" name="tab" value="settings" />
|
|
|
|
<input type="hidden" name="sesskey" value="<?php echo sesskey() ?>" />
|
|
|
|
</div>
|
2004-12-28 13:49:15 +00:00
|
|
|
|
|
|
|
|
2008-05-02 05:15:26 +00:00
|
|
|
<table cellpadding="5" class="message_form boxaligncenter">
|
2004-12-28 13:49:15 +00:00
|
|
|
|
2005-04-23 06:26:10 +00:00
|
|
|
<tr valign="top">
|
2006-12-18 17:10:35 +00:00
|
|
|
<td align="right"><input type="checkbox" name="blocknoncontacts" id="blocknoncontacts" <?php echo $cbblocknoncontacts ?> /></td>
|
|
|
|
<td colspan="2"><label for="blocknoncontacts"><?php print_string('blocknoncontacts', 'message') ?></label></td>
|
2005-04-23 06:26:10 +00:00
|
|
|
</tr>
|
2004-12-28 13:49:15 +00:00
|
|
|
<tr valign="top">
|
2006-12-18 17:10:35 +00:00
|
|
|
<td align="right"><input type="checkbox" name="beepnewmessage" id="beepnewmessage" <?php echo $cbbeepnewmessage ?> /></td>
|
|
|
|
<td colspan="2"><label for="beepnewmessage"><?php print_string('beepnewmessage', 'message') ?></label></td>
|
2010-06-29 03:01:14 +00:00
|
|
|
</tr>
|
2004-12-28 13:49:15 +00:00
|
|
|
|
|
|
|
<tr valign="top">
|
2005-01-03 10:49:40 +00:00
|
|
|
<td colspan="3" align="center"><br /><input type="submit" value="<?php print_string('savemysettings', 'message') ?>" /></td>
|
2004-12-28 13:49:15 +00:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</form>
|