1 <form id=
"message_settings" action=
"index.php" method=
"post">
3 <input type=
"hidden" name=
"tab" value=
"settings" />
4 <input type=
"hidden" name=
"sesskey" value=
"<?php echo sesskey() ?>" />
8 <table cellpadding
="5" class="message_form boxaligncenter">
11 <td align
="right"><input type
="checkbox" name
="blocknoncontacts" id
="blocknoncontacts" <?php
echo $cbblocknoncontacts ?> /></td>
12 <td colspan=
"2"><label for=
"blocknoncontacts"><?php print_string('blocknoncontacts', 'message') ?></label></td>
15 <td align=
"right"><input type=
"checkbox" name=
"beepnewmessage" id=
"beepnewmessage" <?php echo $cbbeepnewmessage ?> /></td>
16 <td colspan=
"2"><label for=
"beepnewmessage"><?php print_string('beepnewmessage', 'message') ?></label></td>
20 <td colspan=
"3" align=
"center"><br /><input type=
"submit" value=
"<?php print_string('savemysettings', 'message') ?>" /></td
>