1 <form id=
"message_settings" action=
"index.php" method=
"post">
2 <input type=
"hidden" name=
"tab" value=
"settings" />
5 <table cellpadding=
"5" align=
"center" class=
"message_form">
8 <td align=
"right"><input type=
"checkbox" name=
"showmessagewindow" id=
"showmessagewindow" <?php echo $cbshowmessagewindow ?> /></td>
9 <td colspan=
"2"><label for=
"showmessagewindow"><?php print_string('showmessagewindow', 'message') ?></label></td>
12 <td align=
"right"><input type=
"checkbox" name=
"blocknoncontacts" id=
"blocknoncontacts" <?php echo $cbblocknoncontacts ?> /></td>
13 <td colspan=
"2"><label for=
"blocknoncontacts"><?php print_string('blocknoncontacts', 'message') ?></label></td>
16 <td align=
"right"><input type=
"checkbox" name=
"beepnewmessage" id=
"beepnewmessage" <?php echo $cbbeepnewmessage ?> /></td>
17 <td colspan=
"2"><label for=
"beepnewmessage"><?php print_string('beepnewmessage', 'message') ?></label></td>
20 <td align=
"right"><input type=
"checkbox" name=
"usehtmleditor" id=
"usehtmleditor" <?php echo $cbusehtmleditor ?> /></td>
21 <td colspan=
"2"><label for=
"usehtmleditor"><?php print_string('htmleditor') ?></label></td>
24 <td align=
"right"><input type=
"checkbox" name=
"noframesjs" id=
"noframesjs" <?php echo $cbnoframesjs ?> /></td>
25 <td colspan=
"2"><label for=
"noframesjs"><?php print_string('noframesjs', 'message') ?></label></td>
30 <td><input type=
"checkbox" name=
"emailmessages" id=
"emailmessages" <?php echo $cbemailmessages ?> /></td>
31 <td colspan=
"2"><label for=
"emailmessages"><?php print_string('emailmessages', 'message') ?></label></td>
35 <td align=
"right"><label for=
"emailtimenosee"><?php print_string('formorethan', 'message') ?></label></td>
36 <td><input type=
"text" name=
"emailtimenosee" id=
"emailtimenosee" size=
"2" value=
"<?php p($txemailtimenosee) ?>" /> <?php
print_string('mins') ?></td>
41 <td align=
"right"><label for=
"emailaddress"><?php print_string('email') ?></label></td>
42 <td><input type=
"text" name=
"emailaddress" id=
"emailaddress" size=
"20" value=
"<?php p($txemailaddress) ?>" /></td
>
46 <td align
="right"><label
for="menuemailformat"><?php
print_string('format') ?></label></td>
47 <td><?php echo $format_select ?>
52 <td colspan=
"3" align=
"center"><br /><input type=
"submit" value=
"<?php print_string('savemysettings', 'message') ?>" /></td
>